Bump version to 0.11.2
This commit is contained in:
+7
-1
@@ -1,4 +1,8 @@
|
|||||||
# v0.11.2 (2022-02-??, unreleased)
|
# v0.11.2 (2022-02-14)
|
||||||
|
|
||||||
|
**N.B.** This will be the last release to support Python 3.7. Future versions
|
||||||
|
will require Python 3.8 or higher. In general, the mautrix bridges will only
|
||||||
|
support the lowest Python version in the latest Debian or Ubuntu LTS.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added simple fallback message for live location and venue messages from Telegram.
|
* Added simple fallback message for live location and venue messages from Telegram.
|
||||||
@@ -12,9 +16,11 @@
|
|||||||
distinguish them on the Telegram side.
|
distinguish them on the Telegram side.
|
||||||
* Improved syncing profile info to room info when using encryption and/or the
|
* Improved syncing profile info to room info when using encryption and/or the
|
||||||
`private_chat_profile_meta` config option.
|
`private_chat_profile_meta` config option.
|
||||||
|
* Removed legacy `community_id` config option.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed newlines disappearing when bridging channel messages with signatures.
|
* Fixed newlines disappearing when bridging channel messages with signatures.
|
||||||
|
* Fixed login throwing an error if a previous login code expired.
|
||||||
* Fixed bug in v0.11.0 that broke `!tg create`.
|
* Fixed bug in v0.11.0 that broke `!tg create`.
|
||||||
|
|
||||||
# v0.11.1 (2022-01-10)
|
# v0.11.1 (2022-01-10)
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
__version__ = "0.11.1"
|
__version__ = "0.11.2"
|
||||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||||
|
|||||||
Reference in New Issue
Block a user