]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.10.5
authorAsamK <asamk@gmx.de>
Mon, 11 Apr 2022 20:26:05 +0000 (22:26 +0200)
committerAsamK <asamk@gmx.de>
Mon, 11 Apr 2022 20:30:32 +0000 (22:30 +0200)
CHANGELOG.md
build.gradle.kts

index 5fba3b39210bbcab0a205c0a5ff760fb74e0d48f..de705aedcda98f352831145afabb72ffb404fc47 100644 (file)
@@ -2,6 +2,18 @@
 
 ## [Unreleased]
 
+## [0.10.5] - 2022-04-11
+**Attention**: Now requires native libsignal-client version 0.15
+
+### Added
+- New `--ban`, `--unban` flags for `updateGroup` command to ban users from joining by group link
+
+### Fixed
+- Fix plain text output of blocked group ids
+- Fix error output in case of rate limiting
+- Fix error when creating a group with no members
+- Fix adding recent Signal-Desktop versions as linked devices
+
 ## [0.10.4.2] - 2022-03-17
 ### Fixed
 - Crash in json output when receiving message from untrusted identity
index fa0b5a7a8f049aeabb56b1e24e16ba8980642c13..33a1a2bc7d609a494c5c4d7d5028f5d3533dba0e 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.11"
 }
 
-version = "0.10.4.2"
+version = "0.10.5"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17