Releases: Salamek/chromium-kiosk
Releases · Salamek/chromium-kiosk
2.6.1
2.5
What is new
- Added option to hide cursor for better UX when using touchscreen
- Implemented network check on page load error to wait for network and reload
Full Changelog: 2.4.4...2.5
2.4
2.2
What is new
- Use tmpfiles.d to manage home dir
- Use sysusers.d to manage user and group
- Added new config options to reflect changes in qiosk NAV_BAR.UNDERLAY boolean to render navbar under the web view, EXTRA_ENV_VARS to specify extra environment variables and PROFILE_NAME to name kiosk profile if you want to persist cookies and localstorage (default profile is off-the-record)
Full Changelog: 2.1.4...2.2
New release
Fixes
- Fixes in touchscreen autodetection
- Print correct message when no display is detected
What is new
- Use sysusers.d for user creation
Full Changelog: 2.1.3...2.1.4
New release (BC break)
Features
- (BC BREAK) Screensaver config management was removed from
chromium-kiosk
it is not handled byxscreensaver
if you are using screensaver see https://github.com/Salamek/chromium-kiosk/tree/master/.docs#screensaver for more info - (BC BREAK)
chromium
support has been dropped, only qiosk is now supported
Full Changelog: 1.0.7...2.0
New release (BC break)
Features
- Added support for qiosk a kiosk first web browser, qiosk will be primary browser used by this project in the future, you can test it by installing
qiosk
package after installingchromium-kiosk
package. - Deprecated
KIOSK
(bool) configuration option, it is now replaced withFULL_SCREEN
(bool) configuration option
Fixing release
- Fixes issue with missing ttf-dejavu package under debian
Fixing release
Fixes
- New Archlinux package relase for Python3.10
New release (BC break)
Features
- Splits
SCREEN_ROTATION
intoSCREEN_ROTATION
andTOUCHSCREEN_ROTATION
config options,DISPLAY_ROTATION
now rotates both, so please update your config.yml and repleaceSCREEN_ROTATION
withDISPLAY_ROTATION
option to keep the same functionality