Skip to content

v0.3.10

Compare
Choose a tag to compare
@klieret klieret released this 07 May 08:49
· 132 commits to master since this release

0.3.10 -- 2021-05-07

Fixed

  • The SQLite connection to the database is now always closed right away by the Collection.
    This solves issues where the connection was kept open even though all collection and
    AnkiDataFrame objects were deleted (there is additional garbage collection trouble).
    Read more in issue 75