mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.11.8
This commit is contained in:
parent
542a3f36a4
commit
c93480692c
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.11.8] - 2023-04-05
|
||||
|
||||
### Added
|
||||
- Added file attachment attributes to JSON output (Thanks @signals-from-outer-space)
|
||||
|
||||
### Fixed
|
||||
- Scrub E164 number from dbus paths
|
||||
- Fix sending large text messages to multiple recipient
|
||||
- Fix deleting old group in dbus mode
|
||||
- Fix issue with unknown identity serviceId
|
||||
|
||||
### Improved
|
||||
- Relaxed Content-Type check in http daemon mode (Thanks @cedb)
|
||||
|
||||
## [0.11.7] - 2023-02-19
|
||||
**Attention**: Now requires native libsignal-client version 0.22.0
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||
}
|
||||
|
||||
version = "0.11.7"
|
||||
version = "0.11.8"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue