mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-17 05:42:58 +00:00
Bump version to 0.14.8
This commit is contained in:
parent
ff689b577b
commit
22b028bbb9
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.14.8] - 2026-09-10
|
||||
|
||||
### Added
|
||||
|
||||
- Add terminateGroup command to terminate a group for everyone
|
||||
- Include isVoiceNote in receive JSON and JSON-RPC attachment payloads
|
||||
|
||||
### Improved
|
||||
|
||||
- Prevent more storage sync loops
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix graalvm issue with image dimension probing
|
||||
- Fix issue with sticker storage sync
|
||||
|
||||
## [0.14.7] - 2026-08-01
|
||||
|
||||
|
||||
2
client/Cargo.lock
generated
2
client/Cargo.lock
generated
@ -1014,7 +1014,7 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
||||
|
||||
[[package]]
|
||||
name = "signal-cli-client"
|
||||
version = "0.0.1"
|
||||
version = "0.14.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "signal-cli-client"
|
||||
version = "0.0.1"
|
||||
version = "0.14.8"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.14.8" date="2026-09-10">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.8</url>
|
||||
</release>
|
||||
<release version="0.14.7" date="2026-08-01">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.7</url>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user