change log for conversations 2.0 beta

This commit is contained in:
Daniel Gultsch 2018-03-08 16:55:36 +01:00
parent 4227c63e5d
commit a883faf05e
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
# 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
* bug fixes

View File

@ -68,8 +68,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 255
versionName "1.23.8"
versionCode 256
versionName "2.0.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId