]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.13.13 v0.13.13
authorAsamK <asamk@gmx.de>
Fri, 28 Feb 2025 08:36:27 +0000 (09:36 +0100)
committerAsamK <asamk@gmx.de>
Fri, 28 Feb 2025 08:36:27 +0000 (09:36 +0100)
CHANGELOG.md
build.gradle.kts
data/org.asamk.SignalCli.metainfo.xml

index 81fecdaa33096b2cdc8fc159ab8718f1ead0d9dd..e43ff34d61309af941b136737f0b0ccd5aab9e56 100644 (file)
@@ -1,8 +1,8 @@
 # Changelog
 
 # Changelog
 
-## [Unreleased]
+## [0.13.13] - 2025-02-28
 
 
-Requires libsignal-client version 0.65.6.
+Requires libsignal-client version 0.66.2.
 
 ### Added
 - Allow setting nickname and note with `updateContact` command
 
 ### Added
 - Allow setting nickname and note with `updateContact` command
@@ -10,6 +10,8 @@ Requires libsignal-client version 0.65.6.
 ### Fixed
 - Fix syncing nickname, note and expiration timer
 - Fix check for registered users with a proxy
 ### Fixed
 - Fix syncing nickname, note and expiration timer
 - Fix check for registered users with a proxy
+- Improve handling of storage records not yet supported by signal-cli
+- Fix contact sync for networks requiring proxy
 
 ## [0.13.12] - 2025-01-18
 
 
 ## [0.13.12] - 2025-01-18
 
index 3f728938d95ef81723742cb9b9a8acdb97caba37..4c4df536f3fbc8e28eae9b5971d11f83b37dc748 100644 (file)
@@ -8,7 +8,7 @@ plugins {
 
 allprojects {
     group = "org.asamk"
 
 allprojects {
     group = "org.asamk"
-    version = "0.13.13-SNAPSHOT"
+    version = "0.13.13"
 }
 
 java {
 }
 
 java {
index 098e95d63b3fbe34f2539469fa2217309750bd43..a0af7892c610b6f174769d754d6657dda88925bd 100644 (file)
@@ -45,6 +45,9 @@
         <content_attribute id="social-chat">intense</content_attribute>
     </content_rating>
     <releases>
         <content_attribute id="social-chat">intense</content_attribute>
     </content_rating>
     <releases>
+        <release version="0.13.13" date="2025-02-28">
+            <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.13</url>
+        </release>
         <release version="0.13.12" date="2025-01-18">
             <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url>
         </release>
         <release version="0.13.12" date="2025-01-18">
             <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url>
         </release>