CHANGELOG.md 🔗
@@ -4,6 +4,8 @@
* Added configurable font size
* Added global OMEMO preference
* Added scroll to bottom button
+* Only mark visible messages as read
+
### Version 2.0.0
* OMEMO by default for everything but public group chats
Daniel Gultsch created
CHANGELOG.md | 2 ++
build.gradle | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
@@ -4,6 +4,8 @@
* Added configurable font size
* Added global OMEMO preference
* Added scroll to bottom button
+* Only mark visible messages as read
+
### Version 2.0.0
* OMEMO by default for everything but public group chats
@@ -65,8 +65,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 262
- versionName "2.1.0-beta"
+ versionCode 263
+ versionName "2.1.0-beta.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId