version bump to 2.6.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2019-11-08 14:42:44 +01:00
parent b6ce3d9175
commit 63cc5f96ed
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# 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
* Jingle file transfer fixes
* Fixed OMEMO self healing (after backup restore) on servers w/o MAM

View file

@ -84,8 +84,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 346
versionName "2.5.12"
versionCode 347
versionName "2.6.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId