forked from mirror/monocles_chat
version 2.5.1 + changes
This commit is contained in:
parent
2f81ddaf5c
commit
253eed1e06
2 changed files with 11 additions and 3 deletions
|
@ -1,5 +1,13 @@
|
||||||
### Changelog
|
### 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
|
#### Version 2.5.0
|
||||||
* remove OTR encryption (PAM)
|
* remove OTR encryption (PAM)
|
||||||
* show help button if A/V call fails
|
* show help button if A/V call fails
|
||||||
|
|
|
@ -103,9 +103,9 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
versionCode 303
|
versionCode 305
|
||||||
versionName "2.5.0"
|
versionName "2.5.1"
|
||||||
//versionNameSuffix " beta_(2020-06-07)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
//versionNameSuffix " beta_(2020-07-15)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||||
//resConfigs "en"
|
//resConfigs "en"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
|
|
Loading…
Add table
Reference in a new issue