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