Skip to content

Releases: AsamK/signal-cli

Version 0.6.1

09 Dec 17:33
v0.6.1

Choose a tag to compare

  • 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

03 May 20:15
v0.6.0

Choose a tag to compare

  • Simple json output
  • dbus signal for receiving messages
  • Registration lock PIN
  • Output quoted message

Version 0.5.6

16 Jun 09:59
v0.5.6

Choose a tag to compare

  • 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

18 Feb 11:51

Choose a tag to compare

  • fix receiving messages on linked devices
  • add unregister command

Version 0.5.4

17 Feb 19:50

Choose a tag to compare

  • Fix linking of new devices

Version 0.5.3

29 Jan 13:17

Choose a tag to compare

  • New commandline paramter for receive: --ignore-attachments
  • Updated dependencies

Version 0.5.2

16 Dec 11:09

Choose a tag to compare

  • Add support for group info requests
  • Improve closing of file streams

Version 0.5.1

18 Nov 20:54

Choose a tag to compare

Version 0.5.0

29 Aug 09:40

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

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