Skip to content

2146

2025-09-05

  • fix: Stepper should use IntRange boundary in current value (#728) (@ArthurKun21)
  • fix(Skill Maker): Update Text related UI (#730) (@ArthurKun21)
  • Update dependency com.android.tools.build:gradle to v8.12.2 (#729) (@renovate[bot])
  • Update dependency com.android.tools.build:gradle to v8.13.0 (#733) (@renovate[bot])
  • feat(preferences): migrate from SharedPreferences to Preference DataStore (#723) (@ArthurKun21)
  • refactor: move Images to data module (#734) (@ArthurKun21)
  • fix(AutoBattle): use concurrent hash map on ServantTracker (#735) (@ArthurKun21)
  • feat(skill maker): add raid options (#736) (@ArthurKun21)

Compare changes

Fixes

  • Stepper is going to take in the boundary on initialization to ensure that it wouldn't go out of bounds such as -1 in teapots/runs/ etc
  • Updated the Skill Maker to use the full width in order to display the text more clearly

    image

  • Make the saving of image patterns multi-thread friendly

Feat

  • In anticipation of the upcoming raid, added experimental raid options. Be warn that the locations are based from past data and might cause wrong click

    image

    In order to change to raid Click the Settings Icon above in order to display the settings dialog

    image

Possible breaking changes

  • We have migrated from shared preferences to Preference Datastore, while everything is working fine so far be sure to Backup your configs in case that there was a problem.

[!IMPORTANT]

Be sure to backup your configs before updating to this release. Just incase that there was a problem with the migration. I already used it and so far found no problem but it is still better to backup just incase.