mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-01-26 18:53:34 +00:00
Bump version to 0.13.20
This commit is contained in:
parent
05a9635dc4
commit
3b784aa32b
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.13.20] - 2025-09-23
|
||||
|
||||
Requires libsignal-client version 0.81.0.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix sending group message to legacy targets without group send endorsements
|
||||
- Fix registration commands in daemon mode for already registered accounts (Thanks @AntonKun)
|
||||
|
||||
### Improved
|
||||
|
||||
- Faster shutdown performance when using multiple accounts
|
||||
|
||||
## [0.13.19] - 2025-09-15
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.20-SNAPSHOT"
|
||||
version = "0.13.20"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.13.20" date="2025-09-23">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.20</url>
|
||||
</release>
|
||||
<release version="0.13.19" date="2025-09-15">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.19</url>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user