Skip to content

Commit c6179ee

Browse files
authored
Version 0.6.3 (#378)
1 parent 826f2dc commit c6179ee

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Added
6+
7+
- Store uploaded attachments in gurk's data directory (#375)
8+
- Show deprecated config keys on start (#365, #377)
9+
10+
### Fixes
11+
12+
- Attachments opening handling (#371)
13+
- Remove invalid characters from attachment file names
14+
- Open attachment in selected message on Enter
15+
16+
### Internal
17+
18+
- Sqlite is the default data storage backend (#365, #377)
19+
- Upgrade to edition 2024 (#372)
20+
21+
[#365]: https://github.com/boxdot/gurk-rs/pull/365
22+
[#371]: https://github.com/boxdot/gurk-rs/pull/371
23+
[#372]: https://github.com/boxdot/gurk-rs/pull/372
24+
[#375]: https://github.com/boxdot/gurk-rs/pull/375
25+
[#377]: https://github.com/boxdot/gurk-rs/pull/377
26+
327
## 0.6.2
428

29+
### Added
30+
531
- Add command for opening file attachments (#356)
632
- Render qr code into a temporary PNG file (#364)
733

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

0 commit comments

Comments
 (0)