]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.13.10 v0.13.10
authorAsamK <asamk@gmx.de>
Sat, 30 Nov 2024 15:14:53 +0000 (16:14 +0100)
committerAsamK <asamk@gmx.de>
Sat, 30 Nov 2024 15:14:53 +0000 (16:14 +0100)
CHANGELOG.md
build.gradle.kts
data/org.asamk.SignalCli.metainfo.xml

index dd44885b03364adda838eeafe8090566a0b5b3f5..87bc620a878d42739b60123e341e93d3139aa8dd 100644 (file)
@@ -1,6 +1,14 @@
 # Changelog
 
 # Changelog
 
-## [Unreleased]
+## [0.13.10] - 2024-11-30
+
+### Fixed
+
+- Fix receiving some unusual contact sync messages
+- Fix receiving expiration timer updates
+
+### Improved
+- Add support for new storage encryption scheme
 
 ## [0.13.9] - 2024-10-28
 
 
 ## [0.13.9] - 2024-10-28
 
index c205612ee74a44b8e9677c8a04372b58bdb09d6b..76034b85b87b8f73a6c3b1bf130b1abe3d317b01 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.10.3"
 }
 
     id("org.graalvm.buildtools.native") version "0.10.3"
 }
 
-version = "0.13.10-SNAPSHOT"
+version = "0.13.10"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_21
 
 java {
     sourceCompatibility = JavaVersion.VERSION_21
index 46921033ad95c00296d3ac06c52e8dd00c0ff4c4..63f55e4ddd920d16fa5c9f7efe4f1c14ef16b75f 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.10" date="2024-11-30">
+            <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.10</url>
+        </release>
         <release version="0.13.9" date="2024-10-28">
             <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.9</url>
         </release>
         <release version="0.13.9" date="2024-10-28">
             <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.9</url>
         </release>