What changed in Anki from 25 to 26

3 releases numbered after 25.09.4 up to and including 26.08.1, stable releases only. 25.09.4 and 26.08.1 are the newest stable releases of 25 and 26 we track; this page follows them as new ones ship.

43 changes across 3 releases

Added 8

26.08

  • An experimental rework of the editor can be enabled from Preferences > Experiments
  • A new Experiments section has been added to the Preferences screen for experimental features

26.05

  • Updates can be installed using Tools>Check For Updates
  • Standard MSI installer provided for Windows
  • Windows ARM64 build available
  • Python API docs available at dev-docs.ankiweb.net
  • Support for tag:nc:... syntax for case-insensitive tag searches
  • Syntax for multi-card cloze deletions
Changed 14

26.08

  • Update to fsrs-rs 6.6.1, bringing performance improvements
  • Bump minimum required macOS version to 13.0
  • Strip FSRS parameters from deck configs on export without scheduling

26.05

  • Replace terminal-based launcher with standard installation process
  • Installation no longer requires network access
  • macOS builds now require macOS 13 or later
  • Linux x86_64 build now requires glibc 2.35+
  • Linux aarch64 build now requires glibc 2.39+
  • Minimum supported Python version is now 3.10
  • Qt updated to 6.11
  • User and developer documentation unified under single website
  • Treat newlines as term breaks in search queries
  • FSRS memory state updates faster through batched calculations
  • Require three left-clicks to unlock FSRS parameter editing
Fixed 18

26.08.1

  • Fix broken custom study and unbury links in the congrats screen
  • Fix broken OK button in help modals

26.08

  • Fix some add-on editor buttons not working after multiple clicks
  • Fix errors after add-on webviews are deleted
  • Fix some inline styles not being filtered out in editor image pastes
  • Fix all-users MSI installation failing to detect existing installation
  • Do not block MSI install if registry points to a deleted old elevated install
  • Build Linux fcitx5 plugin against the bundled Qt as a potential fix for startup crashes
  • Avoid interval FSRS regressions from fuzz
  • Check Database now fixes incorrect last review time entries in cards
  • Fix Anki reporting that a full sync is required for new empty collections
  • Do not modify collection if preferences haven't changed
  • Follow Anki's language preference in webview and native form controls
  • Fix note editor jumps html focus
  • Fix text input refocuses when list item shortcuts are pressed

26.05

  • FSRS short-term schedule now respected when using default parameters
  • Per deck retention now applied when card is moved to filtered deck
  • Desired retention refreshes when switching deck option presets
Removed 3

26.08

  • Remove unused plaintext paste handling in the editor
  • Remove the uv launcher and old packaging code

26.05

  • Terminal window no longer shown on installation or update

Original release notes, newest first

The list above is our reading of these notes; the originals from Ankitects are here, one fold per release.

26.08.1
What Changed

Full Changelog: https://github.com/ankitects/anki/compare/26.08...26.08.1

View originalPermalink

26.08
Installing
What's Changed
Changes since Beta 2
New Features
Other Notable Changes
Other Improvements
Documentation Changes
Development Changes
New Contributors

Full Changelog: https://github.com/ankitects/anki/compare/26.05...26.08

View originalPermalink

26.05
What's Changed
New Installer

This release replaces the terminal-based launcher introduced in 25.07 with a more standard installation process:

  • Anki no longer shows a terminal on installation/update.
  • Installation no longer requires network access.
  • Updates can be installed using Tools>Check For Updates.
  • A standard MSI installer is provided for Windows.
  • A Windows ARM64 build is available.
  • The macOS builds require macOS 13 or later.
  • The Linux x86_64 build requires glibc 2.35+.
  • The Linux aarch64 build requires glibc 2.39+.
  • The minimum supported Python version is now 3.10 (The official builds still ship Python 3.13).
  • Qt has been updated to 6.11

Note: The Tools>Upgrade/Downgrade option in 25.07+ cannot be used to upgrade to this version due to packaging changes.

By @abdnh @andrewsanchez @fernandolins @Luc-Mcgrady @iamllama in https://github.com/ankitects/anki/pull/4629

Documentation Improvements
FSRS/Scheduling Changes
Other Notable Changes
Other Improvements
Developer Improvements
New Contributors

Full Changelog: https://github.com/ankitects/anki/compare/25.09.4...26.05

View originalPermalink