Skip to content

Commit

Permalink
Version 0.5.2 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot authored Oct 21, 2024
1 parent c7adb7a commit c14e2ec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Changelog

## 0.5.2-dev
## 0.5.2

### Added

- Add `colored_messages` config option ([#311])
- Handle read receipts from other clients ([#312])
- Add command, window mode, and keybinding logic ([#315], [#317])

### Fixes

- Process group messages without a profile key ([#318], [#319])
- Upgrade libsignal-client 0.51.1 -> 0.56.1 (fixes linking) ([#314])

[#311]: https://github.com/boxdot/gurk-rs/pull/311
[#312]: https://github.com/boxdot/gurk-rs/pull/312
[#314]: https://github.com/boxdot/gurk-rs/pull/314
[#315]: https://github.com/boxdot/gurk-rs/pull/315
[#317]: https://github.com/boxdot/gurk-rs/pull/317
[#318]: https://github.com/boxdot/gurk-rs/pull/318
[#319]: https://github.com/boxdot/gurk-rs/pull/319

## 0.5.1

Expand Down

0 comments on commit c14e2ec

Please sign in to comment.