version 1.20.0 + CHANGELOG
This commit is contained in:
parent
45cd67c6a1
commit
6e692d0849
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 1.20.0 (not released yet)
|
||||
#### Version 1.20.0
|
||||
* reworked AppUpdater and show a notification if there is an update available
|
||||
* some UI and performance improvements
|
||||
* add french and spanish translations
|
||||
|
@ -9,7 +9,8 @@
|
|||
* always open URLs in new tab
|
||||
* bring back quick share (default off) and return to previous app after sharing
|
||||
* send and show read markers in private, non-anonymous groups
|
||||
* warn if chat is unencrypted and switch to OMEMO if available after pressing OK
|
||||
* warn if chat is unencrypted and switch to OMEMO if available after pressing OK (warning can be disabled in settings)
|
||||
* support sending and receiving opus file
|
||||
* bug fixes
|
||||
|
||||
|
||||
|
|
|
@ -85,8 +85,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 205
|
||||
versionName "1.19.2"
|
||||
versionCode 207
|
||||
versionName "1.20.0"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue