5 - `--verbose` flag to increase log level
6 - `--note-to-self` flag for
`send` command to send a note to linked devices
9 - Messages sent to self number will be sent as normal Signal messages again, to
10 send a sync message, use the new
`--note-to-self` flag
13 - Disable registration lock before removing the PIN
14 - Fix PIN hash version to match the official clients.
15 If you had previously set a PIN you need to set it again to be able to unlock the registration lock later.
17 ## [0.7.2] - 2020-12-31
19 - Implement new registration lock PIN with
`setPin` and
`removePin` (with KBS)
20 - Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean)
23 - Retrieve avatars for v2 groups
24 - Download attachment thumbnail for quoted attachments
26 ## [0.7.1] - 2020-12-21
28 - Accept group invitation with
`updateGroup -g GROUP_ID`
29 - Decline group invitation with
`quitGroup -g GROUP_ID`
30 - Join group via invitation link
`joinGroup --uri https://signal.group/#...`
33 - Include group ids for v2 groups in json output
35 ## [0.7.0] - 2020-12-15
37 Support for groups of new type/v2
38 - Sending and receiving
39 - Updating name, avatar and adding members with
`updateGroup`
40 - Quit group and decline invitation with
`quitGroup`
41 - In the
`listGroups` output v2 groups can be recognized by the longer groupId
43 **Attention**: For the new group support to work the native libzkgroup library is required.
44 See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal for more information.
47 - Rare NullPointerException when receiving messages
49 ## [0.6.12] - 2020-11-22
51 - Show additional message content (view once, remote delete, mention, …) for received messages
52 - `--captcha` parameter for
`register` command, required for some IP ranges
55 - Profile keys are now stored separately from contact list
56 - Receipts from normal and unidentified messages now have the same format in json output
59 - Issue where some messages were sent with an old counter index
63 Look at the
[release tags](https://github.com/AsamK/signal-cli/releases) for information about older releases.