version bump to 2.6.0-beta + changelog
This commit is contained in:
parent
b6ce3d9175
commit
63cc5f96ed
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.6.0
|
||||||
|
* Introduce expert setting to perform channel discovery on local server instead of [search.jabber.network](https://search.jabber.network)
|
||||||
|
* Enable delivery check marks by default and remove setting
|
||||||
|
* Enable ‘Send button indicates status’ by default and remove setting
|
||||||
|
* Move Backup and Foreground Service settings to main screen
|
||||||
|
|
||||||
### Version 2.5.12
|
### Version 2.5.12
|
||||||
* Jingle file transfer fixes
|
* 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
|
||||||
|
|
|
@ -84,8 +84,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 346
|
versionCode 347
|
||||||
versionName "2.5.12"
|
versionName "2.6.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue