Bump version to 0.14.0
This commit is contained in:
+13
-4
@@ -1,13 +1,15 @@
|
|||||||
# v0.13.1 (unreleased)
|
# v0.14.0 (2023-05-26)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added fallback messages for calls and premium gifts.
|
* Added fallback messages for calls and premium gifts.
|
||||||
* Added options to automatically ratchet/delete megolm sessions to minimize
|
* Added options to automatically ratchet/delete megolm sessions to minimize
|
||||||
access to old messages.
|
access to old messages.
|
||||||
* Added option to not set room name/avatar even in encrypted rooms.
|
* Added option to not set room name/avatar even in encrypted rooms.
|
||||||
* Implemented [MSC2659]: Application service ping endpoint.
|
* Implemented appservice pinging using MSC2659.
|
||||||
|
* Added option to disable or filter bridging direct chats
|
||||||
[MSC2659]: https://github.com/matrix-org/matrix-spec-proposals/pull/2659
|
(thanks to [@Steffo99] in [#892]).
|
||||||
|
* Added options to specify different limits for forward and catchup backfilling
|
||||||
|
depending on chat type.
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
* Improved handling logouts and certain connection errors.
|
* Improved handling logouts and certain connection errors.
|
||||||
@@ -20,6 +22,13 @@
|
|||||||
rather than in startup sync.
|
rather than in startup sync.
|
||||||
* Fixed bridge incorrectly trusting member list and kicking users when
|
* Fixed bridge incorrectly trusting member list and kicking users when
|
||||||
supergroup has member list hidden.
|
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)
|
# v0.13.0 (2023-02-26)
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
__version__ = "0.13.0"
|
__version__ = "0.14.0"
|
||||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||||
|
|||||||
Reference in New Issue
Block a user