Skip to content

Commit be4281d

Browse files
committed
Bump to v1.3.0
1 parent 2c9df4e commit be4281d

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ android {
141141
applicationId "com.steve1316.genshin_inventory_scanner_android"
142142
minSdkVersion rootProject.ext.minSdkVersion
143143
targetSdkVersion rootProject.ext.targetSdkVersion
144-
versionCode 3
145-
versionName "1.2.0"
144+
versionCode 4
145+
versionName "1.3.0"
146146

147147
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
148148
}

android/app/update.xml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,18 @@
11
<AppUpdater>
22
<update>
3-
<latestVersion>1.2.0</latestVersion>
3+
<latestVersion>1.3.0</latestVersion>
44
<url>https://github.com/steve1316/genshin-inventory-scanner-android/releases</url>
55
<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
167

178
Changed
189
---
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.
2712

2813
Fixed
2914
---
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.
3616

3717
</releaseNotes>
3818
</update>

0 commit comments

Comments
 (0)