We’ve published (yet another!) important security release. Please upgrade as soon as possible using Tools > Upgrade/Downgrade . The automatic update notification will be enabled within the next 24 hours. You can find details here in the GitHub release:
Please let us know if you notice any issues.
Many thanks to @Bankde for the excellent report!
8 Likes
Where is Tools > Upgrade/Downgrade? I am running 25.09.2 and I can’t find this menu.
Thanks.
It’s underneath “Manage Note Types”. But it’s only available if you have the launcher version, else the menu entry is hidden.
Also see:
return cmd, env
def on_addon_config():
showInfo(
"This add-on is automatically added when installing older Anki versions, so that they work with the launcher. You can remove it if you wish."
)
def setup():
mw.addonManager.setConfigAction(__name__, on_addon_config)
if pointVersion() >= 250600:
return
if not launcher_executable():
return
# Add action to tools menu
action = QAction("Upgrade/Downgrade", mw)
action.triggered.connect(confirm_then_upgrade)
Thanks for all replies.
In the German localisation it is
Extras → Anki-Version wechseln
2 Likes
system
Closed
June 10, 2026, 6:26pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.