mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
7cf3a989bf
commit
9a5e29e015
1 changed files with 4 additions and 3 deletions
|
@ -4,14 +4,15 @@
|
||||||
|
|
||||||
**Attention**: Now requires Java 21 and libsignal-client version 0.39.2
|
**Attention**: Now requires Java 21 and libsignal-client version 0.39.2
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
- Sending to the self number (+XXXX) now behaves the same as the `--note-to-self` parameter. To get the previous
|
||||||
|
behavior with notification, the `--notify-self` parameter can be added.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New `--hidden` parameter for `removeContact` command
|
- New `--hidden` parameter for `removeContact` command
|
||||||
- New `--notify-self` parameter for `send` command, for sending a non-sync message when self is part of the recipients
|
- New `--notify-self` parameter for `send` command, for sending a non-sync message when self is part of the recipients
|
||||||
or groups.
|
or groups.
|
||||||
|
|
||||||
Sending to the self number (+XXXX) now behaves the same as the `--note-to-self` parameter. To get the previous
|
|
||||||
behavior, the `--notify-self` parameter can be added
|
|
||||||
- New `--unrestricted-unidentified-sender` parameter for `updateAccount command`
|
- New `--unrestricted-unidentified-sender` parameter for `updateAccount command`
|
||||||
- New `--bus-name` parameter for `daemon` command to use another D-Bus bus name
|
- New `--bus-name` parameter for `daemon` command to use another D-Bus bus name
|
||||||
- New `getAvatar` and `getSticker` commands to get avatar and sticker images
|
- New `getAvatar` and `getSticker` commands to get avatar and sticker images
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue