mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-21 13:44:18 +00:00
Bump version to 0.14.0
This commit is contained in:
parent
e9114ae8fc
commit
dfc7e3b495
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.14.0] - 2026-03-01
|
||||||
|
|
||||||
**Attention**: Now requires Java 25
|
**Attention**: Now requires Java 25
|
||||||
|
|
||||||
@ -15,8 +15,22 @@ Requires libsignal-client version 0.87.4.
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- The `link` command now prints a QR code in the terminal. (Thanks @karel1980)
|
||||||
- Add --ignore-avatars flag to prevent downloading avatars
|
- Add --ignore-avatars flag to prevent downloading avatars
|
||||||
- Add --ignore-stickers flag to prevent downloading sticker packs
|
- Add --ignore-stickers flag to prevent downloading sticker packs
|
||||||
|
- Add `--no-urgent` flag to `send` command to send messages that don't trigger a push notification. (Thanks @kaikozlov)
|
||||||
|
- Add `sendPinMessage`/`sendUnpinMessage` commands for pinning messages
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
|
||||||
|
- Improved behavior for unregistered contacts
|
||||||
|
- Profiles are refreshed when using the listContacts command
|
||||||
|
- For long text messages the text attachment is used instead of the truncated body
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Adapted to new binary aci/pni formats in the Signal protocol
|
||||||
|
- Group invites should now work when the user was invited via phone number (PNI only)
|
||||||
|
|
||||||
## [0.13.24] - 2026-02-05
|
## [0.13.24] - 2026-02-05
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.asamk"
|
group = "org.asamk"
|
||||||
version = "0.14.0-SNAPSHOT"
|
version = "0.14.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
@ -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.14.0" date="2026-03-01">
|
||||||
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.0</url>
|
||||||
|
</release>
|
||||||
<release version="0.13.24" date="2026-02-05">
|
<release version="0.13.24" date="2026-02-05">
|
||||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.24</url>
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.24</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@ -5691,6 +5691,18 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "org.signal.libsignal.protocol.SessionCipher$2",
|
||||||
|
"jniAccessible": true,
|
||||||
|
"methods": [
|
||||||
|
{
|
||||||
|
"name": "loadSignedPreKey",
|
||||||
|
"parameterTypes": [
|
||||||
|
"int"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "org.signal.libsignal.protocol.SignalProtocolAddress",
|
"type": "org.signal.libsignal.protocol.SignalProtocolAddress",
|
||||||
"jniAccessible": true,
|
"jniAccessible": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user