CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
###Changelog
+####Version 1.15.3
+* show offline contacts in MUC as grayed-out
+* don't transcode gifs. add overlay indication to gifs
+* bug fixes
+
####Version 1.15.2
* bug fixes
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
###Changelog
+####Version 1.15.3
+* show offline contacts in MUC as grayed-out
+* don't transcode gifs. add overlay indication to gifs
+* bug fixes
+
####Version 1.15.2
* bug fixes
@@ -55,8 +55,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 188
- versionName "1.15.2"
+ versionCode 189
+ versionName "1.15.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}