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