]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.7.2
authorAsamK <asamk@gmx.de>
Thu, 31 Dec 2020 17:07:06 +0000 (18:07 +0100)
committerAsamK <asamk@gmx.de>
Thu, 31 Dec 2020 17:07:06 +0000 (18:07 +0100)
CHANGELOG.md
build.gradle

index 38907d6fa928584bbf74922896c7ac6b684926e9..e6eb3c397e31df744763478aa449c8a76438122c 100644 (file)
@@ -2,6 +2,15 @@
 
 ## [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
 ### Added
 - Accept group invitation with `updateGroup -g GROUP_ID`
index 1c42834b56d74c5441415c44f47487a10c5a70b3..ca346dbd36e96bc0468c5e2a89b58b4e3cedba88 100644 (file)
@@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
 
 mainClassName = 'org.asamk.signal.Main'
 
-version = '0.7.1'
+version = '0.7.2'
 
 compileJava.options.encoding = 'UTF-8'