25.07.4
ankitects/anki25.07.4Jul 24, 2025by dae
AI Summary
Patch release addressing installation failures with Anaconda, improving network handling in the launcher, fixing voice recording errors, and adding quality-of-life improvements to tag autocomplete and card info dialogs.
Key Highlights
- Fix installation failure when Anaconda is installed
- Increase default network timeout in launcher
- Fix errors recording voice
- Prioritize prefix matches in tag autocomplete results
- Add IO mask rotation snapping
New Features
- Tag autocomplete prioritizes prefix matches
- Add last_review_time to card backend
- IO mask rotation snapping
- Set minimum size for card info dialog
Full Release Notes
## What's Changed ### In 25.07 There have been major changes to the way Anki is packaged, and to FSRS. Please see the previous release announcement for more info: https://github.com/ankitects/anki/releases/tag/25.07 ### In 25.07.4 * Installation should no longer fail when anaconda is installed. * Increase default network timeout in launcher. * Provide better output when downloading versions fails. * Fix errors recording voice (thanks to @abdnh) * Prioritise prefix matches in tag autocomplete results by @iamllama in https://github.com/ankitects/anki/pull/4212 * Add last_review_time to _to_backend_card by @user1823 in https://github.com/ankitects/anki/pull/4218 * Add IO mask rotation snapping by @iamllama in https://github.com/ankitects/anki/pull/4214 * Bump form-data from 4.0.1 to 4.0.4 by @dependabot[bot] in https://github.com/ankitects/anki/pull/4219 * Set min size for card info dialog by @iamllama in https://github.com/ankitects/anki/pull/4221 **Full Changelog**: https://github.com/ankitects/anki/compare/25.07.3...25.07.4