]> nmode's Git Repositories - signal-cli/blobdiff - CHANGELOG.md
Fix unlikely issues with null values
[signal-cli] / CHANGELOG.md
index ab4bb65da3a8701b026402cfbaa69566b700c52a..a4f3bdbec1d344fe1b383540711cefcfe4c8429a 100644 (file)
@@ -1,6 +1,17 @@
 # Changelog
 
 ## [Unreleased]
+
+## [0.9.2] - 2021-10-24
+### Fixed
+- dbus `listNumbers` method works again
+
+### Changed
+- Improved provisioning error handling if the last steps fail
+- Adapt behavior of receive command as dbus client to match normal mode
+- Update captcha url for proof required handling
+
+## [0.9.1] - 2021-10-16
 **Attention**: Now requires native libzkgroup version 0.8
 
 ### Added
@@ -14,7 +25,7 @@
 ### Fixed
 - Do not send message resend request to own device
 - Allow message from pending member to accept group invitations
-- Fix issue which could cause signal-cli to repeatedly sending the same delivery receipts
+- Fix issue which could cause signal-cli to repeatedly send the same delivery receipts
 - Reconnect websocket after connection loss
 
 ### Changed