Skip to content

Commit 93d281e

Browse files
committed
Bump version to 0.13.13
1 parent 985af6e commit 93d281e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.13.13] - 2025-02-28
44

5-
Requires libsignal-client version 0.65.6.
5+
Requires libsignal-client version 0.66.2.
66

77
### Added
88
- Allow setting nickname and note with `updateContact` command
99

1010
### Fixed
1111
- Fix syncing nickname, note and expiration timer
1212
- 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
1315

1416
## [0.13.12] - 2025-01-18
1517

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "org.asamk"
11-
version = "0.13.13-SNAPSHOT"
11+
version = "0.13.13"
1212
}
1313

1414
java {

data/org.asamk.SignalCli.metainfo.xml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<content_attribute id="social-chat">intense</content_attribute>
4646
</content_rating>
4747
<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>
4851
<release version="0.13.12" date="2025-01-18">
4952
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url>
5053
</release>

0 commit comments

Comments
 (0)