mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Bump version
This commit is contained in:
parent
f1e5fc6c0b
commit
a475bc50e9
2 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.2] - 2020-12-31
|
||||||
|
### Added
|
||||||
|
- Implement new registration lock PIN with `setPin` and `removePin` (with KBS)
|
||||||
|
- Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Retrieve avatars for v2 groups
|
||||||
|
- Download attachment thumbnail for quoted attachments
|
||||||
|
|
||||||
## [0.7.1] - 2020-12-21
|
## [0.7.1] - 2020-12-21
|
||||||
### Added
|
### Added
|
||||||
- Accept group invitation with `updateGroup -g GROUP_ID`
|
- Accept group invitation with `updateGroup -g GROUP_ID`
|
||||||
|
|
|
@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
|
||||||
|
|
||||||
mainClassName = 'org.asamk.signal.Main'
|
mainClassName = 'org.asamk.signal.Main'
|
||||||
|
|
||||||
version = '0.7.1'
|
version = '0.7.2'
|
||||||
|
|
||||||
compileJava.options.encoding = 'UTF-8'
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue