Skip to content

Commit c6424fd

Browse files
authored
Version 0.6.2 (#366)
1 parent bcf6b92 commit c6424fd

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.2
4+
5+
- Add command for opening file attachments (#356)
6+
- Render qr code into a temporary PNG file (#364)
7+
8+
### Fixes
9+
10+
- Bump presage to fix linking (HTTP 409: Conflict) (#358)
11+
- Security upgrade presage (#362)
12+
13+
[#356]: https://github.com/boxdot/gurk-rs/pull/356
14+
[#358]: https://github.com/boxdot/gurk-rs/pull/358
15+
[#362]: https://github.com/boxdot/gurk-rs/pull/362
16+
[#364]: https://github.com/boxdot/gurk-rs/pull/364
17+
318
## 0.6.1
419

520
### Fixes

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.1"
4+
version = "0.6.2"
55
authors = ["boxdot <[email protected]>"]
66
edition = "2021"
77
keywords = ["signal", "tui"]

0 commit comments

Comments
 (0)