1
0
Fork 1

version 2.0.1 + CHANGELOG

This commit is contained in:
Christian Schneppe 2018-05-17 22:09:49 +02:00
parent 0217859a5e
commit 74ab7e4e5a
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
### Changelog
#### Version 2.0.1
* improved recording quality
* let the user select a public server for account creation
* add possibility to de-/activate accounts in multi account mode
* bug fixes
#### Version 2.0.0
* highlight irregular unicode code blocks in Jabber IDs
* integrate QR code scanner (requires camera permission)

View file

@ -82,8 +82,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 230
versionName "2.0.0"
versionCode 231
versionName "2.0.1"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"