Skip to content

Releases: isamert/scli

v0.7.5

03 Jul 10:27
Compare
Choose a tag to compare
  • Make key bindings customizable.
  • Better logs output control with --log-level.
  • Display help in system pager.
  • UI improvements.

v0.7.4

08 Mar 10:49
Compare
Choose a tag to compare
  • Compatibility with signal-cli v0.13.0 and urwid v2.6.0
  • Wayland clipboard support
  • Additional message displaying modes

v0.7.3

23 Mar 13:42
Compare
Choose a tag to compare
  • Improvements to async contacts loading.

v0.7.2

18 Dec 21:23
Compare
Choose a tag to compare
  • Obtain the contacts list through calls to the signal-cli daemon (instead of parsing signal-cli's recipients-store file, that had been replaced by a database).

v0.7.1

02 Apr 06:39
Compare
Choose a tag to compare
  • Add parsing of signal-cli's new accounts.json file.
  • Allow disabling notifications for received reactions.

v0.7.0

15 Feb 20:42
Compare
Choose a tag to compare
  • Sort messages by local timestamps (#113).
  • Implement:
    • Sending reactions.
    • Sending remote-delete (remove for everybody in chat) messages.
    • Receiving stickers.
  • Improve notifications:
    • Show sender's avatar in desktop notifications.
    • Send a terminal-bell signal to highlight the terminal's window.
  • Packaging: automatically include a static code archive in the release assets (to address #143, #151).

v0.6.6

27 Dec 20:01
Compare
Choose a tag to compare
  • Adjust parsing of signal-cli's output for v0.10.0

v0.6.5

28 Oct 16:41
Compare
Choose a tag to compare
  • More reliable message history saving:
    • Add listeners for SIGHUP, SIGTERM to exit cleanly on e.g. system shutdown
    • Backup history on every startup and read it next time if history gets corrupted
  • Add a new URL format for linking with an existing signal account: sgnl://linkdevice instead of tsdevice:/
  • Display errors from external commands, including those specified with custom arguments, e.g. --open-command
  • Improve misclellaneous exceptions handling

v0.6.4

08 Jul 07:57
7bb14d5
Compare
Choose a tag to compare
  • Strip non-printable characters from groups' names
  • Reload contacts on receiving group UPDATE message
  • Fix current-contact highlighting with unread count

v0.6.3

17 Jun 11:42
Compare
Choose a tag to compare
  • Highlight currently selected contact in contacts list.
  • Fix receiving reactions when scli history is empty.