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