version bump to 1.15.1+ changelog
This commit is contained in:
parent
f77afd9596
commit
6c10f8a232
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.15.1
|
||||||
|
* support for POSH (RFC7711)
|
||||||
|
* support for quoting messages (via select text)
|
||||||
|
* verified messages show shield icon. unverified messages show lock
|
||||||
|
|
||||||
####Version 1.15.0
|
####Version 1.15.0
|
||||||
* New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
|
* New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
|
||||||
* Easily share Barcode and XMPP uri from Account details
|
* Easily share Barcode and XMPP uri from Account details
|
||||||
|
|
|
@ -55,8 +55,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 186
|
versionCode 187
|
||||||
versionName "1.15.0"
|
versionName "1.15.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue