CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.18.0
+
+* Add ability to pick backup location
+* More more URIs (tel:, mailto:) clickable
+
### Version 2.17.12
* Fix crash on file transfer in fi translation
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4213604.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.18.0
+
+* Add ability to pick backup location
+* More more URIs (tel:, mailto:) clickable
+
### Version 2.17.12
* Fix crash on file transfer in fi translation
@@ -113,8 +113,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42135
- versionName "2.17.12"
+ versionCode 42136
+ versionName "2.18.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Add ability to pick backup location
+* More more URIs (tel:, mailto:) clickable