24.06.3
ankitects/anki24.06.3Jun 28, 2024by dae
AI Summary
Bug fix release addressing issues with deck options, FSRS intervals, and image occlusion in the Qt5 build.
Key Highlights
- Fixed deck options failing to appear in Qt5 build.
- Fixed FSRS easy interval being same as good interval in relearning cards.
- Fixed renaming note fields not updating custom browser appearance.
- Fixed image occlusion flicker caused by setupI18n().
Full Release Notes
## What's Changed Please see https://github.com/ankitects/anki/releases/tag/24.06 for earlier changes, including security fixes. * Fix deck options failing to appear in Qt5 build * Fix deck config input's background color in Qt5 by @abdnh in https://github.com/ankitects/anki/pull/3243 * Fix relearning cards' Intervals don't update after changing Desired Retention by @L-M-Sherlock in https://github.com/ankitects/anki/pull/3236 * Fix renaming note fields not updating custom browser appearance by @jamesnelmore in https://github.com/ankitects/anki/pull/3245 * Fix image occlusion flicker caused by setupI18n() by @abdnh in https://github.com/ankitects/anki/pull/3253 * Restore $deckOptions by @abdnh in https://github.com/ankitects/anki/pull/3265 * Fix FSRS easy interval being same as good interval in relearning cards by @user1823 in https://github.com/ankitects/anki/pull/3256 * Remove threshold of compute minimum recommended retention by @L-M-Sherlock in https://github.com/ankitects/anki/pull/3246 * Shuffle identical values in filtered deck sort by @abdnh in https://github.com/ankitects/anki/pull/3259 * Make SvelteCheck and ViteTest respect `YARN_BINARY` by @antecrescent in https://github.com/ankitects/anki/pull/3231 ## New Contributors * @jamesnelmore made their first contribution in https://github.com/ankitects/anki/pull/3245 **Full Changelog**: https://github.com/ankitects/anki/compare/24.06.2...24.06.3