docs-site/releases/betas/anki2.1.50.mdx
Build 26d40c3a / 2022-04-06.
Build c96ef8cd / 2022-04-05.
Build 6718e678 / 2022-03-31.
Build ebe33a99 / 2022-03-29.
Build 4515c41d / 2022-03-21.
Build 02c580e4 / 2022-03-17.
Build 02ba50f2 / 2022-03-15.
This release has been yanked due to bugs in colpkg imports. Please wait for the next beta.
imports and exports are faster, and media files will be compressed, but the
resulting .colpkg will not be readable by older Anki clients.
Build a495fbaa / 2022-03-09.
to close faster when you have a large collection, while still compressing
the backups.
weekly and monthly backups you'd like to retain. Anki will keep all backups
made in the last 48 hours, but avoids making more than one every 5 minutes
when you're rapidly opening and closing your profile.
will not be importable into older Anki versions. Manually-exported colpkg
files are still compatible with older Anki versions.
parent tag, while not
matching ones tagged with parent::child: tag:re:^parent$.Build 3564ece6 / 2022-02-25.
Editor fixes, thanks to Henrik:
< and > not working correctly in the MathJax editor.Other changes:
Build 4ed499fb / 2022-02-23.
V3 scheduler changes, thanks to Rumo:
Other new features:
Bugfixes:
For developers:
mw.progress.timer() should now be passed a parent argument, as the
previous default of using mw prevents the timers from being freed after they
are no longer active.Build 95dbf30f / 2022-02-10.
V3 scheduler changes, thanks to Rumo:
a random selection is taken from all available new cards.
offer the same functionality as before. Please check your deck options after
upgrading, as some users may need to adjust their display order settings to
match what they were using before.
Improvements to the editor, thanks to Henrik:
New features:
[anki:tts lang=en_US]Here is {{Field1}} and {{Field2}}[/anki:tts] (thanks to
Rumo). There are no plans to deprecate the old TTS syntax - either can be
used.Fixes and other improvements:
<div> being left behind when deleting field contents (thanks
to Hikaru).note: and card: searches no longer do a substring match (thanks to
Rumo).Packaging changes:
Notes for developers:
Henrik has spent a lot of time working out how to smoothly provide an API for the editor, and investigating how we can provide types to make targeting the API easier. This has required a number of refactorings, and some add-ons that were accessing the editor will have broken again in this update. While the code is not set in stone yet, hopefully we're getting there. An example of using the latest API is available here:
https://github.com/hgiesel/anki_new_format_pack/commits/master
Build db804d95 / 2021-12-09.
macOS:
Linux:
Fixed not being able to run Anki after running install.sh.
Added an experimental arm64 packaged build. PyQt and Qt are not included, so you need to link in your distro's version of PyQt5.15. For example, after untarring the file and changing into the top level directory with the 'anki' executable:
# eg Debian 11:
sudo apt install python3-pyqt5.{qtwebengine,qtmultimedia}
ln -sf /usr/lib/python3/dist-packages/PyQt5 lib/
# eg Fedora 34:
sudo dnf install python3-qt5-webengine
ln -sf /usr/lib64/python3.9/site-packages/PyQt5 lib/
You may also be able to use the above technique for switching the x86_64 builds to your system's PyQt version - just delete the PyQt5 or 6 folder before linking your system version in.
Fcitx users: this build includes libraries that may allow the Qt5 build to work with Fcitx. Please let us know if they work for you or not.
Features:
Fixes:
Build 43c41d76 / 2021-12-04.
Toolkit changes:
Windows:
macOS:
Linux:
sudo apt install zstd
tar axf anki-2.1.50-linux-qt6.tar.zstd
Major editor changes, mostly thanks to Henrik:
Scheduler changes:
Other new features:
Other improvements:
For developers:
:/icons/foo.jpg should become
icons:foo.jpg.pip install 'aqt[qt6]'