From e2189edb8c3970b955a8b747fc9ed945bdeedc19 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 21 Apr 2018 21:44:10 +0200 Subject: [PATCH] Release v0.17.1 --- README.md | 5 ++--- changelog.md | 10 ++++++++++ main.go | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7eed25f..21e5af84 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Start the service. ``` # Compatibility -* Matterircd v0.17.0 works with slack and mattermost 3.8.x - 3.10.0, 4.x +* Matterircd works with slack and mattermost 3.8.x - 3.10.0, 4.x Master branch of matterircd should always work against latest STABLE mattermost release. @@ -64,8 +64,7 @@ Master branch of matterircd should always work against latest STABLE mattermost # Binaries -You can find the binaries [here](https://github.com/42wim/matterircd/releases/) -* For use with mattermost 3.8.0 and higher [0.17.0](https://github.com/42wim/matterircd/relases/latest) +You can find the binaries [here](https://github.com/42wim/matterircd/releases/latest) # Building diff --git a/changelog.md b/changelog.md index e37bb63d..f7169451 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# v0.17.1 +## New features +* general: enable login via irc PASS command during handshake instead of PRIVMSG + +## Bugfix +* mattermost: Update GetFileLinks to API_V4 +* slack/mattermost: Fix issue with matterircd users not being able to chat to eachother +* slack: Do not join channels for single direct messages (slack) +* slack: Split fallback messages on newline (slack) + # v0.17.0 ## New features * general: mattermost configuration settings need to be migrated to `[mattermost]` settings. See matterircd.toml.example diff --git a/main.go b/main.go index d1cbcd7e..c4be8d6b 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( var ( flagRestrict, flagDefaultTeam, flagDefaultServer, flagTLSBind, flagTLSDir *string flagInsecure, flagSkipTLSVerify *bool - version = "0.17.1-dev" + version = "0.17.1" githash string logger *logrus.Entry cfg config.Config