Skip to content

Releases: sassanh/headless-kivy

v0.9.5

18 Jul 12:26
v0.9.5
5420238
Compare
Choose a tag to compare

PyPI package: https://pypi.org/project/headless-kivy/0.9.5

Changes:

  • refactor: set minimum version of kivy to 2.1.0 (used to be 2.3.0)

v0.9.4

06 Jul 18:41
v0.9.4
7197500
Compare
Choose a tag to compare

PyPI package: https://pypi.org/project/headless-kivy/0.9.4

Changes:

  • refactor: update snapshot fixture with latest changes

v0.9.3

06 Jul 17:36
v0.9.3
820a772
Compare
Choose a tag to compare

PyPI package: https://pypi.org/project/headless-kivy/0.9.3

Changes:

  • refactor: migrate from uint16 to uint8 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

05 Jul 14:43
v0.9.2
547d307
Compare
Choose a tag to compare

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
    in raw_data

v0.9.1

04 Jul 20:17
v0.9.1
82dfafd
Compare
Choose a tag to compare

PyPI package: https://pypi.org/project/headless-kivy/0.9.1

Changes:

  • fix: consider alpha channel in the data stored in raw_data field of HeadlessWidget

v0.9.0

04 Jul 19:21
v0.9.0
6b90879
Compare
Choose a tag to compare

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

02 Jul 22:00
v0.8.2
2ef53b1
Compare
Choose a tag to compare

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

01 Jul 23:28
v0.8.1
702a572
Compare
Choose a tag to compare

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

25 Jun 17:09
v0.8.0
afb07f7
Compare
Choose a tag to compare

PyPI package: https://pypi.org/project/headless-kivy-pi/0.8.0

Changes:

  • refactor: use str_to_bool of python-strtobool instead of strtobool of distutils
  • feat: add snapshot fixture

v0.7.4

08 May 16:13
v0.7.4
0be4fe0
Compare
Choose a tag to compare

PyPI package: https://pypi.org/project/headless-kivy-pi/0.7.4

Changes:

  • feat: add rotation, flip_horizontal, and flip_vertical parameters to
    SetupHeadlessConfig to allow configuration of the display orientation