mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.13.17
This commit is contained in:
parent
e6113d4d96
commit
fa9bb3c210
3 changed files with 16 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,8 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.13.17] - 2025-06-28
|
||||
|
||||
Requires libsignal-client version 0.74.0.
|
||||
Requires libsignal-client version 0.76.0.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix issue when loading an older inactive group
|
||||
- Close attachment input streams after upload
|
||||
- Fix storage sync behavior with unhandled fields
|
||||
|
||||
### Changed
|
||||
|
||||
- Improve behavior when pin data doesn't exist on the server
|
||||
|
||||
## [0.13.16] - 2025-06-07
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.17-SNAPSHOT"
|
||||
version = "0.13.17"
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.13.17" date="2025-06-28">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.17</url>
|
||||
</release>
|
||||
<release version="0.13.16" date="2025-06-07">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.16</url>
|
||||
</release>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue