Skip to content

Commit

Permalink
Version 0.4.2 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot authored Dec 23, 2023
1 parent 0b08486 commit 78b3034
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.4.2

### Changed

- Utilize name offset space better ([#258])
- Store attachments under a shorter path ([#259])

### Fixed

- Duplicate key events on windows ([#249])
- Skipping sync group message from other device ([#251])
- Message linking ([#255])

### Internal

- Upgrade signal protocol to 0.32 ([#248])
- Upgrade sqlx ([#252])
- Add fibonacci backoff on reconnect ([#256])
- Reconnect websockets when those are closed ([#257])

[#248]: https:/boxdot/gurk-rs/pull/248
[#249]: https:/boxdot/gurk-rs/pull/249
[#251]: https:/boxdot/gurk-rs/pull/251
[#252]: https:/boxdot/gurk-rs/pull/252
[#255]: https:/boxdot/gurk-rs/pull/255
[#256]: https:/boxdot/gurk-rs/pull/256
[#257]: https:/boxdot/gurk-rs/pull/257
[#258]: https:/boxdot/gurk-rs/pull/258
[#259]: https:/boxdot/gurk-rs/pull/259

## 0.4.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ shall be licensed as above, without any additional terms or conditions.
[`presage`]: https:/whisperfish/presage
[`src/config.rs`]: https:/boxdot/gurk-rs/blob/master/src/config.rs
[chat-badge]: https://img.shields.io/badge/chat-on%20signal-brightgreen?logo=signal
[ci-badge]: https:/boxdot/gurk-rs/workflows/CI/badge.svg
[ci-badge]: https:/boxdot/gurk-rs/workflows/ci/badge.svg
[chat-link]: https://signal.group/#CjQKILaqQTWUZks14mPRSn0m0zyU9A-buNMG6haQBmWrxJHeEhCc7HLIwCFZRNDw63MWj-fA
[config-location]: https://docs.rs/dirs/3.0.2/dirs/fn.config_dir.html
[Releases]: https:/boxdot/gurk-rs/releases

0 comments on commit 78b3034

Please sign in to comment.