Skip to content

v2.0.0

Compare
Choose a tag to compare
@foxxyz foxxyz released this 19 Jan 23:20
· 38 commits to master since this release

⚠ BREAKING CHANGES

  • Active browser processes are no longer automatically killed on startup. This was originally done to prevent Chromium from creating new tabs instead of spawning new windows, but has since become obsolete through usage of the --app parameter in conjunction with the --kiosk parameter. It also turned out to be an annoyance at times, so it has been removed.

Features

  • Support for other binaries on Linux. In addition to google-chrome-stable, chromium and chromium-browser are now also supported. This mainly affects Ubuntu/Debian users.
  • More friendly error message when no supported browser binaries are found

Bugfixes

  • Monitor order on Linux would sometimes be incorrectly sorted.