]> nmode's Git Repositories - signal-cli/blobdiff - CHANGELOG.md
Move aci/pni to account data object
[signal-cli] / CHANGELOG.md
index 11271473468c06d9f43a0aaba0f1cd1869b2c474..235f693d8b54036b0abcff7d703aebb8a0cf057b 100644 (file)
@@ -1,6 +1,31 @@
 # Changelog
 
 ## [Unreleased]
+
+## [0.12.2] - 2023-09-30
+**Attention**: Now requires native libsignal-client version 0.32.1
+
+### Added
+
+- Added `--receive-mode` parameter for `jsonRpc` command
+- Add `libsignal_client_path` build property to override libsignal-client jar file
+
+### Changed
+- `jsonRpc` command now supports multi-account mode including registering and linking
+
+## [0.12.1] - 2023-08-26
+
+### Added
+
+- New `addStickerPack` command
+
+### Fixed
+- Fixed some issues with upgrading from older accounts
+
+### Changed
+- Reverted receive notification in JSON-RPC to old format, only explicit subscriptions should use the new format
+
+## [0.12.0] - 2023-08-11
 **Attention**: Now requires native libsignal-client version 0.30.0
 
 ### Breaking changes