mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-23 05:06:02 +00:00
Bump version to 0.14.6
This commit is contained in:
parent
95c6dae927
commit
21dd00d96a
@ -1,11 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.14.6] - 2026-07-12
|
||||
|
||||
### Added
|
||||
|
||||
- New `sendStory` command to post file attachment stories to "My Story" or to a group via `--group-id`
|
||||
|
||||
### Improved
|
||||
|
||||
- The account parameter `-a` now supports ACI in addition to phone number
|
||||
- Disabling read receipts in configuration now prevents sending read receipts (only sync message to linked devices is still sent)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Sending to large groups is no longer slowed down by members that are already known to be unregistered; they are skipped instead of being retried via the legacy 1:1 send path on every send.
|
||||
|
||||
@ -10,7 +10,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.14.6-SNAPSHOT"
|
||||
version = "0.14.6"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.14.6" date="2026-07-12">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.6</url>
|
||||
</release>
|
||||
<release version="0.14.5" date="2026-06-11">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.5</url>
|
||||
</release>
|
||||
|
||||
@ -1 +1 @@
|
||||
0.94.4
|
||||
0.96.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user