Skip to content

Releases: spotify2tidal/spotify_to_tidal

v1.0.3

13 Oct 23:28
Compare
Choose a tag to compare

v1.0.2

28 Sep 06:37
4fb702d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

v1.0.1

12 Sep 15:05
Compare
Choose a tag to compare

What's Changed

  • Fix #73
  • Bump spotipy and pytest to more recent versions to allow building on nix unstable by @mannp in #79

New Contributors

  • @mannp made their first contribution in #79

Full Changelog: 1.0.0...1.0.1

v1.0.0

09 Sep 10:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...1.0.0

v0.1.4

08 Jun 18:53
8692624
Compare
Choose a tag to compare

What's Changed

v0.1.3

08 Jun 10:55
0c859cc
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.1.2

03 Jun 21:40
Compare
Choose a tag to compare
  • Fix bug introduced in v0.1.0 where occasionally an incorrect track was inserted

v0.1.1

03 Jun 20:34
Compare
Choose a tag to compare

Fix runtime error due to unknown type

v0.1.0

03 Jun 08:01
87ae9ac
Compare
Choose a tag to compare

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 and rate_limit corresponding to bucket size b and rate r in token bucket algorithm
  • Architecture change to use asyncio instead of multiprocessing. The old subprocesses 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

Full Changelog: 0.0.1...0.1.0

v0.0.1

22 May 10:42
61b9078
Compare
Choose a tag to compare

Initial version