Skip to content

Releases: AsamK/signal-cli

Version 0.5.4

17 Feb 19:50
Compare
Choose a tag to compare
  • Fix linking of new devices

Version 0.5.3

29 Jan 13:17
Compare
Choose a tag to compare
  • New commandline paramter for receive: --ignore-attachments
  • Updated dependencies

Version 0.5.2

16 Dec 11:09
Compare
Choose a tag to compare
  • Add support for group info requests
  • Improve closing of file streams

Version 0.5.1

18 Nov 20:54
Compare
Choose a tag to compare

Version 0.5.0

29 Aug 09:40
Compare
Choose a tag to compare
  • 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

18 Jul 11:43
Compare
Choose a tag to compare
  • 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

Version 0.4.0

19 Jun 19:48
Compare
Choose a tag to compare
  • Linking to Signal-Desktop and Signal-Android is now possible (Provisioning)
  • Added a contact store, mainly for syncing contacts with linked devices (editing not yet possible via cli)
  • Avatars for groups and contacts are now stored (new folder "avatars" in the config path)

Version 0.3.1

03 Apr 13:57
Compare
Choose a tag to compare
  • Fix running with Oracle JRE 8
  • Fix registering
  • Fix unicode warning when compiling with non utf8 locale

Version 0.3.0

02 Apr 14:52
Compare
Choose a tag to compare
  • Renamed textsecure-cli to signal-cli, following the rename of libtextsecure-java to libsignal-service-java
  • The experimental dbus interface was also renamed to org.asamk.Signal
  • Upload new prekeys to the server, when there are less than 20 left, prekeys are needed to create new sessions

Version 0.2.1

10 Feb 11:55
Compare
Choose a tag to compare

Improve dbus service
New command line argument --config to specify config directory