CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.16.1
+
+* Fix call getting un-muted when switching output devices
+* Exclude all Umidigi devices from call integration
+
### Version 2.16.0
* Schedule regular backups
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4211204.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.16.1
+
+* Fix call getting un-muted when switching output devices
+* Exclude all Umidigi devices from call integration
+
### Version 2.16.0
* Schedule regular backups
@@ -100,8 +100,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42111
- versionName "2.16.0"
+ versionCode 42112
+ versionName "2.16.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Fix call getting un-muted when switching output devices
+* Exclude all Umidigi devices from call integration