Releases: AsamK/signal-cli
Releases · AsamK/signal-cli
Release list
v0.14.5
Full Changelog: v0.14.4.1...v0.14.5
v0.14.4.1
- Fix startup crash
Full Changelog: v0.14.4...v0.14.4.1
v0.14.4
What's Changed
- Bump rustls-webpki from 0.103.12 to 0.103.13 in /client by @dependabot[bot] in #2030
- Store profile keys for group v2 requesting members by @PatrickDattilio in #2031
- fix: flush SSE response headers immediately on connect by @legacycode in #2034
- fix: Attempted immutable list modification causes runtime exception by @connorlanigan in #2038
New Contributors
- @PatrickDattilio made their first contribution in #2031
- @legacycode made their first contribution in #2034
- @connorlanigan made their first contribution in #2038
Full Changelog: v0.14.3...v0.14.4
v0.14.3
What's Changed
- Fix SQLiteException in RecipientStore.resolveRecipient on cache hit by @tonycpsu in #2011
- Fix sender key re-distribution on every group message by @smeinecke in #2019
- Surface server Retry-After for rate-limit send failures by @tonycpsu in #2016
- JSON Schema for JSON-RPC by @Gara-Dorta in #1952
- Add reproducible builds by @BarbossHack in #1954
- Add distinct JSON-RPC error code for captcha rejection by @tonycpsu in #2021
New Contributors
- @tonycpsu made their first contribution in #2011
- @smeinecke made their first contribution in #2019
- @Gara-Dorta made their first contribution in #1952
- @BarbossHack made their first contribution in #1954
Full Changelog: v0.14.2...v0.14.3
v0.14.2
The required libsignal version is now documented in the https://github.com/AsamK/signal-cli/blob/master/libsignal-version file.
What's Changed
- Enforce poll option length between 1 and 100 by @zmjohnso in #1965
- Update GraalVM metadata by @moppman in #1966
- Fix updateGroup --admin and --remove-member silent failures by @joeykrim in #1970
- Bump rustls-webpki from 0.103.9 to 0.103.10 in /client by @dependabot[bot] in #1982
- Add --voice-note flag for send command by @KevinKickass in #1973
- Add voice calling support by @visigoth in #1932
New Contributors
- @joeykrim made their first contribution in #1970
- @KevinKickass made their first contribution in #1973
- @visigoth made their first contribution in #1932
Full Changelog: v0.14.1...v0.14.2
v0.14.1
v0.14.0
Attention: Now requires Java 25
Requires libsignal-client version 0.87.4.
libsignal v0.87.4 and later versions require a C++ standard library at runtime which adheres to CXXABI_1.3.9 introduced with GCC 5.1.0 that is usually not available by default on older systems, see here
Breaking changes
- Remove isRegistered method without parameters from Signal dbus interface, which always returned
true - Remove
sandboxvalue for --service-environment parameter, usestaginginstead - The
daemoncommand now requires at least one channel parameter (--socket,--dbus, ...) and no longer defaults to
dbus
Added
- The
linkcommand now prints a QR code in the terminal. (Thanks @karel1980) - Add --ignore-avatars flag to prevent downloading avatars
- Add --ignore-stickers flag to prevent downloading sticker packs
- Add
--no-urgentflag tosendcommand to send messages that don't trigger a push notification. (Thanks @kaikozlov) - Add
sendPinMessage/sendUnpinMessagecommands 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)
What's Changed
- Bump bytes from 1.10.1 to 1.11.1 in /client by @dependabot[bot] in #1915
- Fix typo in SendPollCreateCommand.java by @DenysFlnk in #1926
- print qr code when producing a device link uri by @karel1980 in #1927
- Add --no-urgent flag to send command by @kaikozlov in #1933
New Contributors
- @DenysFlnk made their first contribution in #1926
- @karel1980 made their first contribution in #1927
- @kaikozlov made their first contribution in #1933
Full Changelog: v0.13.23...v0.14.0
v0.13.24
v0.13.23
What's Changed
- Print user number in UserAlreadyExistsException DBus error by @UQuark in #1890
- Remove an unnecessary space in
README.mdby @Benjamin-Loison in #1907
New Contributors
Full Changelog: v0.13.22...v0.13.23
v0.13.22
Full Changelog: v0.13.21...v0.13.22