You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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.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