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

Advance version number to 1.59.0

This commit is contained in:
Markus Fisch 2023-02-22 18:37:57 +01:00
parent 9f1e34b06d
commit 33ef78443e
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## 1.59.0
* Add setting error correction for AZTEC/PDF417
* Fix setting error correction level for QR Codes
* Make error beeps follow beep settings too
* Don't close the app when cameras is unavailable
## 1.58.2
* Fix parsing WiFi network suggestions

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 115
versionName '1.58.2'
versionCode 116
versionName '1.59.0'
}
signingConfigs {

View File

@ -0,0 +1,5 @@
* Add setting error correction for AZTEC/PDF417
* Fix setting error correction level for QR Codes
* Make error beeps follow beep settings too
* Don't close the app when cameras is unavailable