mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-30 15:14:14 +00:00
Bump version to 0.13.22
This commit is contained in:
parent
dae44c81d2
commit
f0d06981ca
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.13.22] - 2025-11-14
|
||||||
|
|
||||||
|
Requires libsignal-client version 0.86.1.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix timeout handling for receive command
|
||||||
|
- Fix device link URI parsing for unencoded trailing =
|
||||||
|
- Adapt setPin command to server changes
|
||||||
|
|
||||||
## [0.13.21] - 2025-10-25
|
## [0.13.21] - 2025-10-25
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.asamk"
|
group = "org.asamk"
|
||||||
version = "0.13.22-SNAPSHOT"
|
version = "0.13.22"
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
@ -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.22" date="2025-11-14">
|
||||||
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.22</url>
|
||||||
|
</release>
|
||||||
<release version="0.13.21" date="2025-10-25">
|
<release version="0.13.21" date="2025-10-25">
|
||||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.21</url>
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.21</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user