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