Skip to content

Releases: IMAGINARY/kiosk-browser

v0.18.0

13 Aug 15:06
Compare
Choose a tag to compare

Changed

  • upgrade to Electron v31.3.1, Node v20.15.1, Chromium v126.0.6478.185

v0.17.0

15 Nov 10:41
Compare
Choose a tag to compare

Added

  • add --app-name-suffix CLI option allow appending something to the app name

v0.16.1

09 Nov 16:13
Compare
Choose a tag to compare

Fixed

  • fix reloading unresponsive websites

v0.16.0

08 Nov 14:08
Compare
Choose a tag to compare

Changed

  • upgrade to Electron v21.2.0, Node v16.16.0, Chromium v106.0.5249.119
  • drop Dockerfile for building redistributables via Docker. Use [electronuserland/builder] instead.
  • switch from yarn to npm for package management

v0.15.0

02 Feb 14:01
Compare
Choose a tag to compare

Added

  • add support for relative paths to --serve
  • add --resize/--no-resize CLI option to allow/prevent browser window resizing
  • add --frame/--no-frame CLI option to show/hide browser window frame
  • add --background-color CLI option for setting the window's background color that is used until overwritten by the loaded website
  • add --clear-cache/--no-clear-cache CLI option to clear the browser's cache on startup
  • rename --port CLI option to --remote-debugging-port
  • add support for hardware accelerated video decode on Linux via VA-API
  • add --incognito/--no-incognito CLI option to enable/disable incognito mode

Changed

  • decouple --transparent from window frame display and window resizing
  • upgrade to Electron v16.0.8, Node v16.9.1, Chromium v96.0.4664.110
  • occluding a browser window will no longer switch it into background mode

Fixed

  • fix --localhost CLI option; this now implies --clear-cache
  • GPU block list

v0.15.0-beta.1

17 Jan 10:45
Compare
Choose a tag to compare
v0.15.0-beta.1 Pre-release
Pre-release

v0.15.0-alpha.3

02 Nov 22:13
Compare
Choose a tag to compare
v0.15.0-alpha.3 Pre-release
Pre-release

v0.15.0-alpha.2

02 Nov 15:28
Compare
Choose a tag to compare
v0.15.0-alpha.2 Pre-release
Pre-release

v0.15.0-alpha.1

01 Nov 18:19
Compare
Choose a tag to compare
v0.15.0-alpha.1 Pre-release
Pre-release

Experimental upgrade to Electron v15.

v0.14.1

02 Dec 11:12
Compare
Choose a tag to compare

Fixed

  • fix --transparent cli option on Linux