CHANGELOG.md 🔗
@@ -1,5 +1,11 @@
# Changelog
+### Version 2.16.6
+
+* Offer higher automatic file accept values
+* Provide more information in 'Server info'
+* Various bug fixes
+
### Version 2.16.5
* Minor bug fixes
Daniel Gultsch created
CHANGELOG.md | 6 ++++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4211704.txt | 3 +++
3 files changed, 11 insertions(+), 2 deletions(-)
@@ -1,5 +1,11 @@
# Changelog
+### Version 2.16.6
+
+* Offer higher automatic file accept values
+* Provide more information in 'Server info'
+* Various bug fixes
+
### Version 2.16.5
* Minor bug fixes
@@ -102,8 +102,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42116
- versionName "2.16.5"
+ versionCode 42117
+ versionName "2.16.6"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,3 @@
+* Offer higher automatic file accept values
+* Provide more information in 'Server info'
+* Various bug fixes