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