We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceef92b commit 0265909Copy full SHA for 0265909
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## 1.58.0
4
+* Improve detection of inverted barcodes
5
+* Optionally allow duplicates in bulk scan
6
+* Add Danish translation
7
+* Update Italian translation
8
+* Update Japanese translation
9
+* Update Russian translation
10
+* Fix charset decoding for PDF 417
11
+* Fix monochrome icon
12
+
13
## 1.57.0
14
* Add optional audio feedback for scanning
15
* Allow removing individual WiFi network suggestions
app/build.gradle
@@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
- versionCode 112
- versionName '1.57.0'
+ versionCode 113
+ versionName '1.58.0'
}
16
signingConfigs {
0 commit comments