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