Major Changes
- Drop support for Python 3.8
- Switch project management from Poetry to [uv](https://github.com/astral-sh/uv)
- CLI: `pyimg4 [im4m/img4] info`: Fix an edge case in where some values would be null, resulting in an error when attempting to print information on an IM4M.
- CLI: `pyimg4 [im4p/img4] info`: If extra payload data is found within an IM4P, print info on it
- CLI: `pyimg4 img4 create`: If a raw file is provided, ensure that a FourCC has also been passed as an argument.
API Changes
- `pyimg4.IM4M`
- IM4Ms with no signature or certificates are now handled properly.
- `pyimg4._Property`
- Falsy `value` arguments will no longer be ignored (56).
- Thanks to doronz88 for this fix!
**Full Changelog**: https://github.com/m1stadev/PyIMG4/compare/v0.8.6...v0.8.7