Skip to content

v1.0.8

Choose a tag to compare

@rusty4444 rusty4444 released this 05 Jun 13:26

v1.0.8 - Bug Fix Release

Fixed

  • Critical bug fix: Fixed TypeError when running effects on layouts (Issue #28)
    • expects as a dict (third argument), not keyword arguments
    • The bug caused:
    • Fixed 3 locations in where was incorrectly called

Changes

  • Fixed calls to pass inside the dict
  • Updated version to 1.0.8 in manifest.json and README.md

Validation

  • All Python files compile without errors
  • manifest.json, strings.json, translations/en.json validate as JSON
  • services.yaml validates as YAML
  • Frontend card passes syntax check
  • Service constants match between const.py and services.yaml
  • Effect list matches between const.py and lightfx_engine.py implementations