Bump version to 0.13.18

This commit is contained in:
AsamK 2025-07-16 19:40:10 +02:00
parent 2225e69277
commit dbc454ba9e
3 changed files with 21 additions and 2 deletions

View file

@ -1,6 +1,22 @@
# Changelog # Changelog
## [Unreleased] ## [0.13.18] - 2025-07-16
Requires libsignal-client version 0.76.3.
### Added
- Added `--view-once` parameter to send command to send view once images
### Fixed
- Handle rate limit exception correctly when querying usernames
### Improved
- Shut down when dbus daemon connection goes away unexpectedly
- In daemon mode, exit immediately if account check fails at startup
- Improve behavior when sending to devices that have no available prekeys
## [0.13.17] - 2025-06-28 ## [0.13.17] - 2025-06-28

View file

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

View file

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