Pyrekordbox v0.2.3
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 tosqlite3
ifsqlcipher3
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 anObjectDeletedError
New Contributors
Full Changelog: 0.2.2...0.2.3