]> nmode's Git Repositories - signal-cli/blobdiff - CHANGELOG.md
Bump version to 0.10.11
[signal-cli] / CHANGELOG.md
index a829372dbdee7c371668e37053510fc536c48ea9..411d2e069590c1b0a7bd2d6a640653abe7880580 100644 (file)
@@ -2,6 +2,39 @@
 
 ## [Unreleased]
 
 
 ## [Unreleased]
 
+## [0.10.11] - 2022-08-17
+**Attention**: Now requires native libsignal-client version 0.19.3
+
+### Added
+- Output content of received story messages
+
+## [0.10.10] - 2022-07-30
+**Attention**: Now requires native libsignal-client version 0.18.1
+
+### Fixed
+- Fix setPin/removePin commands which broke due to server side changes
+- Workaround GraalVM 22.2.0 issue with daemon connection
+
+## [0.10.9] - 2022-07-16
+
+### Changed
+- updateAccount command checks self number and PNI after updating account attributes
+
+### Fixed
+- Fixed small issue with syncing contacts from storage
+- Fixed issue with opening older account files
+
+## [0.10.8] - 2022-06-13
+
+### Added
+- Attachments can now be given as data: URIs with base64 data instead of just file paths (Thanks @KevinRoebert)
+- `version` command can now be used on the commandline, in addition to the `--version` flag.
+  In the next version the current short form `-v` will change its meaning to `--verbose`!
+
+### Improved
+- An account can now be registered on both LIVE and STAGING environment in the same config directory.
+- Logging output for registering has been extended.
+
 ## [0.10.7] - 2022-05-29
 
 ### Added
 ## [0.10.7] - 2022-05-29
 
 ### Added