- refactor: drop code for positioning the window on the screen
0.8.1
- refactor: drop `is_test_environment`, the code using headless kivy should be responsible for setting up the environment so that it can fully customize the configuration
0.8.0
- refactor: use `str_to_bool` of `python-strtobool` instead of `strtobool` of `distutils` - feat: add snapshot fixture
0.7.4
- feat: add `rotation`, `flip_horizontal`, and `flip_vertical` parameters to `SetupHeadlessConfig` to allow configuration of the display orientation
0.7.3
- feat: configurable rotation and flip parameters - feat: let the user render a splash screen before the first frame is ready to be rendered, if not provided, it renders a black screen
0.7.2
- fix: revert numpy data structure storing display data to uint16 as 2 bytes are used per pixel