Browse Source

Update changelog

Tulir Asokan 3 years ago
parent
commit
61a87b9927
1 changed files with 19 additions and 0 deletions
  1. 19 0
      CHANGELOG.md

+ 19 - 0
CHANGELOG.md

@@ -1,3 +1,22 @@
+# unreleased
+
+Target signald version: v0.17.0?
+
+### 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.
+
 # v0.2.2 (2022-01-15)
 
 Target signald version: [v0.16.1](https://gitlab.com/signald/signald/-/releases/0.16.1)