mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.13.12
This commit is contained in:
parent
71d3b83a1c
commit
dae5b0ec16
3 changed files with 18 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,19 @@
|
||||||
# Changelog
|
# 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
|
## [0.13.11] - 2024-12-26
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.asamk"
|
group = "org.asamk"
|
||||||
version = "0.13.12-SNAPSHOT"
|
version = "0.13.12"
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
@ -45,6 +45,9 @@
|
||||||
<content_attribute id="social-chat">intense</content_attribute>
|
<content_attribute id="social-chat">intense</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
<releases>
|
<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">
|
<release version="0.13.11" date="2024-12-26">
|
||||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.11</url>
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.11</url>
|
||||||
</release>
|
</release>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue