Skip to content

Releases: Salamek/chromium-kiosk

2.7.1, option FULL_SCREEN is superseded by WINDOW_MODE!

12 Jan 20:28
Compare
Choose a tag to compare

What is new

  • Support for new qiosk --window-mode parameter that replaces --fullscreen, this adds new chromium-kiosk configuration option WINDOW_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

01 Oct 18:53
Compare
Choose a tag to compare

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

12 Jul 01:06
Compare
Choose a tag to compare
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

24 Apr 18:22
Compare
Choose a tag to compare
2.4
  • Added option to disable/enable scroll bars

Full Changelog: 2.2...2.4

2.2

16 Oct 18:31
Compare
Choose a tag to compare
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

05 Oct 20:37
Compare
Choose a tag to compare

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)

13 Sep 19:22
Compare
Choose a tag to compare

Features

Full Changelog: 1.0.7...2.0

New release (BC break)

15 Jul 14:38
Compare
Choose a tag to compare

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 installing chromium-kiosk package.
  • Deprecated KIOSK (bool) configuration option, it is now replaced with FULL_SCREEN (bool) configuration option

Fixing release

15 May 13:05
Compare
Choose a tag to compare
  • Fixes issue with missing ttf-dejavu package under debian

Fixing release

04 Jan 15:07
Compare
Choose a tag to compare

Fixes

  • New Archlinux package relase for Python3.10