Removed
- Python 3.6 has reached its end of life and is no longer supported. This is to
ensure that we can keep the code base modern and developers happy.
Fixed
- When updating cards or notes, certain SQL search indices that are usually
automatically created by Anki could be left missing. While these do not
change any of the information in the database and can be created trivially,
this caused Anki to refuse to load the database.
Documentation and developer happiness
- Various improvements to the documentation
- Work on modernizing the code base