Advance version number to 1.48.0

This commit is contained in:
Markus Fisch
2022-03-10 12:04:34 +01:00
parent bb7715455a
commit b5bbe659db
4 changed files with 28 additions and 2 deletions
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 1.48.0
* Add a menu item to temporarily scan a certain format only
* Add a monochome launcher icon for Android 13
* Show alpha numeric characters in binary data
* Fix showing binary data label for scans from the history
* Fix handling empty meta strings
* Update Turkish translation
* Update Ukrainian translation
* Update French translation
* Update Polish translation
* Update Russian translation
## 1.47.0
* Add forwarding into external browser
* Fix visibility of zoom slider when switching cameras
+2 -2
View File
@@ -8,8 +8,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 91
versionName '1.47.0'
versionCode 92
versionName '1.48.0'
// It's recommended to set this value to the lowest API level
// able to provide all the functionality.
@@ -0,0 +1,3 @@
* Add forwarding into external browser
* Fix visibility of zoom slider when switching cameras
@@ -0,0 +1,11 @@
* Add a menu item to temporarily scan a certain format only
* Add a monochome launcher icon for Android 13
* Show alpha numeric characters in binary data
* Fix showing binary data label for scans from the history
* Fix handling empty meta strings
* Update Turkish translation
* Update Ukrainian translation
* Update French translation
* Update Polish translation
* Update Russian translation