File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.13.13 ] - 2025-02-28
4
4
5
- Requires libsignal-client version 0.65.6 .
5
+ Requires libsignal-client version 0.66.2 .
6
6
7
7
### Added
8
8
- Allow setting nickname and note with ` updateContact ` command
9
9
10
10
### Fixed
11
11
- Fix syncing nickname, note and expiration timer
12
12
- Fix check for registered users with a proxy
13
+ - Improve handling of storage records not yet supported by signal-cli
14
+ - Fix contact sync for networks requiring proxy
13
15
14
16
## [ 0.13.12] - 2025-01-18
15
17
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
9
9
allprojects {
10
10
group = " org.asamk"
11
- version = " 0.13.13-SNAPSHOT "
11
+ version = " 0.13.13"
12
12
}
13
13
14
14
java {
Original file line number Diff line number Diff line change 45
45
<content_attribute id =" social-chat" >intense</content_attribute >
46
46
</content_rating >
47
47
<releases >
48
+ <release version =" 0.13.13" date =" 2025-02-28" >
49
+ <url type =" details" >https://github.com/AsamK/signal-cli/releases/tag/v0.13.13</url >
50
+ </release >
48
51
<release version =" 0.13.12" date =" 2025-01-18" >
49
52
<url type =" details" >https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url >
50
53
</release >
You can’t perform that action at this time.
0 commit comments