0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Advance version number to 1.58.0

This commit is contained in:
Markus Fisch 2023-01-19 20:28:25 +01:00
parent ceef92bb7c
commit 0265909fd7
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## 1.58.0
* Improve detection of inverted barcodes
* Optionally allow duplicates in bulk scan
* Add Danish translation
* Update Italian translation
* Update Japanese translation
* Update Russian translation
* Fix charset decoding for PDF 417
* Fix monochrome icon
## 1.57.0
* Add optional audio feedback for scanning
* Allow removing individual WiFi network suggestions

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 112
versionName '1.57.0'
versionCode 113
versionName '1.58.0'
}
signingConfigs {