mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 15:40:27 +00:00
Update changelog
This commit is contained in:
parent
b09a73040f
commit
d8816280f0
@ -237,10 +237,6 @@ See [changelog.md](https://github.com/42wim/matterbridge/blob/master/changelog.m
|
|||||||
|
|
||||||
See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ)
|
See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ)
|
||||||
|
|
||||||
Want to tip ?
|
|
||||||
* eth: 0xb3f9b5387c66ad6be892bcb7bbc67862f3abc16f
|
|
||||||
* btc: 1N7cKHj5SfqBHBzDJ6kad4BzeqUBBS2zhs
|
|
||||||
|
|
||||||
## Related projects
|
## Related projects
|
||||||
* [FOSSRIT/infrastructure - roles/matterbridge](https://github.com/FOSSRIT/infrastructure/tree/master/roles/matterbridge) (Ansible role used to automate deployments of Matterbridge)
|
* [FOSSRIT/infrastructure - roles/matterbridge](https://github.com/FOSSRIT/infrastructure/tree/master/roles/matterbridge) (Ansible role used to automate deployments of Matterbridge)
|
||||||
* [matterbridge autoconfig](https://github.com/patcon/matterbridge-autoconfig)
|
* [matterbridge autoconfig](https://github.com/patcon/matterbridge-autoconfig)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# v1.14.0-rc1
|
# v1.14.0
|
||||||
|
|
||||||
## New features
|
## New features
|
||||||
* whatsapp: new protocol added. Add initial WhatsApp support (#711) Thanks to @KrzysztofMadejski
|
* whatsapp: new protocol added. Add initial WhatsApp support (#711) Thanks to @KrzysztofMadejski
|
||||||
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
## Bugfix
|
## Bugfix
|
||||||
* zulip: Fix error handling on bad event queue id (zulip). Closes #694
|
* 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: add support for (older) unrealircd versions. #708
|
||||||
* irc: Support quits from irc correctly. Fixes #722 (#724)
|
* irc: Support quits from irc correctly. Fixes #722 (#724)
|
||||||
* matrix: Send username when uploading video/images (matrix). Fixes #715 (#717)
|
* matrix: Send username when uploading video/images (matrix). Fixes #715 (#717)
|
||||||
@ -22,6 +23,7 @@
|
|||||||
* matrix: Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)
|
* matrix: Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)
|
||||||
* slack: Hint at thread replies when messages are unthreaded (slack) (#684)
|
* slack: Hint at thread replies when messages are unthreaded (slack) (#684)
|
||||||
* xmpp: Do not send topic changes on connect (xmpp). Fixes #732 (#733)
|
* xmpp: Do not send topic changes on connect (xmpp). Fixes #732 (#733)
|
||||||
|
* telegram: Fix regression in HTML handling (telegram). Closes #734
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
This release couldn't exist without the following contributors:
|
This release couldn't exist without the following contributors:
|
||||||
|
Loading…
Reference in New Issue
Block a user