Update CHANGELOG.md

This commit is contained in:
AsamK 2024-02-09 22:11:01 +01:00
parent 7cf3a989bf
commit 9a5e29e015

View file

@ -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