]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.13.1 v0.13.1
authorAsamK <asamk@gmx.de>
Tue, 27 Feb 2024 17:18:30 +0000 (18:18 +0100)
committerAsamK <asamk@gmx.de>
Tue, 27 Feb 2024 17:18:30 +0000 (18:18 +0100)
CHANGELOG.md
build.gradle.kts

index ecaead9a63d833b340a39b6f40f2c2e7b19782a8..2f15faf43d0e30f6b94b57b40a34a520d30e79df 100644 (file)
@@ -1,6 +1,26 @@
 # Changelog
 
-## [Unreleased]
+## [0.13.1] - 2024-02-27
+
+### Added
+
+- Add `--reregister` parameter to force registration of an already registered account
+
+### Fixed
+
+- Fixed rare issue with duplicate PNIs during migration
+
+### Improved
+
+- Show information when requesting voice verification without prior SMS verification
+- Username can now be set with an explicit discriminator (e.g. testname.000)
+- Improve behavior when PNI prekeys upload fails
+- Improve `submitRateLimitChallenge` error message if captcha is rejected by server
+- Only retry messages after an identity was trusted
+
+### Changed
+
+- Default number sharing to NOBODY, to match the official apps behavior.
 
 ## [0.13.0] - 2024-02-18
 
index f07d250b526e7939a95e950706d650cfb84bd0f4..e9f54923e6d0fccaea43ace4fbdb6f8b4635e0ea 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.10.1"
 }
 
-version = "0.13.1-SNAPSHOT"
+version = "0.13.1"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_21