What's Changed
- Fetch game data from XIVAPI when building by @KonaeAkira in #126
- Reduce Cloudflare pages deploy time by @KonaeAkira in #127
- Use
u16for CP and Durability by @KonaeAkira in #128 - Use
GathererCrafterLvAdjustTable& fix custom recipes with base increase override by @augenfrosch in #131 - Add ability to specify recipe by ID & allow for custom recipes in CLI by @augenfrosch in #133
- Add optional
--threadsargument to CLI by @KonaeAkira in #134 - Add error dialogue on not meeting recipe stats requirement by @KonaeAkira in #135
- Fix base increase overrides not being reset when toggled off by @augenfrosch in #136
- Macro notifications: add option to avoid single-action macros by @KonaeAkira in #138
- Add logging and thread limit to bindings by @WorkingRobot in #139
- Add snapshot tests for inner solver state count by @KonaeAkira in #140
- Remove
allow_unsound_branch_pruningflag by @KonaeAkira in #143 - Detect OOM for web version by @augenfrosch in #145
- Move
backload_progresslogic into simulator by @KonaeAkira in #146 - Snapshot tests for search queue node statistics by @KonaeAkira in #148
- Switch renderer to
wgpufor native by @augenfrosch in #147 - Optimize low quality recipes by @KonaeAkira in #150
- Fix
StepLbSolvernot working when max quality is zero by @KonaeAkira in #151 - Option to add extra action macro delay by @tarztarz in #152
- Always enable "minimize steps" by @KonaeAkira in #153
New Contributors
Full Changelog: v0.19.6...v0.20.0