]> nmode's Git Repositories - signal-cli/blob - CHANGELOG.md
Update libsignal
[signal-cli] / CHANGELOG.md
1 # Changelog
2
3 ## [Unreleased]
4 **Attention**: For all functionality an additional native library is now required: [libsignal-client](https://github.com/signalapp/libsignal-client/).
5 See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal for more information.
6
7 ## [0.7.4] - 2021-01-19
8 ### Changed
9 - Notify linked devices after profile has been updated
10
11 ### Fixes
12 - After registering a new account, receiving messages didn't work
13 You may have to register and verify again to fix the issue.
14 - Creating v1 groups works again
15
16 ## [0.7.3] - 2021-01-17
17 ### Added
18 - `getUserStatus` command to check if a user is registered on Signal (Thanks @Atomic-Bean)
19 - Global `--verbose` flag to increase log level
20 - Global `--output=json` flag, currently supported by `receive`, `daemon`, `getUserStatus`, `listGroups`
21 - `--note-to-self` flag for `send` command to send a note to linked devices
22 - More info for received messages in json output: stickers, viewOnce, typing, remoteDelete
23
24 ### Changed
25 - signal-cli can now be used without the username `-u` flag
26 For daemon command all local users will be exposed as dbus objects.
27 If only one local user exists, all other commands will use that user,
28 otherwise a user has to be specified.
29 - Messages sent to self number will be sent as normal Signal messages again, to
30 send a sync message, use the new `--note-to-self` flag
31 - Ignore messages with group context sent by non group member
32 - Profile key is sent along with all direct messages
33 - In json output unnecessary fields that are null are now omitted
34
35 ### Fixed
36 - Disable registration lock before removing the PIN
37 - Fix PIN hash version to match the official clients.
38 If you had previously set a PIN you need to set it again to be able to unlock the registration lock later.
39 - Issue with saving account file after linking
40
41 ## [0.7.2] - 2020-12-31
42 ### Added
43 - Implement new registration lock PIN with `setPin` and `removePin` (with KBS)
44 - Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean)
45
46 ### Fixed
47 - Retrieve avatars for v2 groups
48 - Download attachment thumbnail for quoted attachments
49
50 ## [0.7.1] - 2020-12-21
51 ### Added
52 - Accept group invitation with `updateGroup -g GROUP_ID`
53 - Decline group invitation with `quitGroup -g GROUP_ID`
54 - Join group via invitation link `joinGroup --uri https://signal.group/#...`
55
56 ### Fixed
57 - Include group ids for v2 groups in json output
58
59 ## [0.7.0] - 2020-12-15
60 ### Added
61 Support for groups of new type/v2
62 - Sending and receiving
63 - Updating name, avatar and adding members with `updateGroup`
64 - Quit group and decline invitation with `quitGroup`
65 - In the `listGroups` output v2 groups can be recognized by the longer groupId
66
67 **Attention**: For the new group support to work the native libzkgroup library is required.
68 See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal for more information.
69
70 ### Fixed
71 - Rare NullPointerException when receiving messages
72
73 ## [0.6.12] - 2020-11-22
74 ### Added
75 - Show additional message content (view once, remote delete, mention, …) for received messages
76 - `--captcha` parameter for `register` command, required for some IP ranges
77
78 ### Changed
79 - Profile keys are now stored separately from contact list
80 - Receipts from normal and unidentified messages now have the same format in json output
81
82 ### Fixed
83 - Issue where some messages were sent with an old counter index
84
85 ## Older
86
87 Look at the [release tags](https://github.com/AsamK/signal-cli/releases) for information about older releases.