2.1.62

ankitects/anki2.1.62May 1, 2023by dae

AI Summary

This update upgrades Qt versions across platforms, adds randomization options for the V3 scheduler, and fixes MathJax editor sizing and focus issues.

Key Highlights

  • Updates to Qt 6.5 (Mac/Linux) and 6.4.3 (Windows)
  • Adds option to fully randomize reviews in V3 scheduler
  • Adds 'Restore to default' button for notetypes
  • Fixes MathJax editor sizing and focus loss issues

New Features

  • V3 randomization
  • Notetype restore
  • Wayland support

Full Release Notes

- Update macOS/Linux builds to Qt 6.5, and update Windows build to Qt 6.4.3.
  - The minimum macOS version for the Qt6 build is now macOS 11.
  - If you are on Linux and don't have ANKI_WAYLAND set, you may need to install
    libxcb-cursor or Anki will fail to start. Eg on Debian/Ubuntu:

    sudo apt install libxcb-cursor0

- Add an option to fully randomize reviews in the V3 scheduler.
- Add a new option to the card templates screen to restore a notetype to the
  default fields/templates/styling.
- Add clearer tooltip to hourly breakdown graph (thanks to Rumo).
- Fix focus loss when closing HTML editor (thanks to Hikaru).
- Prevent MathJax editor from closing when you selected text with the mouse and
  released the mouse button outside the window (thanks to Hikaru).
- Pass original deck name to custom scheduling code, instead of filtered deck
  name.
- When importing an .apkg where notetypes have changed, display a clearer
  message, and only if the notes in the incoming collection are newer.
- Fix MathJax editor not being sized correctly (thanks to Hikaru).
- Fix a flicker when dropdowns shown with reduce motion on (thanks to Hikaru).