mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-31 06:26:33 +00:00
Bump version to 0.13.19
This commit is contained in:
parent
1af03e3e16
commit
a399666fba
17
CHANGELOG.md
17
CHANGELOG.md
@ -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
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.19-SNAPSHOT"
|
||||
version = "0.13.19"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user