1
0
Fork 1

version 2.5.1 + changes

This commit is contained in:
Christian Schneppe 2020-07-16 20:01:59 +02:00
parent ae3bffd328
commit c4ce9ef75c
2 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
### Changelog
#### Version 2.5.1
* rework lastseen and don't show offline as online (PAM)
* improve video quality a bit (PAM)
* add ability to reject all contact requests via long press (PAM)
* add 'Return to chat' to audio call screen
* improve keyboard shortcuts
* bug fixes
#### Version 2.5.0
* remove OTR encryption (PAM)
* show help button if A/V call fails

View file

@ -103,9 +103,9 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 303
versionName "2.5.0"
//versionNameSuffix " beta_(2020-06-07)" // " beta_(XXXX-XX-XX)" // activate for beta versions
versionCode 305
versionName "2.5.1"
//versionNameSuffix " beta_(2020-07-15)" // " beta_(XXXX-XX-XX)" // activate for beta versions
//resConfigs "en"
archivesBaseName += "-$versionName"