Skip to content

v0.3.1

Compare
Choose a tag to compare
@tulir tulir released this 16 Mar 15:33
· 140 commits to master since this release
  • Ignored errors getting COMPASS cookie as Google appears to have changed something.
  • Improved attachment bridging support.
    • Drive and YouTube links will be bridged even when they're sent as attachments (rather than text messages).
    • Bridging big files uses less memory now (only ~1-2x file size rather than 2-4x).
    • Link preview metadata is now included in the Matrix events (in a custom field).
  • Disabled file logging in Docker image by default.
    • If you want to enable it, set the filename in the file log handler to a path that is writable, then add "file" back to logging.root.handlers.
  • Formatted all code using black and isort.