From 4d17e50323bcce21718d0bc2406c9f63db0f6f73 Mon Sep 17 00:00:00 2001 From: AsamK Date: Tue, 15 Dec 2020 23:07:16 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 14 ++++++++++++++ build.gradle | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc25c27..81c204fc 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index 446ec117..8b097612 100644 --- a/build.gradle +++ b/build.gradle @@ -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' -- 2.50.1