Bump version

This commit is contained in:
AsamK 2020-12-15 23:07:16 +01:00
parent 49c4b762b6
commit 4d17e50323
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
## [Unreleased] ## [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 ## [0.6.12] - 2020-11-22
### Added ### Added
- Show additional message content (view once, remote delete, mention, …) for received messages - Show additional message content (view once, remote delete, mention, …) for received messages

View file

@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
mainClassName = 'org.asamk.signal.Main' mainClassName = 'org.asamk.signal.Main'
version = '0.6.12' version = '0.7.0'
compileJava.options.encoding = 'UTF-8' compileJava.options.encoding = 'UTF-8'