Skip to content

Releases: steve1316/genshin-inventory-scanner-android

Bugfixes and data up to patch 3.4 (Alhaitham)

19 Jan 22:45
Compare
Choose a tag to compare

v1.3.0 - Changelog

Changed

  • Update data up to patch 3.4
  • Replace all double quotes with empty strings. Most notably to convert "The Catch" to TheCatch.

Fixed

  • 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.

Full Changelog: v1.2.0...v1.3.0

New features and many bug fixes

18 Dec 03:44
Compare
Choose a tag to compare

v1.2.0 - Changelog

New

  • Add support for Wanderer name change.
  • Add options to scanning only locked weapons / artifacts.
  • Add validation for Character level against their ascension level.
  • Add fallback method to retry one time when weapon level scan fails.
  • Add message at the start of operations to print out the device environment.
  • Add logic to properly scan artifact rarities.

Changed

  • Remove newline characters from scanned texts.
  • Adjust confidence level for Character level detection.
  • Reworked Character ascension level detection to be more reliable and accurate.
  • Improved accuracy of scanning Character names.
  • Increased initial delay by 0.5s at the start of operations.
  • Adjust naming of log and json files when saving by replacing ":" with "_".
  • Starting operations will make sure that the name section is clearly visible.
  • Cover edge case when subsequent searches found the max results in the row.

Fixed

  • Fix bug where Character names were not read correctly for the Equipped logic.
  • Fix bug where OCR read the plus sign as a digit.
  • Fix bug where Artifact name is too long and wraps around to two lines which would confuse the OCR.
  • Fix bug where weapon refinement level / weapon ascension level / artifact level was too low or too high from OCR.
  • Fix bug where the name "The Catch" was not scanned properly.
  • Fix bug where the subsequent row search would end prematurely.

Full Changelog: v1.1.0...v1.2.0

Update data up to Patch 3.3 (Wanderer release)

10 Dec 02:53
Compare
Choose a tag to compare

v1.1.0 - Changelog

New

  • Update data up to patch 3.3 for characters (Wanderer), weapons, artifacts and materials.

Full Changelog: v1.0.0...v1.1.0

First Public Release

18 Nov 06:59
Compare
Choose a tag to compare

v1.0.0 - Changelog

This is the first release of the Genshin Inventory Scanner for Android. It is pretty much feature complete in that it is able to scan for Weapons, Artifacts, Materials and Characters either separately or together and compile the acquired data into the GOOD format to be used in third-party optimization websites such as Genshin Optimizer which popularized the GOOD format.

Full Changelog: https://github.com/steve1316/genshin-inventory-scanner-android/commits/v1.0.0