Skip to content

Tags: isamert/scli

Tags

v0.7.5

Toggle v0.7.5's commit message
v0.7.5

- Make key bindings customizable.
- Better logs output control with `--log-level`.
- Display help in system pager.
- UI improvements.

v0.7.4

Toggle v0.7.4's commit message
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

Toggle v0.7.3's commit message
v0.7.3

- Improvements to async contacts loading.

v0.7.2

Toggle v0.7.2's commit message
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

Toggle v0.7.1's commit message
v0.7.1

- Add parsing of signal-cli's new `accounts.json` file.
- Allow disabling notifications for received reactions.

v0.7.0

Toggle v0.7.0's commit message
v0.7.0

- Sort messages by local timestamps (#168).
- 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

Toggle v0.6.6's commit message
v0.6.6

- Adjust parsing of signal-cli's output for v0.10.0

v0.6.5

Toggle v0.6.5's commit message
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 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

Toggle v0.6.4's commit message
v0.6.4

- Strip non-printable characters from groups' names
- Reload contacts on receiving group UPDATE message
- Fix current-contact highlighting with unread count

v0.6.3

Toggle v0.6.3's commit message
v0.6.3

- Highlight currently selected contact in contacts list.
- Fix receiving reactions when scli history is empty.