mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-02 04:24:20 +01:00
Bump version to 0.13.12
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,6 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.13.12] - 2025-01-18
|
||||
|
||||
Requires libsignal-client version 0.65.2.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix sync of contact nick name
|
||||
- Fix incorrectly marking recipients as unregistered after sync
|
||||
- Fix cause of database deadlock (Thanks @dukhaSlayer)
|
||||
- Fix parsing of account query param in events http endpoint
|
||||
|
||||
### Changed
|
||||
|
||||
- Enable sqlite WAL journal\_mode for improved performance
|
||||
|
||||
## [0.13.11] - 2024-12-26
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.12-SNAPSHOT"
|
||||
version = "0.13.12"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<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.11" date="2024-12-26">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.11</url>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user