Releases: AsamK/signal-cli
Releases · AsamK/signal-cli
Version 0.6.1
- Added getGroupIds dbus command
- Use "NativePRNG" pseudo random number generator, if available
- Switch default data path:
$XDG_DATA_HOME/signal-cli($HOME/.local/share/signal-cli)
Existing data paths will continue to work (used as fallback)
Version 0.6.0
- Simple json output
- dbus signal for receiving messages
- Registration lock PIN
- Output quoted message
Version 0.5.6
- new listGroups command
- Support for attachments with file names
- Support for complete contacts sync
- Support for contact verification sync
- DBus interface:
- Get/Set group info
- Get/Set contact info
Version 0.5.5
- fix receiving messages on linked devices
- add unregister command
Version 0.5.4
- Fix linking of new devices
Version 0.5.3
- New commandline paramter for receive: --ignore-attachments
- Updated dependencies
Version 0.5.2
- Add support for group info requests
- Improve closing of file streams
Version 0.5.1
- Support new safety numbers (https://whispersystems.org/blog/safety-number-updates/)
- Add a man page
- Support sending disappearing messages, if the recipient has activated it
Version 0.5.0
- Check if a number is registered on Signal, before adding it to a group
- Prevent sending to groups that the user has quit
- Commands to trust new identity keys (see README)
- Messages from untrusted identities are stored on disk and decrypted when the user trusts the identity
- Timestamps shown in ISO 8601 format
Version 0.4.1
- Fix issue with creating groups
- Lock config file to prevent parallel access by multiple instances of signal-cli
- Improve return codes, always return non-zero code, when sending failed