mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Bump version to 0.13.3
This commit is contained in:
parent
f0054372b8
commit
c9f2cca024
2 changed files with 10 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,8 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.13.3] - 2024-04-19
|
||||||
|
|
||||||
**Attention**: Now requires libsignal-client version 0.42.0
|
**Attention**: Now requires libsignal-client version 0.44.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support for reading contact nickname and notes
|
||||||
|
- Add `--internal` and `--detailed` parameters to `listContacts` command
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix issue with sending messages when a new session is created
|
||||||
|
|
||||||
## [0.13.2] - 2024-03-23
|
## [0.13.2] - 2024-03-23
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.10.1"
|
id("org.graalvm.buildtools.native") version "0.10.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.13.3-SNAPSHOT"
|
version = "0.13.3"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue