Updated schema
Added some missing options causing errors:
- disable_navigation
- blacklist
- disable_sleep
- custom_css
- custom_css_class
ENVs as strings for validation
If you mixed ENVs and a config.yaml, sometimes the new config validator would moan about the ENVs being strings. This should no longer happen.
Turn config validation off
config_validation_level
will now accept "off" if you wish to bypass it completely.
Improved memory usage
Sprinkled some Go magic to reduce Kiosks RAM usage a little 🌟
What's Changed
⚡ Fixes
- Fix/config validation by @damongolding in #520
🔨 Maintenance
- Chore/better field alignment by @damongolding in #521
Full Changelog: v0.23.1...v0.23.2