change log for conversations 2.0 beta
This commit is contained in:
parent
4227c63e5d
commit
a883faf05e
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.0.0
|
||||||
|
* OMEMO by default for everything but public group chats
|
||||||
|
* Integrate QR code scanner (requires camera permission)
|
||||||
|
* Removed support for OTR
|
||||||
|
* Removed support for customizable resources
|
||||||
|
* Removed slide out panel for conversation overview
|
||||||
|
* Add ability to change status message
|
||||||
|
* Highlight irregular unicode code blocks in Jabber IDs
|
||||||
|
|
||||||
### Version 1.23.8
|
### Version 1.23.8
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -68,8 +68,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 255
|
versionCode 256
|
||||||
versionName "1.23.8"
|
versionName "2.0.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