]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.13.3 v0.13.3
authorAsamK <asamk@gmx.de>
Fri, 19 Apr 2024 17:21:07 +0000 (19:21 +0200)
committerAsamK <asamk@gmx.de>
Fri, 19 Apr 2024 17:21:07 +0000 (19:21 +0200)
CHANGELOG.md
build.gradle.kts

index 7a96d412c9e480b9e6dec51575aa94f6eccd8f42..3a443171486770c01f86a362151f05278e314b35 100644 (file)
@@ -1,8 +1,15 @@
 # Changelog
 
 # Changelog
 
-## [Unreleased]
+## [0.13.3] - 2024-04-19
 
 
-**Attention**: Now requires libsignal-client version 0.42.0
+**Attention**: Now requires libsignal-client version 0.44.0
+
+### Added
+- Support for reading contact nickname and notes
+- Add `--internal` and `--detailed` parameters to `listContacts` command
+
+### Fixed
+- Fix issue with sending messages when a new session is created
 
 ## [0.13.2] - 2024-03-23
 
 
 ## [0.13.2] - 2024-03-23
 
index f7a3737bb0edbd76119600ba1628c6125b47defe..794a09725bfe6a53f5a4e475b7666988a2008c33 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.10.1"
 }
 
     id("org.graalvm.buildtools.native") version "0.10.1"
 }
 
-version = "0.13.3-SNAPSHOT"
+version = "0.13.3"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_21
 
 java {
     sourceCompatibility = JavaVersion.VERSION_21