mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-21 06:19:41 +00:00
Bump version to 0.14.7
This commit is contained in:
parent
3c319f8b4a
commit
890f798a03
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,6 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.14.7] - 2026-08-01
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Sync installed sticker packs via storage sync
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
|
||||||
|
- Set width/height for outgoing image attachments (Thanks @mikesimone)
|
||||||
|
- Update to new registration/provisioning API
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Removing self from pending group invite now works if invited via PNI
|
||||||
|
- Correctly set needs PNI signature for recipients
|
||||||
|
- Fix linking after previous unsuccessful link attempt
|
||||||
|
|
||||||
## [0.14.6] - 2026-07-12
|
## [0.14.6] - 2026-07-12
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.asamk"
|
group = "org.asamk"
|
||||||
version = "0.14.7-SNAPSHOT"
|
version = "0.14.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
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.14.7" date="2026-08-01">
|
||||||
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.7</url>
|
||||||
|
</release>
|
||||||
<release version="0.14.6" date="2026-07-12">
|
<release version="0.14.6" date="2026-07-12">
|
||||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.6</url>
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.6</url>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user