Skip to content

Commit c167fd9

Browse files
authored
Version 0.6.0 (#343)
1 parent 8b04c6c commit c167fd9

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
### Added
6+
7+
- Render a message when there are no channels/messages ([#338])
8+
- Keyboard bindings for emoji reactions ([#327], [#330])
9+
10+
### Fixes
11+
12+
- Random state reusage ([#326]):
13+
This fixes the long-stating issue [#234] about losing the Signal session and
14+
losing messages between linked clients.
15+
- Replace reaction in UI instead of always removing it when replacing it ([#332])
16+
- Ignore empty names from contact store ([#336])
17+
18+
### Internal
19+
20+
- Respect `RUST_LOG` when specifying --verbose ([#322])
21+
22+
[#234]: https://github.com/boxdot/gurk-rs/issues/234
23+
[#326]: https://github.com/boxdot/gurk-rs/pull/326
24+
[#332]: https://github.com/boxdot/gurk-rs/pull/332
25+
[#336]: https://github.com/boxdot/gurk-rs/pull/336
26+
[#338]: https://github.com/boxdot/gurk-rs/pull/338
27+
[#330]: https://github.com/boxdot/gurk-rs/pull/330
28+
[#327]: https://github.com/boxdot/gurk-rs/pull/327
29+
30+
331
## 0.5.2
432

533
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gurk"
33
description = "Signal messenger client for terminal"
4-
version = "0.5.3-dev"
4+
version = "0.6.0"
55
authors = ["boxdot <[email protected]>"]
66
edition = "2021"
77
keywords = ["signal", "tui"]

0 commit comments

Comments
 (0)