Skip to content

Commit 78b3034

Browse files
authored
Version 0.4.2 (#260)
1 parent 0b08486 commit 78b3034

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 0.4.2
4+
5+
### Changed
6+
7+
- Utilize name offset space better ([#258])
8+
- Store attachments under a shorter path ([#259])
9+
10+
### Fixed
11+
12+
- Duplicate key events on windows ([#249])
13+
- Skipping sync group message from other device ([#251])
14+
- Message linking ([#255])
15+
16+
### Internal
17+
18+
- Upgrade signal protocol to 0.32 ([#248])
19+
- Upgrade sqlx ([#252])
20+
- Add fibonacci backoff on reconnect ([#256])
21+
- Reconnect websockets when those are closed ([#257])
22+
23+
[#248]: https://github.com/boxdot/gurk-rs/pull/248
24+
[#249]: https://github.com/boxdot/gurk-rs/pull/249
25+
[#251]: https://github.com/boxdot/gurk-rs/pull/251
26+
[#252]: https://github.com/boxdot/gurk-rs/pull/252
27+
[#255]: https://github.com/boxdot/gurk-rs/pull/255
28+
[#256]: https://github.com/boxdot/gurk-rs/pull/256
29+
[#257]: https://github.com/boxdot/gurk-rs/pull/257
30+
[#258]: https://github.com/boxdot/gurk-rs/pull/258
31+
[#259]: https://github.com/boxdot/gurk-rs/pull/259
32+
333
## 0.4.1
434

535
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ shall be licensed as above, without any additional terms or conditions.
122122
[`presage`]: https://github.com/whisperfish/presage
123123
[`src/config.rs`]: https://github.com/boxdot/gurk-rs/blob/master/src/config.rs
124124
[chat-badge]: https://img.shields.io/badge/chat-on%20signal-brightgreen?logo=signal
125-
[ci-badge]: https://github.com/boxdot/gurk-rs/workflows/CI/badge.svg
125+
[ci-badge]: https://github.com/boxdot/gurk-rs/workflows/ci/badge.svg
126126
[chat-link]: https://signal.group/#CjQKILaqQTWUZks14mPRSn0m0zyU9A-buNMG6haQBmWrxJHeEhCc7HLIwCFZRNDw63MWj-fA
127127
[config-location]: https://docs.rs/dirs/3.0.2/dirs/fn.config_dir.html
128128
[Releases]: https://github.com/boxdot/gurk-rs/releases

0 commit comments

Comments
 (0)