|
1 | 1 | <AppUpdater> |
2 | 2 | <update> |
3 | | - <latestVersion>1.2.0</latestVersion> |
| 3 | + <latestVersion>1.3.0</latestVersion> |
4 | 4 | <url>https://github.com/steve1316/genshin-inventory-scanner-android/releases</url> |
5 | 5 | <releaseNotes> |
6 | | -v1.2.0 - Changelog |
7 | | - |
8 | | -New |
9 | | ---- |
10 | | -- Add support for Wanderer name change. |
11 | | -- Add options to scanning only locked weapons / artifacts. |
12 | | -- Add validation for Character level against their ascension level. |
13 | | -- Add fallback method to retry one time when weapon level scan fails. |
14 | | -- Add message at the start of operations to print out the device environment. |
15 | | -- Add logic to properly scan artifact rarities. |
| 6 | +v1.3.0 - Changelog |
16 | 7 |
|
17 | 8 | Changed |
18 | 9 | --- |
19 | | -- Remove newline characters from scanned texts. |
20 | | -- Adjust confidence level for Character level detection. |
21 | | -- Reworked Character ascension level detection to be more reliable and accurate. |
22 | | -- Improved accuracy of scanning Character names. |
23 | | -- Increased initial delay by 0.5s at the start of operations. |
24 | | -- Adjust naming of log and json files when saving by replacing ":" with "_". |
25 | | -- Starting operations will make sure that the name section is clearly visible. |
26 | | -- Cover edge case when subsequent searches found the max results in the row. |
| 10 | +- Update data up to patch 3.4 |
| 11 | +- Replace all double quotes with empty strings. Most notably to convert "The Catch" to TheCatch. |
27 | 12 |
|
28 | 13 | Fixed |
29 | 14 | --- |
30 | | -- Fix bug where Character names were not read correctly for the Equipped logic. |
31 | | -- Fix bug where OCR read the plus sign as a digit. |
32 | | -- Fix bug where Artifact name is too long and wraps around to two lines which would confuse the OCR. |
33 | | -- Fix bug where weapon refinement level / weapon ascension level / artifact level was too low or too high from OCR. |
34 | | -- Fix bug where the naem "The Catch" was not scanned properly. |
35 | | -- Fix bug where the subsequent row search would end prematurely. |
| 15 | +- Fix locale to EN for DecimalFormat. This should solve the cases where users whose locales uses commas instead of decimals could not use the app. |
36 | 16 |
|
37 | 17 | </releaseNotes> |
38 | 18 | </update> |
|
0 commit comments