version bump to 2.10.1 + changelog

This commit is contained in:
Daniel Gultsch 2021-09-24 09:25:27 +02:00
parent 90a0d36362
commit b9ceb67104
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View 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

View File

@ -0,0 +1,2 @@
* Fix issue with some videos not being compressed
* Fix rare crash when opening notification