version bump to 2.8.2 + changelog

This commit is contained in:
Daniel Gultsch 2020-05-06 16:03:09 +02:00
parent 5d28ae9f38
commit 42563e6c29
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,12 @@
# Changelog # Changelog
### Version 2.8.2
* Add button to switch camea during video call
* Fixed voice calls on tablets
### Version 2.8.1 ### Version 2.8.1
* Audible feedback (dialing, call started, call ended) for voice calls. * Audible feedback (dialing, call started, call ended) for voice calls.
* Fixed issue with retrying failed video call * Fixed issue with retrying failed video call

View file

@ -95,8 +95,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 381 versionCode 382
versionName "2.8.1" versionName "2.8.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View file

@ -0,0 +1,2 @@
* Add button to switch camea during video call
* Fixed voice calls on tablets