]> nmode's Git Repositories - signal-cli/blob - CHANGELOG.md
9494ae8ab978e676bc9aec0f10c3b766d9642abb
[signal-cli] / CHANGELOG.md
1 # Changelog
2
3 ## [Unreleased]
4 ### Fixed
5 - Include group ids for v2 groups in json output
6
7 ## [0.7.0] - 2020-12-15
8 ### Added
9 Support for groups of new type/v2
10 - Sending and receiving
11 - Updating name, avatar and adding members with `updateGroup`
12 - Quit group and decline invitation with `quitGroup`
13 - In the `listGroups` output v2 groups can be recognized by the longer groupId
14
15 **Attention**: For the new group support to work the native libzkgroup library is required.
16 See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal for more information.
17
18 ### Fixed
19 - Rare NullPointerException when receiving messages
20
21 ## [0.6.12] - 2020-11-22
22 ### Added
23 - Show additional message content (view once, remote delete, mention, …) for received messages
24 - `--captcha` parameter for `register` command, required for some IP ranges
25
26 ### Changed
27 - Profile keys are now stored separately from contact list
28 - Receipts from normal and unidentified messages now have the same format in json output
29
30 ### Fixed
31 - Issue where some messages were sent with an old counter index
32
33 ## Older
34
35 Look at the [release tags](https://github.com/AsamK/signal-cli/releases) for information about older releases.