]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.11.4
authorAsamK <asamk@gmx.de>
Wed, 19 Oct 2022 18:35:53 +0000 (20:35 +0200)
committerAsamK <asamk@gmx.de>
Wed, 19 Oct 2022 18:35:53 +0000 (20:35 +0200)
CHANGELOG.md
build.gradle.kts

index a2dfae92ee771fbbd836e0829270cb4819db1545..b16eb894b05b0c3c3c3b6d37f8412435bf3ad708 100644 (file)
@@ -2,6 +2,19 @@
 
 ## [Unreleased]
 
+## [0.11.4] - 2022-10-19
+
+### Added
+- Approve/Refuse group join requests, using same interface as adding/removing members
+- Add --ignore-stories flag to prevent receiving story messages
+
+### Fixed
+- Fixed issue with receiving messages that can't be decrypted
+- Do not discard incoming group join messages
+
+### Improved
+- Add code to receive new PNI after change number
+
 ## [0.11.3] - 2022-10-07
 
 ### Fixed
index bf1ca15e2097492446dc908b56888a836a9533c4..2bf8eede7d901e4f185f2d21b754a3d68946aeb0 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.16"
 }
 
-version = "0.11.3"
+version = "0.11.4"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17