mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.13.13
This commit is contained in:
parent
985af6e445
commit
93d281e712
3 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.13.13] - 2025-02-28
|
||||
|
||||
Requires libsignal-client version 0.65.6.
|
||||
Requires libsignal-client version 0.66.2.
|
||||
|
||||
### Added
|
||||
- Allow setting nickname and note with `updateContact` command
|
||||
|
@ -10,6 +10,8 @@ Requires libsignal-client version 0.65.6.
|
|||
### Fixed
|
||||
- Fix syncing nickname, note and expiration timer
|
||||
- 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
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.13-SNAPSHOT"
|
||||
version = "0.13.13"
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<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">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url>
|
||||
</release>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue