mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-04-26 09:41:42 +00:00
Bump version to 0.14.1
This commit is contained in:
parent
27a722dc75
commit
b498d2050a
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.14.1] - 2026-03-08
|
||||
|
||||
### Added
|
||||
|
||||
- Added isArchived to contact json output (Thanks @moppman)
|
||||
- Added support for group member labels
|
||||
|
||||
### Fixed
|
||||
|
||||
- Adapt registration to signal server changes
|
||||
|
||||
## [0.14.0] - 2026-03-01
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.14.1-SNAPSHOT"
|
||||
version = "0.14.1"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
</content_rating>
|
||||
<releases>
|
||||
<release version="0.14.1" date="2026-03-08">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.1</url>
|
||||
</release>
|
||||
<release version="0.14.0" date="2026-03-01">
|
||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.0</url>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user