Releases: ebb-earl-co/tidal-wave
2024.2.3
What's Changed
- New CLI Flag for Playlist and Mix Behavior by @ebb-earl-co in #83
- Album's Credits by @ebb-earl-co in #84
This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.
Full Changelog: 2024.2.2...2024.2.3
2024.2.2
What's Changed
- Fix Artist
no_extra_files
Omission by @ebb-earl-co in #80 - Add Fix for Edge Case in dash.py and Make Github Action YMLs More Robust by @ebb-earl-co in #81
This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.
Full Changelog: 2024.2.1...2024.2.2
2024.2.1
What's Changed
- Dependabot monitoring PyPi dependencies(deps): Bump dataclass-wizard … by @ebb-earl-co in #67
- Rejigger Dockerfile by @ebb-earl-co in #71
- Add CLI Parameter
--no-extra-files
by @ebb-earl-co in #76 - Merge in 17 Commits from Develop by @ebb-earl-co in #77
This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.
Full Changelog: 2024.1.15...2024.2.1
2024.1.15
What's Changed
- Use
${{ github.workspace }}
in .github/workflows/pyapp-*.yml - Refer to
tidal-wave
actions as "retrieve" instead of "download"
This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.
Full Changelog: 2024.1.14...2024.1.15
2024.1.14
What's Changed
- Disallow Illegal Characters in File Names on Windows by @ebb-earl-co in #65
This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.
Full Changelog: 2024.1.13...2024.1.14
2024.1.13 - GitHub Actions Builds for macOS
What's Changed
- New
pyinstaller
GitHub Actions by @ebb-earl-co in #61
Release Artifacts
- The preferred release artifacts are those created by
pyinstaller
for GNU/Linux and macOS as they bundle FFmpeg 6.1.1, Python 3.11, andtidal-wave
- For Windows, the preferred release artifact was created using
pyapp
bundles Python 3.11 andtidal-wave
; FFmpeg will need to be installed separately.
This software uses code of FFmpeg, particularly, version 6.1.1, licensed under the LGPLv2.1 and its source can be downloaded here.
Full Changelog: 2024.1.12...2024.1.13
2024.1.12
What's Changed
- Bugfix: Dolby Atmos Files' Metadata by @ebb-earl-co in #59
Release Artifacts
New in this release is the tidal-wave_linux
binary. This is a binary for x86_64 GNU/Linux, created with pyinstaller
that also bundles FFmpeg 6.1.1 (under the LGPLv2.1 license).
Full Changelog: 2024.1.11...2024.1.12
2024.1.11
What's Changed
- Update README.md by @ebb-earl-co in #52
- Bring in FFmpeg as Submodule by @ebb-earl-co in #56
- Missing Album Cover Bugfix by @ebb-earl-co in #57
Full Changelog: 2024.1.10...2024.1.11
2024.1.10
This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here.
What's Changed
- HTTP 404 Early Return and FLAC Metadata Bug Fix by @ebb-earl-co in #51
Release Artifacts
- Typical Python releases
- Typical repository source code
tidal-wave_2024.1.10.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2024.1.10_py311.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2024.1.10_macos.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows; is built for macOS with Intel CPUs)tidal-wave_2024.1.10_macos_arm64.pyapp
created usingpyapp
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.10_py311_pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2024.1.9...2024.1.10
2024.1.9
What's Changed
- TIDAL Track IDs Can Be 5-digits-long by @ebb-earl-co in #47
Release Artifacts
- Typical Python releases
- Typical repository source code
tidal-wave_2024.1.9.pyz
created usingshiv
(which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)tidal-wave_2024.1.9_py311.pyapp
created usingpyapp
is a self-bootstrapping binary. Download it, give it executable permissions, and run it (does not work on Windows!)tidal-wave_2024.1.9_macos_arm64.pyapp
created usingpyapp
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.9_py311_pyapp.exe
created usingpyapp
is a self-bootstrapping binary built for Windows!
Full Changelog: 2024.1.8...2024.1.9