What's Changed
This release fixes several issues with library scans, database migration and file content identification. It should be much more reliable and robust when multiple files are added rapidly in your libraries.
Fixes and Improvements
- Fix library scan concurrency between scheduler and manually scanning from the UI by @a1ex4 in #217
- Fix TitleDB was not loaded if multiple identification tasks are called within 30s by @a1ex4 in #218
- improv(ui): allow upload of new keys file in the UI even if console keys are valid (#205) by @a1ex4 in #219
- fix(db): fix database migration from previous schema missing the Files table (#209) by @a1ex4 in #220
Dependencies
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #213
- build(deps): bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #214
- build(deps): bump zstandard from 0.23.0 to 0.24.0 by @dependabot[bot] in #215
Issues fixed
- Unloads TitleDB before update #206
- Error in database hash computation #207
- Migration failure (drop table files). #209
- Unable to complete scan of games directory #221
Full Changelog: 2.1.1...2.1.2