mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.13.12
This commit is contained in:
parent
71d3b83a1c
commit
f14c204764
3 changed files with 18 additions and 2 deletions
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue