version 2.5.0 + changes
This commit is contained in:
parent
350efe496e
commit
993e11e9fd
2 changed files with 11 additions and 2 deletions
|
@ -1,4 +1,13 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.5.0
|
||||
* remove OTR encryption (PAM)
|
||||
* show help button if A/V call fails
|
||||
* fixed some annoying crashes
|
||||
* fixed Jingle connections (file transfer + calls) with bare JIDs
|
||||
* fixed notifications not showing up under certain conditions
|
||||
* fixed compatibility issues and crashes related to A/V calls
|
||||
|
||||
#### Version 2.4.1
|
||||
* move call icon to the left in order to keep other toolbar icons in a consistent place
|
||||
* show call duration during audio calls
|
||||
|
|
|
@ -103,8 +103,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 302
|
||||
versionName "2.4.1"
|
||||
versionCode 303
|
||||
versionName "2.5.0"
|
||||
//versionNameSuffix " beta_(2020-06-07)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
//resConfigs "en"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue