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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 19, 2023
1 parent bad2e6b commit 408d2c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.5.1 (2023-09-19)

* **Security:** Updated Pillow to 10.0.1.
* Added support for double puppeting with arbitrary `as_token`s.
See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info.
* Added support for sending captions with [MSC2530].
* Fixed profile info not being visible in community group chats.
* Fixed permalinks being broken when bridging certain types of shared posts
from Facebook.

[MSC2530]: https://github.com/matrix-org/matrix-spec-proposals/2530

# v0.5.0 (2023-05-31)

* Added config option to disable bridging `m.notice` messages
Expand Down
2 changes: 1 addition & 1 deletion mautrix_facebook/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
__author__ = "Tulir Asokan <[email protected]>"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiohttp>=3,<4
yarl>=1,<2
asyncpg>=0.20,<0.28
asyncpg>=0.20,<0.29
ruamel.yaml>=0.15.94,<0.18
commonmark>=0.8,<0.10
python-magic>=0.4,<0.5
mautrix>=0.20.0,<0.21
mautrix>=0.20.2,<0.21
pycryptodome>=3,<4
paho-mqtt>=1.5,<2
zstandard

0 comments on commit 408d2c1

Please sign in to comment.