]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.11.8 v0.11.8
authorAsamK <asamk@gmx.de>
Wed, 5 Apr 2023 09:40:13 +0000 (11:40 +0200)
committerAsamK <asamk@gmx.de>
Wed, 5 Apr 2023 09:40:13 +0000 (11:40 +0200)
CHANGELOG.md
build.gradle.kts

index cd064695c6cd176741497ed4b352c828cfa3e438..ab9ec06df1f903828f29d94f302cfa8ed08e137f 100644 (file)
@@ -2,6 +2,20 @@
 
 ## [Unreleased]
 
+## [0.11.8] - 2023-04-05
+
+### Added
+- Added file attachment attributes to JSON output (Thanks @signals-from-outer-space)
+
+### Fixed
+- Scrub E164 number from dbus paths
+- Fix sending large text messages to multiple recipient
+- Fix deleting old group in dbus mode
+- Fix issue with unknown identity serviceId
+
+### Improved
+- Relaxed Content-Type check in http daemon mode (Thanks @cedb)
+
 ## [0.11.7] - 2023-02-19
 **Attention**: Now requires native libsignal-client version 0.22.0
 
index 3c064acd988401aeb3e9f2949c1b2369511c08b9..2f98516db2da01277dbc45047669aedd9a93d65d 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.20"
 }
 
-version = "0.11.7"
+version = "0.11.8"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17