Skip to content

v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 10:14
· 26 commits to main since this release

4.1.0 (2024-01-06)

Feature

Bug Fixes

  • Handle exception in ImageFilter class (0369bf9)
  • initialize uinput with the event code int constants instead of their names (f76d03e)
  • add fallback font key to sys fonts if missing (90048f5)
  • prefer fallback fonts over system fonts (414e345)
  • Shut down the CLI server on SIGTERM (3c4a2c9)
  • allow button image to update with same selected file path (53e7c7f)

Documentation

Chores

  • remove unused fonts.py and test_fonts.py (94acdc4)

Build

  • bump dependencies -- python 3.12, streamdeck 0.9.5 (d5e71be)
  • add set -x to lint.sh (94d7735)
  • Bump project version [skip ci] (bd76e7e)

CI

  • add python 3.12 to workflows (1797803)
  • release: fix token permissions (a4f5ce2)
  • revert 0.0.0 version (7aad227)
  • streamline versioning process (9201631)