Releases: sassanh/headless-kivy
Releases · sassanh/headless-kivy
v0.9.5
PyPI package: https://pypi.org/project/headless-kivy/0.9.5
Changes:
- refactor: set minimum version of
kivy
to2.1.0
(used to be2.3.0
)
v0.9.4
PyPI package: https://pypi.org/project/headless-kivy/0.9.4
Changes:
- refactor: update snapshot fixture with latest changes
v0.9.3
PyPI package: https://pypi.org/project/headless-kivy/0.9.3
Changes:
- refactor: migrate from
uint16
touint8
as each channel of the RGB image is
a single byte - feat: add alpha channel ... yet again
- feat: add a demo app based on the code provided here
- fix: the order of width and height in different places so that it works when the
screen is not a square - closes #12, closes #13
v0.9.2
PyPI package: https://pypi.org/project/headless-kivy/0.9.2
Changes:
- fix: apply rotations and flips and drop alpha channel on data before storing it
inraw_data
v0.9.1
PyPI package: https://pypi.org/project/headless-kivy/0.9.1
Changes:
- fix: consider alpha channel in the data stored in
raw_data
field ofHeadlessWidget
v0.9.0
PyPI package: https://pypi.org/project/headless-kivy/0.9.0
Changes:
- refactor: remove all features specific to Raspberry Pi, now it is a general headless
Kivy library suitable for different platforms and test environments - build: rename project to
headless-kivy
as it is not specific to Raspberry Pi
anymore - build: update repository to https://github.com/sassanh/headless-kivy
v0.8.2
PyPI package: https://pypi.org/project/headless-kivy-pi/0.8.2
Changes:
- refactor: drop code for positioning the window on the screen
v0.8.1
PyPI package: https://pypi.org/project/headless-kivy-pi/0.8.1
Changes:
- 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
v0.8.0
PyPI package: https://pypi.org/project/headless-kivy-pi/0.8.0
Changes:
- refactor: use
str_to_bool
ofpython-strtobool
instead ofstrtobool
ofdistutils
- feat: add snapshot fixture
v0.7.4
PyPI package: https://pypi.org/project/headless-kivy-pi/0.7.4
Changes:
- feat: add
rotation
,flip_horizontal
, andflip_vertical
parameters to
SetupHeadlessConfig
to allow configuration of the display orientation