v0.5.0
[BREAKING CHANGES]
This release introduces changes to the database schema that are
not compatible with previous versions. To upgrade, use the provided migration
script and instructions, which can be found in the assets of this release:
- Script:
migrate_db.py
- Instructions:
migratedb.md
The changes include:
- Tracks now store their URI directly in the database, improving data consistency.
- Required by the
push
command.
- Required by the
- Unified and refactored methods for fetching playlists and tracks, reducing
duplicate code.
[NEW FEATURES]
push
: Create a Spotify playlist directly from a database playlist.
[IMPROVEMENTS]
- Refactored Commands:
remove
→rm
export
→dump
update
andsync
→ Merged into a singlepull
command, simplifying usage
and reducing redundancy.
[FIXES]
stats
: Now displays the count of unique artists and tracks in the database.
Full Changelog: v0.4.0...v0.5.0