Releases: isamert/scli
Releases · isamert/scli
v0.7.5
v0.7.4
- Compatibility with signal-cli v0.13.0 and urwid v2.6.0
- Wayland clipboard support
- Additional message displaying modes
v0.7.3
- Improvements to async contacts loading.
v0.7.2
- 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
- Add parsing of signal-cli's new
accounts.json
file. - Allow disabling notifications for received reactions.
v0.7.0
- 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
v0.6.5
- 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 listeners for
- Add a new URL format for linking with an existing signal account:
sgnl://linkdevice
instead oftsdevice:/
- Display errors from external commands, including those specified with custom arguments, e.g.
--open-command
- Improve misclellaneous exceptions handling