M CHANGELOG.md => CHANGELOG.md +5 -0
@@ 1,5 1,10 @@
# Changelog
+### Version 2.10.1
+
+* Fix issue with some videos not being compressed
+* Fix rare crash when opening notification
+
### Version 2.10.0
* Show black bars when remote video does not match aspect ratio of screen
M build.gradle => build.gradle +2 -2
@@ 94,8 94,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 42018
- versionName "2.10.0"
+ versionCode 42019
+ versionName "2.10.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
A fastlane/metadata/android/en-US/changelogs/42018.txt => fastlane/metadata/android/en-US/changelogs/42018.txt +3 -0
@@ 0,0 1,3 @@
+* Show black bars when remote video does not match aspect ratio of screen
+* Improve search performance
+* Add setting to prevent screenshots
A fastlane/metadata/android/en-US/changelogs/42019.txt => fastlane/metadata/android/en-US/changelogs/42019.txt +2 -0
@@ 0,0 1,2 @@
+* Fix issue with some videos not being compressed
+* Fix rare crash when opening notification