Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Jun 27, 2024
1 parent 6547525 commit 8e75af3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.5.0

New configuration which enables encryption of the signal keystore and
the gurk messages database:

```
passphrase = "secret"
```

Previously unencrypted database is replaced by the encrypted one. Make
sure you backup your data before enabling this option.

After enabling encryption device has to be linked again.

### Added

- Key store and messages database encryption ([#283])

### Fixed

- Show self send attachments ([#278])
- Use profile names as user names ([#277])

### Internal

- Upgrade libsignal to v0.51.0 ([#294])
- Make sqlite the default storage ([#295])

[#277]: https://github.com/boxdot/gurk-rs/pull/277
[#278]: https://github.com/boxdot/gurk-rs/pull/278
[#283]: https://github.com/boxdot/gurk-rs/pull/283
[#294]: https://github.com/boxdot/gurk-rs/pull/294
[#295]: https://github.com/boxdot/gurk-rs/pull/295

## 0.4.3

Due to several fixes in `libsignal-service-rs`/`presage` and the upgrade of
Expand Down
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.4.4-dev"
version = "0.5.0"
authors = ["boxdot <d@zerovolt.org>"]
edition = "2021"
keywords = ["signal", "tui"]
Expand Down

0 comments on commit 8e75af3

Please sign in to comment.