change log for conversations 2.0 beta
This commit is contained in:
parent
4227c63e5d
commit
a883faf05e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue