CHANGELOG.md 🔗
@@ -3,7 +3,7 @@
### Version 2.8.4
* Rework Login with certificate UI
-* bug fixes
+* Add ability to pin chats on top (add to favorites)
### Version 2.8.3
Daniel Gultsch created
CHANGELOG.md | 2 +-
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/385.txt | 2 ++
3 files changed, 5 insertions(+), 3 deletions(-)
@@ -3,7 +3,7 @@
### Version 2.8.4
* Rework Login with certificate UI
-* bug fixes
+* Add ability to pin chats on top (add to favorites)
### Version 2.8.3
@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 384
- versionName "2.8.4-beta"
+ versionCode 385
+ versionName "2.8.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Rework Login with certificate UI
+* Add ability to pin chats on top (add to favorites)