Skip to content

v0.2.3

Compare
Choose a tag to compare
@tulir tulir released this 17 Feb 19:13

Target signald version: v0.17.0

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

  • New v2 link API to provide immediate feedback after the QR code is scanned.

Improved

  • Added automatic retrying for failed Matrix->Signal reactions.
  • Commands using phone numbers will now try to resolve the UUID first (especially useful for pm so the portal is created with the correct ghost immediately)
  • Improved signald socket handling to catch weird errors and reconnect.

Fixed

  • Fixed catching errors when connecting to Signal (e.g. if the account was deleted from signald's database, but not the bridge's).
  • Fixed handling message deletions from Signal.
  • Fixed race condition in incoming message deduplication.