What's Changed
- Parallel precompute for
StepLbSolver
by @KonaeAkira in #167 - Fix spurious last solve parameter comparisons by @augenfrosch in #173
- Fix unsound
TrainedPerfection
optimization inStepLbSolver
by @KonaeAkira in #174 - Fix empty macro text for single-action macros when
avoid_single_action_macro
option is enabled by @KonaeAkira in #176 - Fix inconsistent
QualityUbSolver
for configurations with lowmax_durability
by @KonaeAkira in #178 - Reduce number of sequential states for
QualityUbSolver
by @KonaeAkira in #180 - Add Korean locale by @yul0317 in #181
- Remove
fast_lower_bound
& ReduceQualityUbSolver
state count by @KonaeAkira in #182 - Add options to load rotation when initiating solve and load recipe & consumables from saved rotations by @augenfrosch in #179
- Reduce redundant
QualityUbSolver
states & AvoidMuscleMemory
effect in inner solvers by @KonaeAkira in #184 - Fix UI freeze after solve if saved rotations widget has never been openend by @KonaeAkira in #186
- Add dev panel with UI profiling and debugging options by @augenfrosch in #188
- Add ability to specify
wgpu
options via environment variables & change present mode back to default by @augenfrosch in #187 - Add FFXIV patch 7.25 data by @KonaeAkira in #189
New Contributors
Full Changelog: v0.20.2...v0.21.0