Skip to content

Commit

Permalink
Version 0.6.0 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot authored Dec 24, 2024
1 parent 8b04c6c commit c167fd9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.6.0

### Added

- Render a message when there are no channels/messages ([#338])
- Keyboard bindings for emoji reactions ([#327], [#330])

### Fixes

- Random state reusage ([#326]):
This fixes the long-stating issue [#234] about losing the Signal session and
losing messages between linked clients.
- Replace reaction in UI instead of always removing it when replacing it ([#332])
- Ignore empty names from contact store ([#336])

### Internal

- Respect `RUST_LOG` when specifying --verbose ([#322])

[#234]: https://github.com/boxdot/gurk-rs/issues/234
[#326]: https://github.com/boxdot/gurk-rs/pull/326
[#332]: https://github.com/boxdot/gurk-rs/pull/332
[#336]: https://github.com/boxdot/gurk-rs/pull/336
[#338]: https://github.com/boxdot/gurk-rs/pull/338
[#330]: https://github.com/boxdot/gurk-rs/pull/330
[#327]: https://github.com/boxdot/gurk-rs/pull/327


## 0.5.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gurk"
description = "Signal messenger client for terminal"
version = "0.5.3-dev"
version = "0.6.0"
authors = ["boxdot <d@zerovolt.org>"]
edition = "2021"
keywords = ["signal", "tui"]
Expand Down

0 comments on commit c167fd9

Please sign in to comment.