mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version
This commit is contained in:
parent
49c4b762b6
commit
4d17e50323
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.7.0] - 2020-12-15
|
||||
### Added
|
||||
Support for groups of new type/v2
|
||||
- Sending and receiving
|
||||
- Updating name, avatar and adding members with `updateGroup`
|
||||
- Quit group and decline invitation with `quitGroup`
|
||||
- In the `listGroups` output v2 groups can be recognized by the longer groupId
|
||||
|
||||
**Attention**: For the new group support to work the native libzkgroup library is required.
|
||||
See https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal for more information.
|
||||
|
||||
### Fixed
|
||||
- Rare NullPointerException when receiving messages
|
||||
|
||||
## [0.6.12] - 2020-11-22
|
||||
### Added
|
||||
- Show additional message content (view once, remote delete, mention, …) for received messages
|
||||
|
|
|
@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
|
|||
|
||||
mainClassName = 'org.asamk.signal.Main'
|
||||
|
||||
version = '0.6.12'
|
||||
version = '0.7.0'
|
||||
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue