Skip to content

Releases: Salamek/chromium-kiosk

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

New release (BC break)

06 Apr 08:27
Compare
Choose a tag to compare

Features

  • Splits SCREEN_ROTATION into SCREEN_ROTATION and TOUCHSCREEN_ROTATION config options, DISPLAY_ROTATION now rotates both, so please update your config.yml and repleace SCREEN_ROTATION with DISPLAY_ROTATION option to keep the same functionality