mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-06-11 17:10:23 +00:00
Bump version 0.14.5
This commit is contained in:
parent
443b4da8f8
commit
6bef205b3f
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.14.5] - 2026-06-11
|
||||
|
||||
### Changed
|
||||
|
||||
- Disable host validation when binding on 0.0.0.0
|
||||
- Use new SVR2 enclave for PINs
|
||||
|
||||
### Fixed
|
||||
|
||||
- Receiving unidentified sender messages after signal server change
|
||||
|
||||
## [0.14.4] - 2026-05-23
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.14.5-SNAPSHOT"
|
||||
version = "0.14.5"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.14.5" date="2026-06-11">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.5</url>
|
||||
</release>
|
||||
<release version="0.14.4" date="2026-05-23">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.4</url>
|
||||
</release>
|
||||
|
||||
@ -1 +1 @@
|
||||
0.94.1
|
||||
0.94.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user