What's Changed
* Protect against filesystem-invalid artist names (Lookin' at you, Fred again..) by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/26
Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_20234.1.1.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.1.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.1_py311.pyapp` created using [`pyapp`](https://github.com/ofek/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`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**
**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2023.12.13...2024.1.1