]> nmode's Git Repositories - signal-cli/blob - CHANGELOG.md
Disable registration lock before removing pin
[signal-cli] / CHANGELOG.md
1 # Changelog
2
3 ## [Unreleased]
4
5 ### Fixed
6 - Disable registration lock before removing the PIN
7
8 ## [0.7.2] - 2020-12-31
9 ### Added
10 - Implement new registration lock PIN with `setPin` and `removePin` (with KBS)
11 - Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean)
12
13 ### Fixed
14 - Retrieve avatars for v2 groups
15 - Download attachment thumbnail for quoted attachments
16
17 ## [0.7.1] - 2020-12-21
18 ### Added
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/#...`
22
23 ### Fixed
24 - Include group ids for v2 groups in json output
25
26 ## [0.7.0] - 2020-12-15
27 ### Added
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
33
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.
36
37 ### Fixed
38 - Rare NullPointerException when receiving messages
39
40 ## [0.6.12] - 2020-11-22
41 ### Added
42 - Show additional message content (view once, remote delete, mention, …) for received messages
43 - `--captcha` parameter for `register` command, required for some IP ranges
44
45 ### Changed
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
48
49 ### Fixed
50 - Issue where some messages were sent with an old counter index
51
52 ## Older
53
54 Look at the [release tags](https://github.com/AsamK/signal-cli/releases) for information about older releases.