mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.13.18
This commit is contained in:
parent
2225e69277
commit
dbc454ba9e
3 changed files with 21 additions and 2 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
|||
# 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
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.18-SNAPSHOT"
|
||||
version = "0.13.18"
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<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">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.17</url>
|
||||
</release>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue