Skip to content

Releases: boxdot/gurk-rs

v0.2.3

10 Jan 23:33
Compare
Choose a tag to compare

Fixed

v0.2.2

02 Oct 08:24
f593b29
Compare
Choose a tag to compare

Added

  • Add basic emojis and reactions support. (#91)
  • Open URL (if any) in selected message on Enter when input is empty. (#99)
  • Send attachments from file:// paths (#100).

Fixed

v0.2.1

20 Jul 08:07
de5c332
Compare
Choose a tag to compare

Fixed

  • Fix formatting of phone number and update user name on start. (#78)
  • Fix an overflow error and crash by adding a subtraction check. (#88)

v0.2.0

17 Jul 17:28
d23d64b
Compare
Choose a tag to compare

The highlight of this release is the usage of the native implementation of the Signal client
protocol via presage. This removes the dependency on [signal-cli] and makes gurk fully
standalone. For more defails, see #41.

⚠️ This release has a breaking change of the data storage.

Added

  • Ctrl+J/K for channel up/down navigation (#74)
  • Added option to disable looping back when scrolling through messages. (#72)
  • Allow inter-word navigation with Alt/Ctrl+←→ (#66)
  • Handle reactions and show them as suffix of messages. (#53)
  • Keyboard shortcuts for word navigation (#38)
  • Scrolling messages (#21)
  • Mouse navigation of channels (#24)
  • New message notifications using notify-rust (#19)

Changed

  • Change quoted reply-to text to a darker gray. (#73)
  • 🦀 Port to presage: native implementation of Signal client. (#41)

Fixed

  • Fix init of data file by adding creation of default when none exists (#48)
  • Use local time zone when rendering time. (#46)