CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.12.10
+
+* support per conversation notification settings
+* use opus for voice messages on Android 10
+
### Version 2.12.9
* Introduce new backup file format
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/42068.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.12.10
+
+* support per conversation notification settings
+* use opus for voice messages on Android 10
+
### Version 2.12.9
* Introduce new backup file format
@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
- versionCode 42065
- versionName "2.12.9"
+ versionCode 42068
+ versionName "2.12.10"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* support per conversation notification settings
+* use opus for voice messages on Android 10