mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.13.15
This commit is contained in:
parent
7aafb05995
commit
d0d0021f57
3 changed files with 16 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.13.15] - 2025-05-08
|
||||
|
||||
Requires libsignal-client version 0.70.0.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix native access warning with Java 24
|
||||
- Fix storage sync loop due to old removed e164 field
|
||||
|
||||
### Changed
|
||||
|
||||
- Increased compatibility of native build with older/virtual CPUs
|
||||
|
||||
## [0.13.14] - 2025-04-06
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.15-SNAPSHOT"
|
||||
version = "0.13.15"
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -45,6 +45,9 @@
|
|||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.13.15" date="2025-05-08">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.15</url>
|
||||
</release>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue