Skip to content

0.3.11

Choose a tag to compare

@klieret klieret released this 29 Dec 10:40
· 43 commits to master since this release
4df631e

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

Contributions

A big thank you to @frnsys for pointing out the trouble with the search indices and creating a PR to fix it!