Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed May 31, 2023
1 parent ed1fe95 commit 4863587
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.3.0 (2023-05-31)

* Improved handling of some message types.
* Added automatic retrying for sending videos to give Instagram servers more
time to transcode the video.
* Added support for @-mentioning users from Matrix.
* Added support for bridging incoming avatar stickers.
* Added automatic fetching of shared reel videos to bridge full video instead
of only the thumbnail image.
* Added real-time bridging of group avatar changes from Instagram.
* Added option to disable sending typing notifications to Instagram.
* Added notice message when receiving video calls.
* 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.
* Redid backfill system to support MSC2716.
* Note that using Synapse's MSC2716 implementation is not recommended, and
the bridge can still backfill messages without MSC2716.
* Implemented appservice pinging using MSC2659.
* Possibly improved MQTT connection handling.

# v0.2.3 (2022-12-14)

* Added support for "mentioned in comment" messages.
Expand Down
2 changes: 1 addition & 1 deletion mautrix_instagram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.3"
__version__ = "0.3.0"
__author__ = "Tulir Asokan <[email protected]>"
2 changes: 1 addition & 1 deletion optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-olm>=3,<4
unpaddedbase64>=1,<3

#/metrics
prometheus_client>=0.6,<0.17
prometheus_client>=0.6,<0.18

#/proxy
pysocks
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
attrs>=20.1
mautrix>=0.19.15,<0.20
mautrix>=0.19.16,<0.20
asyncpg>=0.20,<0.28
pycryptodome>=3,<4
paho-mqtt>=1.5,<2

0 comments on commit 4863587

Please sign in to comment.