-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add support for specifying a maximum anki version in addon.json (
#802) * fix: Use `anki.utils.point_version` * Fix sorting args of browser column * Update anki version in requirements * Don't call db.begin() on Anki >= 23.10 * Don't monkey patch `db.begin` on 23.10 * Add PyQt5 requirements * Add "type: ignore" comments * Fix test * Refactor * Adjust conversion between version string and int in scripts * Update tested anki version in addon.json * Update `generate_manifest` to support `max_anki_version` * Update `upload_to_ankiweb` to support negative `max_point_version` * Refactor * Merge main
- Loading branch information
1 parent
0810803
commit 1ec1b2b
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters