File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.53.0
4+ * Migrate to ZXing-C++ and add support for Micro QR Codes
5+ * Multi-select scans in history listing
6+ * Remove preset content for Encode shortcut
7+ * Always show QR Code version and remove setting
8+ * Fix PDF-417 UTF-8 text encoding
9+ * Hide sensitive content from clipboard
10+ * Remove setting a custom language on Android 13+
11+ * Condense text output of generated barcodes
12+ * Update Russian translation
13+ * Update Spanish translation
14+ * Add Persian translation
15+
316## 1.52.0
417* Fix parsing timezone in calendar dates
518* Update French translation
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 minSdkVersion 9
1010 targetSdkVersion sdk_version
1111
12- versionCode 100
13- versionName ' 1.52 .0'
12+ versionCode 101
13+ versionName ' 1.53 .0'
1414 }
1515
1616 signingConfigs {
You can’t perform that action at this time.
0 commit comments