Skip to content

Releases: ebb-earl-co/tidal-wave

2024.1.8

10 Jan 05:45
626c9ec
Compare
Choose a tag to compare

What's Changed

  • Change requirements.txt, Dockerfile, and README.md by @ebb-earl-co in #45

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_2024.1.8.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.8_py311.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.8_macos_arm64.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS using Apple ARM silicon)
  • tidal-wave_2024.1.8_py311_pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.7...2024.1.8

2024.1.7 Playlist .m3u8 Files

08 Jan 02:53
73a60eb
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.7.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.7_py311.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.7_py311_macos.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS)
  • tidal-wave_2024.1.7_py311_pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.6...2024.1.7

2024.1.6: Fix .m4a File Regression in 2024.1.5

07 Jan 03:11
d1f4bdb
Compare
Choose a tag to compare

What's Changed

  • Hotfix: regression in track.Track.set_tags()

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.6.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.6_py311.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.6_py311_macos.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS)
  • tidal-wave_2024.1.6_py311_pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.5...2024.1.6

2024.1.5

07 Jan 02:04
9277658
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.5.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.5_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.5.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.4...2024.1.5

2024.1.4

06 Jan 20:51
55a4ee6
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.4.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.4.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.4_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.4.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.3...2024.1.4

2024.1.3: Bugfix to do with album IDs

04 Jan 20:48
7435ea2
Compare
Choose a tag to compare

What's Changed

  • Bugfix: The Valid Length of TIDAL Album IDs Is between 5 and 9 by @ebb-earl-co in #31

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.3.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.3.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.3_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.3.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.2...2024.1.3

2024.1.2: Exponential Backoff for Request Retrying

04 Jan 02:40
a2b4d96
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.2.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.2.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.2_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.2.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2024.1.1...2024.1.2

2024.1.1

03 Jan 02:03
bc41ceb
Compare
Choose a tag to compare

What's Changed

  • Protect against filesystem-invalid artist names (Lookin' at you, Fred again..) by @ebb-earl-co in #26

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_20234.1.1.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2024.1.1.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.1_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2024.1.1.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2023.12.13...2024.1.1

2023.12.13

02 Jan 20:20
b735814
Compare
Choose a tag to compare

What's Changed

  • Hotifx: change country_code to countryCode in login.py by @ebb-earl-co in #24

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_2023.12.13.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.13.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2023.12.13_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2023.12.13.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2023.12.12...2023.12.13

2023.12.12: Artist's Oeuvre

02 Jan 07:36
8140152
Compare
Choose a tag to compare

What's Changed

Release Artifacts

  • Typical Python releases
  • Typical repository source code
  • tidal-wave_2023.12.12.pyz created using shiv (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
  • tidal-wave_2023.12.12.pyapp created using pyapp is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2023.12.12_py311.pyapp created using pyapp is a self-bootstrapping binary. It is much larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (does not work on Windows!)
  • tidal-wave_2023.12.12.pyapp.exe created using pyapp is a self-bootstrapping binary built for Windows!

Full Changelog: 2023.12.11...2023.12.12