mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
- Daily limits are no longer inherited - each deck limits its own cards, and the selected deck enforces a maximum limit. - Fetching of review cards now uses a single query, and sorts in advance. In collections with a large number of overdue cards and decks, this is faster than iterating over each deck in turn. - Include interday learning count in review count & review limit, and allow them to be buried. - Warn when parent review limit is lower than child deck in deck options. - Cap the new card limit to the review limit. - Add option to control whether new card fetching short-circuits. |
||
|---|---|---|
| .. | ||
| support | ||
| __init__.py | ||
| run_format.py | ||
| run_mypy.py | ||
| run_pylint.py | ||
| run_pytest.py | ||
| shared.py | ||
| test_cards.py | ||
| test_collection.py | ||
| test_decks.py | ||
| test_exporting.py | ||
| test_find.py | ||
| test_flags.py | ||
| test_importing.py | ||
| test_latex.py | ||
| test_media.py | ||
| test_models.py | ||
| test_sched2021.py | ||
| test_schedv1.py | ||
| test_schedv2.py | ||
| test_stats.py | ||
| test_template.py | ||
| test_undo.py | ||