version bump to 1.17.0-beta + changelog
This commit is contained in:
parent
721250c7d9
commit
233ee8a51c
|
@ -1,5 +1,13 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.17.0
|
||||||
|
* Do not notify for messages from strangers by default
|
||||||
|
* Blocking a JID closes the corresponding conversation
|
||||||
|
* Show message sender in conversation overview
|
||||||
|
* Show unread counter for every conversation
|
||||||
|
* Support for the latest MAM namespace
|
||||||
|
* Icons for attach menu
|
||||||
|
|
||||||
####Version 1.16.2
|
####Version 1.16.2
|
||||||
* change mam catchup strategie. support mam:1
|
* change mam catchup strategie. support mam:1
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 199
|
versionCode 200
|
||||||
versionName "1.16.2"
|
versionName "1.17.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue