mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.13.14
This commit is contained in:
parent
db2182aa7d
commit
3ea3601e6f
3 changed files with 16 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.13.14] - 2025-04-06
|
||||||
|
|
||||||
|
Requires libsignal-client version 0.68.1.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix pre key import from old data files
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Use websocket connection instead of HTTP for more requests
|
||||||
|
- Improve handling of messages with decryption error
|
||||||
|
|
||||||
## [0.13.13] - 2025-02-28
|
## [0.13.13] - 2025-02-28
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.asamk"
|
group = "org.asamk"
|
||||||
version = "0.13.14-SNAPSHOT"
|
version = "0.13.14"
|
||||||
}
|
}
|
||||||
|
|
||||||
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.14" date="2025-04-06">
|
||||||
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.14</url>
|
||||||
|
</release>
|
||||||
<release version="0.13.13" date="2025-02-28">
|
<release version="0.13.13" date="2025-02-28">
|
||||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.13</url>
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.13</url>
|
||||||
</release>
|
</release>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue