File matterbridge.changes of Package matterbridge

-------------------------------------------------------------------
Mon Jan 30 09:48:54 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 1.26.0

-------------------------------------------------------------------
Sat Jun 25 06:39:08 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 1.25.2

-------------------------------------------------------------------
Tue May 10 05:58:42 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 1.25.1
  * Enhancements
    - matrix: Add KeepQuotedReply option for matrix to fix regression (#1823)
    - slack: Improve Slack attachments formatting (slack) (#1807)
  * Bugfix
    - general: Update dependencies (#1813,#1822,#1833)
    - mattermost: Add space between filename and URL (mattermost). Fixes #1820
    - matrix: Update matterbridge/gomatrix. Fixes #1772 (#1803)
    - telegram: Do not modify .webm files (telegram). Fixes #17**88 (#1802)
    - telegram: Do not apply any markup to URL entities (telegram) (#1808)
    - telegram: Fix telegram message deletion request (#1818)
    - vk: Fix UploadMessagesPhoto for vk community chat (vk) (#1812)

-------------------------------------------------------------------
Mon Apr  4 07:20:03 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 1.25.0

-------------------------------------------------------------------
Sun Mar 20 09:26:38 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 1.24.1

-------------------------------------------------------------------
Tue Feb  8 08:55:56 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 1.24.0

-------------------------------------------------------------------
Wed Nov  3 06:09:43 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.23.2
  * Bugfix
    - whatsapp: Update go-whatsapp version (#1630)

-------------------------------------------------------------------
Sun Oct 31 08:13:14 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.23.1
  * Bugfix
    - mattermost: Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624)
    - mattermost: Fix crash on users updating info. Update matterclient dep. Fixes #1617
    - matrix: Keep the logger on a disabled bridge. Fixes #1616 (#1621)
    - msteams: Fix panic in msteams. Fixes #1588 (#1622)
    - xmpp: Do not fail on no avatar data (xmpp) #1529 (#1627)
    - xmpp: Use a new msgID when replacing messages (xmpp). Fixes #1584 (#1623)
    - zulip: Add better error handling on Zulip (#1589)

-------------------------------------------------------------------
Thu Oct 21 07:34:52 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.23.0
  * New features
    - irc: Add UserName and RealName options for IRC (#1590)
    - mattermost: Add support for mattermost v6
    - nctalk: Add support for separate display name (nctalk) (#1506)
    - xmpp: Add support for anonymous connection (xmpp) (#1548)
  * Enhancements
    - general: Update vendored libraries
    - docker: Use github actions to build dockerhub/ghcr.io images
    - docker: Update GH actions to multi arch (arm64) (#1614)
    - telegram: Convert .tgs with go libraries (and cgo) (telegram) (#1569)
  * Bugfix
    - mumble: Remove newline character in bridge multiline messages (mumble) (#1572)
    - slack: Add space before file upload comment (slack) (#1554)
    - slack: Invalidate user in cache on user change event (#1604)
    - xmpp: Fix XMPP parseNick function (#1547)

-------------------------------------------------------------------
Thu Jun 17 05:49:12 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.22.3
  * Bugfixes
    - whatsapp: Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518)

-------------------------------------------------------------------
Wed Jun  2 07:40:06 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.22.2
  * Enhancements
    - general: Add a MessageClipped option to set your own clipped message. Closes #1359 (#1487)
    - discord: Add AllowMention to restrict allowed mentions (#1462)
    - matrix: Add MxId/Token login option for Matrix (#1438)
    - nctalk: Support sending file URLs (nctalk) (#1489)
    - nctalk: Add support for message deletion (nctalk) (#1492)
    - whatsapp: Handle document messages (whatsapp) (#1475)
  * Bugfixes
    - general: Update vendored libs
    - matrix: Fix content body issue for redactions (matrix) (#1496)
    - telegram: Add libwebp-dev to tgs.Dockerfile fixes Telegram sticker to WebP rendering (#1476)
    - whatsapp: Rename .jpe files to .jpg Fixes #1463 (whatsapp) (#1485)
    - whatsapp: Fix crash on encountering VideoMessage (whatsapp) (#1483)

-------------------------------------------------------------------
Sun Apr  4 09:58:32 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.22.1
  * Enhancements
    - rocketchat: Handle Rocket.Chat attachments (#1395)
    - telegram: Adding caption to send telegram images. Fixes #1357 (#1358)
    - whatsapp: Set ogg as default audiomessage when none found (whatsapp). Fixes #1427 (#1431)
  * Bugfixes
    - discord: Declare GUILD_MEMBERS privileged intent (discord) (#1428)
    - telegram: Check rune length instead of bytes (telegram). Fixes #1409 (#1412)
    - telegram: Make lottie_convert work on platforms without /dev/stdout (#1424)
    - xmpp: Fix panic when the webhook fails (xmpp) (#1401)
    - xmpp: Fix webhooks for channels with special characters (xmpp) (#1405)

-------------------------------------------------------------------
Tue Feb  2 07:14:33 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.22.0
  * New features
    - vk: new protocol added: Add vk support (#1245)
    - xmpp: Allow the XMPP bridge to use slack compatible webhooks (xmpp) (#1364)
  * Enhancements
    - telegram: Rename .oga audio files to .ogg (telegram) (#1349)
    - telegram: Add jpe as valid image filename extension (telegram) (#1360)
    - discord: Add an even more debug option (discord) (#1368)
    - general: Update vendor (#1384)
  * Bugfixes
    - discord: Pick up all the webhooks (discord) (#1383). Fixes #1353

-------------------------------------------------------------------
Fri Jan  1 10:50:01 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 1.21.0
  * Breaking Changes
    - discord: Remove WebhookURL support (discord) (#1323)
      WebhookURL global setting for discord is removed and will
      quit matterbridge.
  * New features
    - discord: Create webhooks automatically (#1323)
    - discord: Add threading support with token (discord) (#1342)
    - irc: Join on invite (irc). Fixes #1231 (#1306)
    - irc: Add support for stateless bridging via draft/relaymsg (irc) (#1339)
    - whatsapp: Add support for deleting messages (whatsapp) (#1316)
    - whatsapp: Handle video downloads (whatsapp) (#1316)
    - whatsapp: Handle audio downloads (whatsapp) (#1316)
  * Enhancements
    - general: Parse fencedcode in ParseMarkdown. Fixes #1127 (#1329)
    - discord: Refactor guild finding code (discord) (#1319)
    - discord: Add a prefix handler for unthreaded messages (discord) (#1346)
    - irc: Add support for irc to irc notice (irc). Fixes #754 (#1305)
    - irc: Make handlers run async (irc) (#1325)
    - matrix: Show mxids in case of clashing usernames (matrix) (#1309)
    - matrix: Implement ratelimiting (matrix). Fixes #1238 (#1326)
    - matrix: Mark messages as read (matrix). Fixes #1317 (#1328)
    - nctalk: Update go-nc-talk (nctalk) (#1333)
    - rocketchat: Update rocketchat vendor (#1327)
    - tengo: Add UserID to RemoteNickFormat and Tengo (#1308)
    - whatsapp: Retry until we have contacts (whatsapp). Fixes #1122 (#1304)
    - whatsapp: Refactor/cleanup code (whatsapp)
    - whatsapp: Refactor handleTextMessage (whatsapp)
    - whatsapp: Refactor image downloads (whatsapp)
    - whatsapp: Rename jfif to jpg (whatsapp). Fixes #1292
  * Bugfix
    - discord: Reject cross-channel message references (discord) (#1345)
    - mumble: Add nil checks to text message handling (mumble) (#1321)

-------------------------------------------------------------------
Mon Nov 23 06:30:07 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 1.20.0
  * Breaking
    - matrix: Send the display name instead of the user name
      (matrix) (#1282)
    - Matrix now sends the displayname if set instead of the
      username. If you want to keep the username, add 
      UseUsername=true to your matrix config.
      https://github.com/42wim/matterbridge/wiki/Settings#useusername-1
    - discord: Disable webhook editing (discord) (#1296)
    - Because of issues with ratelimiting of webhook editing, this 
      feature is now disabled. If you have multiple discord 
      channels you bridge, you'll need to add a webhookURL to the
      [gateway.inout.options]. 
      See https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample#L1864-L1870 for an example.
  * New features
    - general: Allow tengo to drop messages using msgDrop (#1272)
    - general: Update libraries (whatsapp,markdown,mattermost,
      ssh-chat)
    - irc: Add PingDelay option (irc) (#1269)
    - matrix: Allow message edits on matrix (#1286)
    - xmpp: add NoTLS option to allow plaintext XMPP connections
      (#1288)
  * Enhancements
    - discord: Edit messages via webhook (1287)
    - general: Add extra debug to log time spent sending a message
      per bridge (#1299)

- Changes from 1.19.0
  * New features
    - mumble: new protocol added: Add Mumble support (#1245)
    - nctalk: Add support for downloading files (nctalk) (#1249)
    - nctalk: Append a suffix if user is a guest user (nctalk) (#1250)
  * Enhancements
    - irc: Add even more debug for irc (#1266)
    - matrix: Add username formatting for all events (matrix) (#1233)
    - matrix: Permit uploading files of other mimetypes (#1237)
    - whatsapp: Use vendored whatsapp version (#1258)
    - whatsapp: Add username for images from WhatsApp (#1232)

-------------------------------------------------------------------
Sat Sep  5 09:03:11 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 1.18.3
  * Enhancements
    - nctalk: Add TLSConfig to nctalk (#1195)
    - whatsapp: Handle broadcasts as groups in Whatsapp #1213
    - matrix: switch to upstream gomatrix #1219
    - api: support multiple websocket clients #1205
  * Bugfix
    - general: update vendor
    - zulip: Check location of avatarURL (zulip). Fixes #1214 (#1227)
    - nctalk: Fix issue with too many open files #1223
    - nctalk: Fix mentions #1222
    - nctalk: Fix message replays #1220

-------------------------------------------------------------------
Tue Aug 25 13:50:32 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 1.18.2
  * Bugfix
    - zulip: Fix error loop (zulip) (#1210)
    - whatsapp: Update whatsapp vendor and fix a panic (#1209)

-------------------------------------------------------------------
Mon Aug 24 08:48:44 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 1.18.1
  * New features
    - telegram: Support Telegram animated stickers (tgs) format (#1173). 
      See https://github.com/42wim/matterbridge/wiki/Settings#mediaConverttgs for more info
  * Enhancements
    - matrix: Remove HTML formatting for push messages (#1188) (#1189)
    - mattermost: Use mattermost v5 module (#1192)
  * Bugfix
    - whatsapp: Handle panic in whatsapp. Fixes #1180 (#1184)
    - nctalk: Fix Nextcloud Talk connection failure (#1179)
    - matrix: Sleep when ratelimited on joins (matrix). Fixes #1201 (#1206)

-------------------------------------------------------------------
Sat Jul 25 08:36:15 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 1.18.0
  * New features
    - nctalk: new protocol added. Add Nextcloud Talk support #1167
    - general: Add an option to log into a file rather than stdout (#1168)
    - api: Add websocket to API (#970)
  * Enhancements
    - telegram: Fix MarkdownV2 support in Telegram (#1169)
    - whatsapp: Reload user information when a new contact is detected (whatsapp) (#1160)
    - api: Add sane RemoteNickFormat default for API (#1157)
    - irc: Skip gIRC built-in rate limiting (irc) (#1164)
    - irc: Only colour IRC nicks if there is one. (#1161)
    - docker: Combine runs to one layer (#1151)
  * Bugfix
    - general: Update dependencies for 1.18.0 release (#1175)

-------------------------------------------------------------------
Mon May 25 11:38:38 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 1.17.5
  * Enhancements
    - irc: Add StripMarkdown option (irc). (#1145)
    - general: Increase debug logging with function,file and linenumber (#1147)
    - general: Update Dockerfile so inotify works (#1148)
    - matrix: Add an option to disable sending HTML to matrix. Fixes #1022 (#1135)
    - xmpp: Implement xep-0245 (xmpp). Closes #1137 (#1144)
  * Bugfix
    - discord: Fix #1120: replaceAction _ crash (discord) (#1121)
    - discord: Fix #1049: missing space before embeds (discord) (#1124)
    - discord: Fix webhook EventUserAction messages being skipped (discord) (#1133)
    - matrix: Avoid creating invalid url when the user doesn't have an avatar (matrix) (#1130)
    - msteams: Ignore non-user messages (msteams). Fixes #1141 (#1149)
    - slack: Do not use webhooks when token is configured (slack) (fixes #1123) (#1134)
    - telegram: Fix forward from hidden users (telegram). Closes #1131 (#1143)
    - xmpp: Prevent re-requesting avatar data (xmpp) (#1117)

-------------------------------------------------------------------
Wed Apr 22 06:08:32 UTC 2020 - ecsos@opensuse.org

- Update to 1.17.4
  * Bugfix
    - general: Lowercase account names. Fixes #1108 (#1110)
    - msteams: Remove panics and retry polling on failure (msteams). Fixes #1104 (#1105
    - whatsapp: Update Rhymen/go-whatsapp. Fixes #1107 (#1109) (make whatsapp working again)
    - discord: Add an ID cache (discord). Fixes #1106 (#1111) (fix delete/edits with webhooks)

-------------------------------------------------------------------
Mon Apr 20 06:56:22 UTC 2020 - ecsos@opensuse.org

- Update to 1.17.3
  * Enhancements
    - xmpp: Implement User Avatar spoofing of XMPP users #1090
    - rocketchat: Relay Joins/Topic changes in RocketChat bridge (#1085)
    - irc: Add JoinDelay option (irc). Fixes #1084 (#1098)
    - slack: Clip too long messages on 3000 length (slack). Fixes #1081 (#1102)
  * Bugfix
    - general: Fix the behavior of ShowTopicChange and SyncTopic (#1086)
    - slack: Prevent image/message looping (slack). Fixes #1088 (#1096)
    - whatsapp: Ignore non-critical errors (whatsapp). Fixes #1094 (#1100)
    - irc: Add extra space before colon in attachments (irc). Fixes #1089 (#1101)

-------------------------------------------------------------------
Fri Apr 10 10:08:01 UTC 2020 - ecsos@opensuse.org

- Update to 1.17.2
  * Enhancements
    - slack: Update vendor slack-go/slack (#1068)
    - general: Update vendor d5/tengo (#1066)
    - general: Clarify terminology used in mapping group chat IDs to channels in config (#1079)
  * Bugfix
    - whatsapp: Update Rhymen/go-whatsapp vendor and whatsapp version (#1078). Fixes Media upload #1074
    - whatsapp: Reset start timestamp on reconnect (whatsapp). Fixes #1059 (#1064)

-------------------------------------------------------------------
Sat Mar 28 13:48:07 UTC 2020 - ecsos@opensuse.org

- Update to 1.17.1
  * Enhancements
    - docker: Remove build dependencies from final image (multistage build) #1057
  * Bugfix
    - general: Don't transmit typing events from ourselves #1056
    - general: Add support for build tags #1054
    - discord: Strip extra info from emotes (discord) #1052
    - msteams: fix macos build: Update vendor yaegashi/msgraph.go to v0.1.2 #1036
    - whatsapp: Update client version whatsapp. Fixes #1061 #1062

-------------------------------------------------------------------
Sun Mar 22 08:55:59 UTC 2020 - ecsos@opensuse.org

- Update to 1.17.0
  * New features
    - msteams: new protocol added. Add initial Microsoft Teams support #967
    - See https://github.com/42wim/matterbridge/wiki/MS-Teams-setup for a complete walkthrough
    - discord: Add ability to procure avatars from the destination bridge #1000
    - matrix: Add support for avatars from matrix. #1007
    - general: support JSON and YAML config formats #1045
  * Enhancements
    - discord: Check only bridged channels for PermManageWebhooks #1001
    - irc: Be less lossy when throttling IRC messages #1004
    - keybase: updated library #1002, #1019
    - matrix: Rebase gomatrix vendor with upstream #1006
    - slack: Use upstream slack-go/slack again #1018
    - slack: Ignore ConnectingEvent #1041
    - slack: use blocks not attachments #1048
    - sshchat: Update vendor shazow/ssh-chat #1029
    - telegram: added markdownv2 mode for telegram #1037
    - whatsapp: Implement basic reconnect (whatsapp). Fixes #987 #1003
  * Bugfix
    - discord: Fix webhook permission checks sometimes failing #1043
    - discord: Fix #1027: warning when handling inbound webhooks #1044
    - discord: Fix duplicate separator on empty description/url (discord) #1035
    - matrix: Fix issue with underscores in links #999
    - slack: Fix #1039: messages sent to Slack being synced back #1046
    - telegram: Make avatars download work with mediaserverdownload (telegram). Fixes #920

-------------------------------------------------------------------
Mon Feb  3 10:41:20 UTC 2020 - ecsos@opensuse.org

- Update to 1.16.5
  - Fix version bump
- Changes from 1.16.4
  * New features
    - whatsapp: Add support for WhatsApp media (jpeg/png/gif) bridging (#974)
    - telegram: Add QuoteLengthLimit option (telegram) fixes #963 (#985)
    - telegram: Add DisableWebPagePreview option (telegram). Closes #980 (#994)
  * Enhancements
    - general: update dependencies
    - tengo: update to tengo v2
    - general: Add Docker Compose configuration (#990)
  * Bugfix
    - general: Fail with message instead of panic. #988 (#991)
    - telegram: Add extra mimetypes to docker image. Fixes #969
    - discord: Fix channel ID problem with multiple gateways (discord). Fixes #953 (#977)
    - discord: Show file comment in webhook if normal message is empty (discord). Fixes #962 (#995)
    - matrix: Fix parsing issues - Disable smartypants in markdown parser. Fixes #989, #983 (#993)
    - sshchat: Fix duplicated messages (sshchat). Fixes #950 (#996)

-------------------------------------------------------------------
Mon Dec 16 17:32:31 UTC 2019 - ecsos@opensuse.org

- Update to 1.16.3 
  * Bugfix
    - slack: Fix issues with ratelimiting #959
    - mattermost: Fix bug when using webhookURL and login/token together #960

-------------------------------------------------------------------
Mon Nov 18 10:33:53 UTC 2019 - ecsos@opensuse.org

- Update to 1.16.2
  * New features
    - keybase: Add support for receiving attachments (keybase) (#923)
  * Enhancements
    - general: Switch to new emoji library kyokomi/emoji (#948)
    - general: Update markdown parsing library to github.com/gomarkdown/markdown (#944)
    - ssh-chat: Update shazow/ssh-chat dependency (#947)
  * Bugfix
    - slack: Fix issues with the slack block kit API #937 (#943).

-------------------------------------------------------------------
Sun Oct 27 09:04:23 UTC 2019 - ecsos@opensuse.org

- Update to 1.16.1
  * New features
    - rocketchat: add token support #892
    - matrix: Add support for uploading application/x and audio/x (matrix). #929
  * Enhancements
    - general: Do configuration validation on start-up. Fixes #888
    - general: updated vendored libraries (discord/whatsapp) #932
    - discord: user typing messages #914
    - slack: Convert slack bold/strike to correct markdown (slack). Fixes #918
  * Bugfix
    - discord: fix Failed to fetch information for members message. #894
    - discord: remove obsolete file upload links (discord). #931
    - slack: suppress unhandled HelloEvent message #913
    - mattermost: Fix panic on WebhookURL only setting (mattermost). #917
    - matrix: fix corrupted links between slack and matrix #924

-------------------------------------------------------------------
Sun Sep  8 08:29:51 UTC 2019 - ecsos@opensuse.org

- Update to 1.16.0
  * New features
    - keybase: new protocol added. Add initial Keybase Chat support
      #877 Thanks to @hyperobject
    - discord: Support webhook files in discord #872
  * Enhancements
    - general: update dependencies
  * Bugfix
    - discord: Underscores from Discord don't arrive correctly #864
    - xmpp: Fix possible panic at startup of the XMPP bridge #869
    - mattermost: Make getChannelIdTeam behave like GetChannelId 
      for groups (mattermost) #873

-------------------------------------------------------------------
Tue Jul 16 05:47:58 UTC 2019 - ecsos@opensuse.org

- Update to 1.15.1
  * Enhancements
    - discord: Support bulk deletions #851
    - discord: Support channels in categories #863 (use category/channel. 
      See matterbridge.toml.sample for more info)
    - mattermost: Add an option to skip the Mattermost server version check #849
  * Bugfix
    - xmpp: fix segfault when disconnected/reconnected #856
    - telegram: fix panic in handleEntities #858

-------------------------------------------------------------------
Fri Jun 14 05:44:37 UTC 2019 - ecsos@opensuse.org

- Update to 1.15.0
  * New features
    - Add scripting (tengo) support for every outgoing message (#806)
    - See https://github.com/42wim/matterbridge/wiki/Settings#tengo and
    - https://github.com/42wim/matterbridge/wiki/Settings#outmessage for more information
    - Add tengo support to RemoteNickFormat (#793)
    - See https://github.com/42wim/matterbridge/wiki/Settings#remotenickformat-2
    - Deprecated Message under [tengo] to InMessage
  * Enhancements
    - general: Forward only user-typing messages if supported by protocol (#832)
    - general: updated wiki with all possible settings: https://github.com/42wim/matterbridge/wiki/Settings
    - tengo: Add msg event to tengo
    - xmpp: Verify TLS against JID domain, not the host. (xmpp) (#834)
    - xmpp: Allow messages with timestamp (xmpp). Fixes #835 (#847)
    - irc: Add verbose IRC joins/parts (ident@host) (#805)
    - See https://github.com/42wim/matterbridge/wiki/Settings#verbosejoinpart
    - rocketchat: Add useraction support (rocketchat). Closes #772 (#794)
  * Bugfix
    - slack: Fix regression in autojoining with legacy tokens (slack). Fixes #651 (#848)
    - xmpp: Revert xmpp to orig behaviour. Closes #844
    - whatsapp: Update github.com/Rhymen/go-whatsapp vendor. Fixes #843
    - mattermost: Update channels of all teams (mattermost)

-------------------------------------------------------------------
Thu May 16 18:41:53 UTC 2019 - ecsos@opensuse.org

- Update to 1.14.4
  * Bugfix
    - mattermost: Add Id to EditMessage (mattermost). Fixes #802
    - mattermost: Fix panic on nil message.Post (mattermost). Fixes #804
    - mattermost: Handle unthreaded messages (mattermost). Fixes #803
    - mattermost: Use paging in initUser and UpdateUsers (mattermost)
    - slack: Add lacking clean-up in Slack synchronisation (#811)
    - slack: Disable user lookups on delete messages (slack) (#812)
- Changes from 1.14.3
  * Bugfix
    - irc: Fix deadlock on reconnect (irc). Closes #757
- Changes from 1.14.2
  * Bugfix
    - general: Update tengo vendor and load the stdlib. Fixes #789 (#792)
    - rocketchat: Look up #channel too (rocketchat). Fix #773 (#775)
    - slack: Ignore messagereplied and hidden messages (slack). Fixes #709 (#779)
    - telegram: Handle nil message (telegram). Fixes #777
    - irc: Use default nick if none specified (irc). Fixes #785
    - irc: Return when not connected and drop a message (irc). Fixes #786
    - irc: Revert fix for #722 (Support quits from irc correctly). Closes #781
- Changes from 1.14.1
  * Bugfix
    - slack: Fix crash double unlock (slack) (#771)
- Changes from 1.14.0
  * Breaking
    - zulip: Need to specify /topic:mytopic for channel configuration (zulip). (#751)
  * New features
    - whatsapp: new protocol added. Add initial WhatsApp support (#711) Thanks to @KrzysztofMadejski
    - facebook messenger: new protocol via matterbridge api. See https://github.com/VictorNine/fbridge/ for more information.
    - general: Add scripting (tengo) support for every incoming message (#731). See TengoModifyMessage
    - general: Allow regexs in ignoreNicks. Closes #690 (#720)
    - general: Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730). See ExtractNicks in matterbridge.toml.sample
    - general: refactor Make all loggers derive from non-default instance (#728). Thanks to @Helcaraxan
    - rocketchat: add support for the rocketchat API. Sending to rocketchat now supports uploading of files, editing and deleting of messages.
    - discord: Support join/leaves from discord. Closes #654 (#721)
    - discord: Allow sending discriminator with Discord username (#726). See UseDiscriminator in matterbridge.toml.sample
    - slack: Add extra debug option (slack). See Debug in the slack section in matterbridge.toml.sample
    - telegram: Add support for URL in messageEntities (telegram). Fixes #735 (#736)
    - telegram: Add MediaConvertWebPToPNG option (telegram). (#741). See MediaConvertWebPToPNG in matterbridge.toml.sample
  * Enhancements
    - general: Fail gracefully on incorrect human input. Fixes #739 (#740)
    - matrix: Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)
    - matrix: Send notices on join/parts (matrix). Fixes #712 (#716)
  * Bugfix
    - general: Handle file upload/download only once for each message (#742)
    - zulip: Fix error handling on bad event queue id (zulip). Closes #694
    - zulip: Keep reconnecting until succeed (zulip) (#737)
    - irc: add support for (older) unrealircd versions. #708
    - irc: Support quits from irc correctly. Fixes #722 (#724)
    - matrix: Send username when uploading video/images (matrix). Fixes #715 (#717)
    - matrix: Trim <p> and </p> tags (matrix). Closes #686 (#753)
    - slack: Hint at thread replies when messages are unthreaded (slack) (#684)
    - slack: Fix race-condition in populateUser() (#767)
    - xmpp: Do not send topic changes on connect (xmpp). Fixes #732 (#733)
    - telegram: Fix regression in HTML handling (telegram). Closes #734
    - discord: Do not relay any bot messages (discord) (#743)
    - rocketchat: Do not send duplicate messages (rocketchat). Fixes #745 (#752)

-------------------------------------------------------------------
Wed Mar 20 09:10:44 UTC 2019 - ecsos@opensuse.org

- initial version 1.13.1
openSUSE Build Service is sponsored by