Bump version to 0.13.19

This commit is contained in:
AsamK 2025-09-15 11:43:12 +02:00
parent 1af03e3e16
commit a399666fba
3 changed files with 20 additions and 2 deletions

View File

@ -1,6 +1,21 @@
# Changelog
## [Unreleased]
## [0.13.19] - 2025-09-15
Requires libsignal-client version 0.80.2.
### Fixed
- Fixed hiding contacts (with `removeContact --hide`)
- Prevent splitting UTF-8 chars when reading message from stdin
- Handle unregistered username correctly when sending message
### Changed
- Update to signal service changes, mainly new group endorsements for group sending
- Reduced frequency of updating last received timstamp on disk
- Handle missing storage manifest version correctly
- Force a group refresh when using listGroups command with groupId
## [0.13.18] - 2025-07-16

View File

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

View File

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<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>
<release version="0.13.18" date="2025-07-16">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.18</url>
</release>