Skip to content

Releases: foxxyz/multibrowse

v1.6.0

13 Nov 07:23
Compare
Choose a tag to compare

Windows-related improvements and fixes:

  • Much more robust and faster start-up
  • Proper use of --kiosk flag to fix OS gesture/hotkey interference
  • Disabled pinch-zoom on touch monitors which is usually unwanted in fullscreen/kiosk scenarios

v1.5.0

04 Sep 04:31
Compare
Choose a tag to compare
  • Fixed Windows 7 compatibility: Windows 7 seems to require a proper key release when using user32.sendInput() while Windows 10 is content with multiple presses without depresses. Works for both versions now.
  • Decreased default browser window spawn size to 200px for very small monitor sizes

v1.4.0

05 Aug 05:59
Compare
Choose a tag to compare
  • Optimized module importing. Building can now be done using single pyinstaller --onefile multibrowse.py for all platforms.

v1.3.0 Initial Release

05 Aug 05:45
Compare
Choose a tag to compare

Tested and working on:

  • Windows 10
  • MacOS Sierra
  • Arch Linux