]> nmode's Git Repositories - signal-cli/blob - CHANGELOG.md
Send self messages as normal messages, new flag --note-to-self for sync message
[signal-cli] / CHANGELOG.md
1 # Changelog
2
3 ## [Unreleased]
4 ### Added
5 - `--verbose` flag to increase log level
6 - `--note-to-self` flag for `send` command to send a note to linked devices
7
8 ### Changed
9 - Messages sent to self number will be sent as normal Signal messages again, to
10 send a sync message, use the new `--note-to-self` flag
11
12 ### Fixed
13 - Disable registration lock before removing the PIN
14 - Fix PIN hash version to match the official clients.
15 If you had previously set a PIN you need to set it again to be able to unlock the registration lock later.
16
17 ## [0.7.2] - 2020-12-31
18 ### Added
19 - Implement new registration lock PIN with `setPin` and `removePin` (with KBS)
20 - Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean)
21
22 ### Fixed
23 - Retrieve avatars for v2 groups
24 - Download attachment thumbnail for quoted attachments
25
26 ## [0.7.1] - 2020-12-21
27 ### Added
28 - Accept group invitation with `updateGroup -g GROUP_ID`
29 - Decline group invitation with `quitGroup -g GROUP_ID`
30 - Join group via invitation link `joinGroup --uri https://signal.group/#...`
31
32 ### Fixed
33 - Include group ids for v2 groups in json output
34
35 ## [0.7.0] - 2020-12-15
36 ### Added
37 Support for groups of new type/v2
38 - Sending and receiving
39 - Updating name, avatar and adding members with `updateGroup`
40 - Quit group and decline invitation with `quitGroup`
41 - In the `listGroups` output v2 groups can be recognized by the longer groupId
42
43 **Attention**: For the new group support to work the native libzkgroup library is required.
44 See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal for more information.
45
46 ### Fixed
47 - Rare NullPointerException when receiving messages
48
49 ## [0.6.12] - 2020-11-22
50 ### Added
51 - Show additional message content (view once, remote delete, mention, …) for received messages
52 - `--captcha` parameter for `register` command, required for some IP ranges
53
54 ### Changed
55 - Profile keys are now stored separately from contact list
56 - Receipts from normal and unidentified messages now have the same format in json output
57
58 ### Fixed
59 - Issue where some messages were sent with an old counter index
60
61 ## Older
62
63 Look at the [release tags](https://github.com/AsamK/signal-cli/releases) for information about older releases.