What's Changed
- Fix startup failure in macOS bundle.
- The Qt5 compatibility code is now off by default, which may break some add-ons that haven't been updated to support Qt6 in the last 2 years. If you find any have broken, please report the issues to the add-on author, and start Anki after setting the env var ENABLE_QT5_COMPAT to 1 to temporarily restore the compatibility code.
- Remove legacy v1/v2 code by @abdnh in #2727. This may also cause errors in some add-ons if they were referencing hooks that only applied to v1/v2.
- Tab in the editor now only moves between fields again.
- Fix stuttering in FSRS progress display.
- The "edit current card" window is now a main window, which fixes some shortcut keys on macOS. By @abdnh in #2732
- Don't rely on the presence of revlogs to decide whether deck configs should be imported.
- Reduce maximum deck size in retention calculation
Full Changelog: 23.10beta5...23.10beta6