You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to skip deleted members when syncing member lists (#192).
Option to change number of dialogs to handle in startup sync.
Option to set maximum size of image to send to Telegram (#141). Images above the size limit will be sent as documents without the compression Telegram applies to images.
Added pytest setup and some tests (thanks to @V02460)
Improved
Replaced lxml with native Python HTMLParser in the better Matrix->Telegram format converter and removed the old converter completely.
Stopped using SQLAlchemy ORM completely. This should speed things up and remove problems with the ORM getting stuck (#263).
ensure_started is now only called for logged in users, which should improve performance for large instances (#247).
Displayname template extras (e.g. the (Telegram) suffix) are now stripped when mentioning Telegram users with no username (#138).
Updated to Telethon 1.6.
Switched Dockerfile to use setup.py for dependencies to avoid dependency updates breaking stuff.
The telematrix import script will now warn about and skip over duplicate portals (#243).
Relaybot will now be used for users who have logged in, but are not in the chat (#205).
Replaced rawgit with cdnjs in public website as rawgit is deprecated (#289).
Stopped adding reply fallback to caption when sending caption and image as separate messages (#285).
New style for release notes that have release notes since two different versions (e.g. this release has "since v0.5.0-rc4" and "since v0.4.0") using <details> and <summary>.
Fixed
Bug where stickers with an unidentified emoji failed to bridge (#252).
Invalid letter prefixes in clean-rooms output.
Messages forwarded from channels showing up as "Unknown source" (#107).