From 6baa711c5f3376a2ab752558e65eefa1113baded Mon Sep 17 00:00:00 2001 From: boxdot Date: Sat, 23 Dec 2023 08:37:51 +0100 Subject: [PATCH] Version 0.4.2 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e449e1..1721101a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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://github.com/boxdot/gurk-rs/pull/248 +[#249]: https://github.com/boxdot/gurk-rs/pull/249 +[#251]: https://github.com/boxdot/gurk-rs/pull/251 +[#252]: https://github.com/boxdot/gurk-rs/pull/252 +[#255]: https://github.com/boxdot/gurk-rs/pull/255 +[#256]: https://github.com/boxdot/gurk-rs/pull/256 +[#257]: https://github.com/boxdot/gurk-rs/pull/257 +[#258]: https://github.com/boxdot/gurk-rs/pull/258 +[#259]: https://github.com/boxdot/gurk-rs/pull/259 + ## 0.4.1 ### Added diff --git a/README.md b/README.md index 6422e597..2909ae8c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ shall be licensed as above, without any additional terms or conditions. [`presage`]: https://github.com/whisperfish/presage [`src/config.rs`]: https://github.com/boxdot/gurk-rs/blob/master/src/config.rs [chat-badge]: https://img.shields.io/badge/chat-on%20signal-brightgreen?logo=signal -[ci-badge]: https://github.com/boxdot/gurk-rs/workflows/CI/badge.svg +[ci-badge]: https://github.com/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://github.com/boxdot/gurk-rs/releases