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