This software uses code of <a href=http://ffmpeg.org>FFmpeg</a> licensed under the <a href=http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html>LGPLv2.1</a> and its source can be downloaded <a href=https://github.com/ebb-earl-co/tidal-wave/releases/edit/2024.1.10>here</a>.
What's Changed
* HTTP 404 Early Return and FLAC Metadata Bug Fix by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/51
Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_2024.1.10.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (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 using [`pyapp`](https://github.com/ofek/pyapp) 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 using [`pyapp`](https://github.com/ofek/pyapp) 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 using [`pyapp`](https://github.com/ofek/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.10_py311_pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**
**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.1.9...2024.1.10