mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version
This commit is contained in:
parent
badbb55ef2
commit
63e94a9fb4
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.10.7] - 2022-05-29
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added profile information to `listContacts` command output
|
||||||
|
- Added filter flags for `listContacts` command
|
||||||
|
- New `sendPaymentNotification` command to send payment receipt blobs
|
||||||
|
- New `--given-name` and `--family-name` parameters for `updateContact` command
|
||||||
|
- Implement sending link previews with `--preview-url`, `--preview-title` parameters for the `send` command
|
||||||
|
- New `--send-read-receipts` parameter for `receive` and `daemon` commands for automatically marking received messages as read
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Issue with endless growing `pre-keys-pni` data directory
|
||||||
|
|
||||||
## [0.10.6] - 2022-05-19
|
## [0.10.6] - 2022-05-19
|
||||||
**Attention**: Now requires native libsignal-client version 0.17
|
**Attention**: Now requires native libsignal-client version 0.17
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.11"
|
id("org.graalvm.buildtools.native") version "0.9.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.10.6"
|
version = "0.10.7"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue