Releases: ebb-earl-co/tidal-wave
2023.12.11: Mix support
What's Changed
- Add TIDAL Mix Support by @ebb-earl-co in #20
Release Binaries
- Typical Python releases
- Typical repository source code
tidal-wave_2023.12.11.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.11.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2023.12.11.pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2023.12.10...2023.12.11
2023.12.10: Docker support
What's Changed
- Docker support by @ebb-earl-co in #18
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.10.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.10.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2023.12.10.pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2023.12.9...2023.12.10
2023.12.9
What's Changed
- Merge in a few bug fixes by @ebb-earl-co in #15
- Split
media.py
into several modules by @ebb-earl-co in #17
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.9.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.9.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2023.12.9.pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2023.12.8...2023.12.9
2023.12.8
What's Changed
- Changes for 2023.12.8 by @ebb-earl-co in #14
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.8.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.8.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2023.12.8.pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2023.12.7...2023.12.8
2023.12.7: Playlist Support
What's Changed
- Merge in Playlist Feature by @ebb-earl-co in #12
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.7.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.7.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2023.12.7.pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2023.12.6...2023.12.7
2023.12.6: Video Support
What's Changed
- Add Video Downloading Support! by @ebb-earl-co in #9
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.6.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.6.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)
Full Changelog: 2023.12.5...2023.12.6
2023.12.5
What's Changed
- Implement Artist Bio "Feature" by @ebb-earl-co in #7
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.5.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.5.pyapp
created usingpyapp
is a completely self-contained binary. Download it, give it executable permissions, and run it
Full Changelog: 2023.12.4...2023.12.5
2023.12.4
What's Changed
- Revamp
media.py
by @ebb-earl-co in #5 - HOTFIX: correct bad argument passing in media.py by @ebb-earl-co in #6
Release Binaries
Again, there are the usual release binaries, but also two more:
tidal-wave_2023.12.4.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2023.12.4.pyapp
created usingpyapp
is a completely self-contained binary. Download it, give it executable permissions, and run it
NOTE: these were built on x86 GNU/Linux, but as they're pure Python they should work on macOS and Windows.
Full Changelog: 2023.12.3...2023.12.4
2023.12.3
What's Changed
- FIx 🤞 an unforeseen bug that prevents first-time authentication flow due to not having created the local user config. directory if it doesn't exist (which it almost certainly won't). Additionally, change some logic so that not as many cascading errors fill up STDERR when an issue does arise.
HOTFIX: Bootstrap User Config Directory on Windows by @ebb-earl-co in #3
New Release artifact
Using the pyapp
project project, this release features a .pyapp
executable (built for Unix-like; Windows executable coming soon ™️ ). To use it, not even Python is required: simply download it, make it executable, and run it with the shell!
Full Changelog: 2023.12.2...2023.12.3
2023.12.2
Skipping over 2023.12.1 because of PyPi name issues.
What's Changed
- Develop by @ebb-earl-co in #2
New Contributors
- @ebb-earl-co made their first contribution in #2
Full Changelog: 2023.12.0...2023.12.2