]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.10.7
authorAsamK <asamk@gmx.de>
Sun, 29 May 2022 20:25:53 +0000 (22:25 +0200)
committerAsamK <asamk@gmx.de>
Sun, 29 May 2022 20:25:53 +0000 (22:25 +0200)
CHANGELOG.md
build.gradle.kts

index 43a7d3364a3b327102c084734d709f0184549985..a829372dbdee7c371668e37053510fc536c48ea9 100644 (file)
@@ -2,6 +2,19 @@
 
 ## [Unreleased]
 
+## [0.10.7] - 2022-05-29
+
+### Added
+- Added profile information to `listContacts` command output
+- Added filter flags for `listContacts` command
+- New `sendPaymentNotification` command to send payment receipt blobs
+- New `--given-name` and `--family-name` parameters for `updateContact` command
+- Implement sending link previews with `--preview-url`, `--preview-title` parameters for the `send` command
+- New `--send-read-receipts` parameter for `receive` and `daemon` commands for automatically marking received messages as read
+
+### Fixed
+- Issue with endless growing `pre-keys-pni` data directory
+
 ## [0.10.6] - 2022-05-19
 **Attention**: Now requires native libsignal-client version 0.17
 
index 479eeb3d7fa6161c9935c672ae121c982c4f1b60..8bdd9ca42cb2f8732bf85dc482cb9a3723fe0dd9 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.11"
 }
 
-version = "0.10.6"
+version = "0.10.7"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17