Skip to content

Pyrekordbox v0.2.3

Compare
Choose a tag to compare
@dylanljones dylanljones released this 17 Nov 12:58
· 105 commits to master since this release

What's Changed

Improvements/Bug Fixes

  • drop Python 3.7 support
    Python 3.7 reached its end of lifetime in June 2023.
  • raise ImportError if RBv6 db is locked and sqlcipher is not available
    Pyrekordbox falls back to sqlite3 if sqlcipher3 is not available.
    This can lead to errors if the RBv6 database is locked and the user does not have
    sqlcipher3 installed.
  • don't pass deleted RBv6 instance to USN callback
    This sometimes raised an ObjectDeletedError

New Contributors

  • @JOJ0 made their first contribution in #100

Full Changelog: 0.2.2...0.2.3