You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.