Skip to content

Commit a0702ad

Browse files
authored
Version 0.6.4 (#387)
1 parent 5556933 commit a0702ad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.4
4+
5+
### Fixes
6+
7+
- Strip ANSI escape codes from message text and user names (#386)
8+
9+
[#386]: https://github.com/boxdot/gurk-rs/pull/386
10+
311
## 0.6.3
412

513
### 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.6.3"
4+
version = "0.6.4"
55
authors = ["boxdot <[email protected]>"]
66
edition = "2024"
77
keywords = ["signal", "tui"]

0 commit comments

Comments
 (0)