Releases: spotify2tidal/spotify_to_tidal
Releases · spotify2tidal/spotify_to_tidal
v1.0.3
v1.0.2
v1.0.1
v1.0.0
What's Changed
- fix: 🐛 Print duplicates that occurred while syncing by @c0ball in #64
- Don't cache Tidal tracks that are unavailable by @timrae in #65
- Sync favorites by @timrae in #63
- Performance optimization: Fetch Tidal data in chunks by @timrae in #66
- Continuous integration #50 by @xerexcoded in #59
- fixed failing test by @xerexcoded in #68
- creates file for songs not found by @som-cs in #74
New Contributors
- @c0ball made their first contribution in #64
- @xerexcoded made their first contribution in #59
- @som-cs made their first contribution in #74
Full Changelog: 0.1.4...1.0.0
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Major changes
- Significant performance improvements, especially for existing playlists with few changes
- Maintains an sqlite database of match failures, and searches for these failures periodically instead of every time the script is run
- Appends new tracks to the end of the playlist instead of wiping the old playlist when a simple append is possible
- New config params
max_concurrency
andrate_limit
corresponding to bucket sizeb
and rater
in token bucket algorithm - Architecture change to use
asyncio
instead ofmultiprocessing
. The oldsubprocesses
config param will be ignored. - Restructuring of project to more modern python library folder structure (see pyproject.toml) and added static typing information. Big thanks to @joshrmcdaniel for this.
New Contributors
- @joshrmcdaniel made their first contribution in #34
- @RobinHirst11 made their first contribution in #44
- @lokopeto made their first contribution in #46
Full Changelog: 0.0.1...0.1.0