mirror of
				https://github.com/42wim/matterbridge.git
				synced 2025-11-03 23:37:24 +01:00 
			
		
		
		
	Release v0.16.2
This commit is contained in:
		
							parent
							
								
									0302e4da82
								
							
						
					
					
						commit
						1e2f27c061
					
				@ -49,11 +49,11 @@ Accounts to one of the supported bridges
 | 
			
		||||
 | 
			
		||||
# Installing
 | 
			
		||||
## Binaries
 | 
			
		||||
* Latest stable release [v0.16.1](https://github.com/42wim/matterbridge/releases/tag/v0.16.1)
 | 
			
		||||
* Latest stable release [v0.16.2](https://github.com/42wim/matterbridge/releases/latest)
 | 
			
		||||
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)  
 | 
			
		||||
 | 
			
		||||
## Building
 | 
			
		||||
Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
 | 
			
		||||
Go 1.7+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
cd $GOPATH
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,12 @@
 | 
			
		||||
# v0.16.2
 | 
			
		||||
## New features
 | 
			
		||||
* general: binary builds against latest commit are now available on https://bintray.com/42wim/nightly/Matterbridge/_latestVersion
 | 
			
		||||
 | 
			
		||||
## Bugfix
 | 
			
		||||
* slack: fix loop introduced by relaying message of other bots #219
 | 
			
		||||
* slack: Suppress parent message when child message is received #218
 | 
			
		||||
* mattermost: fix regression when using webhookurl and webhookbindaddress #221
 | 
			
		||||
 | 
			
		||||
# v0.16.1
 | 
			
		||||
## New features
 | 
			
		||||
* slack: also relay messages of other bots #213
 | 
			
		||||
 | 
			
		||||
@ -12,7 +12,7 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	version = "0.16.2-dev"
 | 
			
		||||
	version = "0.16.2"
 | 
			
		||||
	githash string
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user