What's Changed
* Revamp `media.py` by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/5
* HOTFIX: correct bad argument passing in media.py by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/6
Release Binaries
Again, there are the usual release binaries, but also two more:
- `tidal-wave_2023.12.4.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_2023.12.4.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) 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**: https://github.com/ebb-earl-co/tidal-wave/compare/2023.12.3...2023.12.4