Bump version to 0.13.13

This commit is contained in:
AsamK 2025-02-28 09:36:27 +01:00
parent 985af6e445
commit 222e166458
3 changed files with 8 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [0.13.13] - 2025-02-28
Requires libsignal-client version 0.65.6. Requires libsignal-client version 0.66.2.
### Added ### Added
- Allow setting nickname and note with `updateContact` command - Allow setting nickname and note with `updateContact` command
@ -10,6 +10,8 @@ Requires libsignal-client version 0.65.6.
### Fixed ### Fixed
- Fix syncing nickname, note and expiration timer - Fix syncing nickname, note and expiration timer
- Fix check for registered users with a proxy - Fix check for registered users with a proxy
- Improve handling of storage records not yet supported by signal-cli
- Fix contact sync for networks requiring proxy
## [0.13.12] - 2025-01-18 ## [0.13.12] - 2025-01-18

View file

@ -8,7 +8,7 @@ plugins {
allprojects { allprojects {
group = "org.asamk" group = "org.asamk"
version = "0.13.13-SNAPSHOT" version = "0.13.13"
} }
java { java {

View file

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute> <content_attribute id="social-chat">intense</content_attribute>
</content_rating> </content_rating>
<releases> <releases>
<release version="0.13.13" date="2025-02-28">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.13</url>
</release>
<release version="0.13.12" date="2025-01-18"> <release version="0.13.12" date="2025-01-18">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url> <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url>
</release> </release>