Releases: foxxyz/multibrowse
Releases · foxxyz/multibrowse
v3.0.2
v3.0.1
Bugfixes
- Running on Linux would no longer fullscreen any windows besides the first display
v3.0.0
Major Changes
Multibrowse has been completely rewritten in Rust, for several reasons:
- Rust toolchain is much easier to develop and build with than a Python toolchain
- Starts up significantly faster than the Python version
- Binary sizes are reduced by 60-95% (The Windows version alone is a whopping 27x smaller than v2.1.2)
v2.1.2
v2.1.1
This release contains updates for Linux only. For other operating systems, v2.1.1 is identical to v2.1.0 and new binaries have not been generated.
Bugfixes
- On Ubuntu 20.04+, multibrowse invocations could be interrupted by Chrome\Chromium requesting access to a keychain. This has been circumvented with a new CLI arg (#14)
v2.1.0
This release contains updates for Windows and M1 Macs only. For other operating systems, v2.1.0 is identical to v2.0.0 and new binaries have not been generated.
Bugfixes
- On Windows, execution would fail with newer Chrome installs, since Chrome v85+ installs in the 64-bit Program Files directory instead of the 32-bit one. Multibrowse now correctly looks for both and picks the first working executable. (#11)
- On M1 Macs, the old x86 binaries don't work anymore, so an arm64 binary is included for those architectures.
v2.0.0
⚠ 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
andchromium-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.