Skip to content

Commit

Permalink
Version 0.6.3 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot authored Mar 2, 2025
1 parent 826f2dc commit c6179ee
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
# Changelog

## 0.6.3

### Added

- Store uploaded attachments in gurk's data directory (#375)
- Show deprecated config keys on start (#365, #377)

### Fixes

- Attachments opening handling (#371)
- Remove invalid characters from attachment file names
- Open attachment in selected message on Enter

### Internal

- Sqlite is the default data storage backend (#365, #377)
- Upgrade to edition 2024 (#372)

[#365]: https://github.com/boxdot/gurk-rs/pull/365
[#371]: https://github.com/boxdot/gurk-rs/pull/371
[#372]: https://github.com/boxdot/gurk-rs/pull/372
[#375]: https://github.com/boxdot/gurk-rs/pull/375
[#377]: https://github.com/boxdot/gurk-rs/pull/377

## 0.6.2

### Added

- Add command for opening file attachments (#356)
- Render qr code into a temporary PNG file (#364)

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.6.2"
version = "0.6.3"
authors = ["boxdot <[email protected]>"]
edition = "2024"
keywords = ["signal", "tui"]
Expand Down

0 comments on commit c6179ee

Please sign in to comment.