]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.11.0
authorAsamK <asamk@gmx.de>
Sun, 2 Oct 2022 16:16:12 +0000 (18:16 +0200)
committerAsamK <asamk@gmx.de>
Sun, 2 Oct 2022 16:16:12 +0000 (18:16 +0200)
CHANGELOG.md
build.gradle.kts

index 411d2e069590c1b0a7bd2d6a640653abe7880580..14cc45140b6f8414afccbd1e700470d08b811bcb 100644 (file)
@@ -2,6 +2,27 @@
 
 ## [Unreleased]
 
 
 ## [Unreleased]
 
+## [0.11.0] - 2022-10-02
+**Attention**: Now requires native libsignal-client version 0.20.0
+
+### Breaking changes
+- Changed meaning of `-v` flag from `--version` to `--verbose`.
+  So now extended logging can be achieved with `-vv`.
+- Remove deprecated fallback to reading from stdin if no message body is given.
+  To read a message from stdin, use the `--message-from-stdin` flag.
+
+### Added
+- Migrate PIN to new KBS enclave when Signal updates it
+- Add `--scrub-log` flag to remove possibly sensitive information from the log
+- Add `sendPaymentNotification` dbus method
+
+### Fixed
+- Fix an issue where messages were sent without sender phone number
+
+### Changed
+- Store data except base account data in sqlite database
+- Use new CDSI for contact discovery in compat mode
+
 ## [0.10.11] - 2022-08-17
 **Attention**: Now requires native libsignal-client version 0.19.3
 
 ## [0.10.11] - 2022-08-17
 **Attention**: Now requires native libsignal-client version 0.19.3
 
index e904e2c6d7876cca4c6991bdace512609e5bee80..4448f8ea63a3315eebcb37e89c661a29f8ec2bbe 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.14"
 }
 
     id("org.graalvm.buildtools.native") version "0.9.14"
 }
 
-version = "0.10.11"
+version = "0.11.0"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17