Advance version number to 1.50.0

This commit is contained in:
Markus Fisch
2022-05-18 22:48:58 +02:00
parent 57fea95b9b
commit 4bb5fa60c6
3 changed files with 23 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# Change Log
## 1.50.0
* Add support for MATMSG format
* Add a setting to show the QR Code version
* Add timezone offset in calendar dates
* Recognize colloquial incomplete URLs
* Update ZXing library to latest version
* Update Czech translation
* Update Russian translation
* Update Japanese translation
* Update Hungarian translation
## 1.49.2
* Update design of app icon
* Update pt-br translation
+2 -2
View File
@@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 96
versionName '1.49.2'
versionCode 97
versionName '1.50.0'
// Required for desugaring.
multiDexEnabled true
@@ -0,0 +1,10 @@
* Add support for MATMSG format
* Add a setting to show the QR Code version
* Add timezone offset in calendar dates
* Recognize colloquial incomplete URLs
* Update ZXing library to latest version
* Update Czech translation
* Update Russian translation
* Update Japanese translation
* Update Hungarian translation