Skip to content

Releases: sassanh/headless-kivy

v0.9.7

17 Aug 16:01
v0.9.7
d6acb3d
Compare
Choose a tag to compare

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

Changes:

  • fix: slice the data in case it exceeds the size of the display

v0.9.6

13 Aug 17:12
v0.9.6
61ad609
Compare
Choose a tag to compare

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

Changes:

  • fix: make it compatible with kivy 3

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