Releases: Salamek/chromium-kiosk
Releases · Salamek/chromium-kiosk
2.7.1, option FULL_SCREEN is superseded by WINDOW_MODE!
What is new
- Support for new qiosk
--window-mode
parameter that replaces--fullscreen
, this adds newchromium-kiosk
configuration optionWINDOW_MODE
where options are:- hidden - Window is not visible
- automaticvisibility - Auto by DE
- windowed - Normal window
- minimized - Minimized window
- maximized - maximized window
- fullscreen - fullscreen ( same as old
FULL_SCREEN: true
)
By this change config option FULL_SCREEN
is deprecated and should be replaced with WINDOW_MODE: 'fullscreen'
, FULL_SCREEN
option is still working as expected (internally it sets WINDOW_MODE = 'fullscreen') but it will be removed in some future release.
Full Changelog: 2.6.1...2.7.1
2.6.1
What is new
- Option
ENABLED_BUTTONS
for navbar now works correctly - Fixed crash when using
REMOTE_DEBUGGING
configuration options
Full Changelog: 2.5...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