version 2.3.0 + changes

This commit is contained in:
Christian Schneppe 2019-11-16 18:15:07 +01:00
parent 5d83478952
commit c0c45b4eab
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
### Changelog ### Changelog
#### WIP #### Version 2.3.0
* show name in quotes (PAM) * show name in quotes (PAM)
* introduce theme based on systems theme (PAM) * introduce theme based on systems theme (PAM)
* increase default video quality (720p instead of 360p) * increase default video quality (720p instead of 360p)
@ -9,10 +9,9 @@
* introduce app intro and some help screens (PAM) * introduce app intro and some help screens (PAM)
* fixed minor security issues * fixed minor security issues
* share XMPP uri from channel search by long pressing a result * share XMPP uri from channel search by long pressing a result
* jingle file transfer fixes
* fixed OMEMO self healing (after backup restore) on servers w/o MAM * fixed OMEMO self healing (after backup restore) on servers w/o MAM
* introduce expert setting to perform channel discovery on local server instead of [search.jabber.network](https://search.jabber.network) * introduce expert setting to perform channel discovery on local server instead of [search.jabber.network](https://search.jabber.network)
* introduce new orange theme color * introduce new orange theme color (PAM)
* bug fixes * bug fixes
#### Version 2.2.9 #### Version 2.2.9

View file

@ -105,8 +105,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 275 versionCode 276
versionName "2.2.10 beta (2019-11-15)" versionName "2.3.0"
//resConfigs "en" //resConfigs "en"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"