X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/acddef6e35fcb1f7c5782bc4628e2adb4fdff20a..f14c204764f8a42e9388d3dd9ece334f1615f7a3:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b40c4ed7..758b593a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,44 @@ # Changelog -## [Unreleased] +## [0.13.12] - 2025-01-18 + +Requires libsignal-client version 0.65.2. + +### Fixed + +- Fix sync of contact nick name +- Fix incorrectly marking recipients as unregistered after sync +- Fix cause of database deadlock (Thanks @dukhaSlayer) +- Fix parsing of account query param in events http endpoint + +### Changed + +- Enable sqlite WAL journal\_mode for improved performance + +## [0.13.11] - 2024-12-26 + +Requires libsignal-client version 0.64.0. + +### Fixed +- Fix issue with receiving messages that have an invalid destination + +## [0.13.10] - 2024-11-30 + +Requires libsignal-client version 0.62.0. + +### Fixed + +- Fix receiving some unusual contact sync messages +- Fix receiving expiration timer updates + +### Improved +- Add support for new storage encryption scheme + +## [0.13.9] - 2024-10-28 + +### Fixed + +- Fix verify command ## [0.13.8] - 2024-10-26