mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-03-15 02:40:23 +00:00
Bump version to 0.13.24
This commit is contained in:
parent
833fe25855
commit
efb66f6675
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## [0.13.24] - 2026-02-05
|
||||
|
||||
Requires libsignal-client version 0.87.0.
|
||||
|
||||
### Improved
|
||||
|
||||
- Improve performance of first send to large group
|
||||
- Improve envelope validation
|
||||
|
||||
## [0.13.23] - 2026-01-24
|
||||
|
||||
Requires libsignal-client version 0.86.12.
|
||||
|
||||
@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.23"
|
||||
version = "0.13.24"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.13.24" date="2026-02-05">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.24</url>
|
||||
</release>
|
||||
<release version="0.13.23" date="2026-01-24">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.23</url>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user