version bump to 2.6.1 + changelog
This commit is contained in:
parent
8d245fc754
commit
94ee4d48c6
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.6.1
|
||||||
|
* fixes for Jingle IBB file transfer
|
||||||
|
* fixes for repeated corrections filling up the database
|
||||||
|
* switched to Last Message Correction v1.1
|
||||||
|
|
||||||
### Version 2.6.0
|
### Version 2.6.0
|
||||||
* 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)
|
||||||
* Enable delivery check marks by default and remove setting
|
* Enable delivery check marks by default and remove setting
|
||||||
|
|
|
@ -84,8 +84,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 349
|
versionCode 351
|
||||||
versionName "2.6.0"
|
versionName "2.6.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue