Skip to content

Release: v1.3.0 - February 2026

Choose a tag to compare

@puterboy puterboy released this 17 Feb 18:41
· 13 commits to main since this release
  • Added more key bindings for opening/closing/rotating tabs and windows
  • Add x11vnc server to facilitate remote viewing or debugging of kiosk
  • Added 'screenshot' function to REST_API and gesture action commands
  • Added enable_inputs and disable_inputs functions to REST_API to allow
    locking down (and unlocking) inputs by disabling keyboard, mouse and
    touch functions
  • Added mute_audio, unmute_audio and toggle_audio functions to
    REST_API to change audio state (toggle_audio also added to gesture action commands)
  • Converted default gestures in config.yaml to use internal
    kiosk.<function> handlers rather than calling shell functions
  • Added short list of built-in keyboard shortcuts
  • Enhanced ultrasonic-trigger.py example with new functionality to
    enable/disable inputs, mute/unmute audio, and rotate through a list of URLs
  • Added INSTRUCTIONS section to README.md (thanks: @cvroque)
  • Added more details to README.