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