CHANGELOG.md 🔗
@@ -1,5 +1,11 @@
# Changelog
+### Version 2.8.10
+
+* Handle GPX files
+* Improve performance for backup restore
+* bug fixes
+
### Version 2.8.9
* add 'Return to chat' to audio call screen
Daniel Gultsch created
CHANGELOG.md | 6 ++++++
build.gradle | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
@@ -1,5 +1,11 @@
# Changelog
+### Version 2.8.10
+
+* Handle GPX files
+* Improve performance for backup restore
+* bug fixes
+
### Version 2.8.9
* add 'Return to chat' to audio call screen
@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 395
- versionName "2.8.9"
+ versionCode 396
+ versionName "2.8.10-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId