mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version
This commit is contained in:
parent
8f85d164ff
commit
406faa1bbb
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.10.5] - 2022-04-11
|
||||||
|
**Attention**: Now requires native libsignal-client version 0.15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- New `--ban`, `--unban` flags for `updateGroup` command to ban users from joining by group link
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix plain text output of blocked group ids
|
||||||
|
- Fix error output in case of rate limiting
|
||||||
|
- Fix error when creating a group with no members
|
||||||
|
- Fix adding recent Signal-Desktop versions as linked devices
|
||||||
|
|
||||||
## [0.10.4.2] - 2022-03-17
|
## [0.10.4.2] - 2022-03-17
|
||||||
### Fixed
|
### Fixed
|
||||||
- Crash in json output when receiving message from untrusted identity
|
- Crash in json output when receiving message from untrusted identity
|
||||||
|
|
|
@ -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.4.2"
|
version = "0.10.5"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue