version bump to 2.10.1 + changelog
This commit is contained in:
parent
90a0d36362
commit
b9ceb67104
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.10.1
|
||||||
|
|
||||||
|
* Fix issue with some videos not being compressed
|
||||||
|
* Fix rare crash when opening notification
|
||||||
|
|
||||||
### Version 2.10.0
|
### Version 2.10.0
|
||||||
|
|
||||||
* Show black bars when remote video does not match aspect ratio of screen
|
* Show black bars when remote video does not match aspect ratio of screen
|
||||||
|
|
|
@ -94,8 +94,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42018
|
versionCode 42019
|
||||||
versionName "2.10.0"
|
versionName "2.10.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/42018.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/42018.txt
Normal file
|
@ -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
|
2
fastlane/metadata/android/en-US/changelogs/42019.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/42019.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Fix issue with some videos not being compressed
|
||||||
|
* Fix rare crash when opening notification
|
Loading…
Reference in a new issue