Menu position
Added menu_position
to allow users to move the menu to the bottom of the screen.
Progress bar position
Added progress_position
to allow users to move the progress bar to the bottom of the screen. Useful when displaying Kiosk on a frame due the the viewing angle.
Output config for debug
Enabling either KIOSK_DEBUG
or KIOSK_DEBUG_VERBOSE
enables the /config
endpoint which outputs the users config (with sensitive info redacted) as yaml. Useful for debugging and submitting issues.
What's Changed
🚀 New Features
- Feature/menu position by @damongolding in #458
- Feature/add config output by @damongolding in #459
- Feature/cache headers by @damongolding in #460
⚡ Fixes
- Fix/hide button (archive) by @damongolding in #457
- Fix/last x days by @damongolding in #463
🔨 Maintenance
- Chore/deps by @damongolding in #461
Full Changelog: v0.21.4...v0.21.5