Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed May 26, 2023
1 parent a5a71ed commit 4504973
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# v0.13.1 (unreleased)
# v0.14.0 (2023-05-26)

### Added
* Added fallback messages for calls and premium gifts.
* Added options to automatically ratchet/delete megolm sessions to minimize
access to old messages.
* Added option to not set room name/avatar even in encrypted rooms.
* Implemented [MSC2659]: Application service ping endpoint.

[MSC2659]: https://github.com/matrix-org/matrix-spec-proposals/pull/2659
* Implemented appservice pinging using MSC2659.
* Added option to disable or filter bridging direct chats
(thanks to [@Steffo99] in [#892]).
* Added options to specify different limits for forward and catchup backfilling
depending on chat type.

### Improved
* Improved handling logouts and certain connection errors.
Expand All @@ -20,6 +22,13 @@
rather than in startup sync.
* Fixed bridge incorrectly trusting member list and kicking users when
supergroup has member list hidden.
* Fixed sending messages after creating groups from Matrix using relaybot
instead of puppet (thanks to [@maltee1] in [#902]).

[@Steffo99]: https://github.com/Steffo99
[@maltee1]: https://github.com/maltee1
[#892]: https://github.com/mautrix/telegram/pull/892
[#902]: https://github.com/mautrix/telegram/pull/902

# v0.13.0 (2023-02-26)

Expand Down
2 changes: 1 addition & 1 deletion mautrix_telegram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.13.0"
__version__ = "0.14.0"
__author__ = "Tulir Asokan <[email protected]>"

0 comments on commit 4504973

Please sign in to comment.