Skip to content

Releases: kofigumbs/multi

Multi 3.0.0

24 Jul 16:01
Compare
Choose a tag to compare
  • Added codesign step to app creation, so notifications should work in more scenarios—read the blog post to learn more
  • Changed create-mac-app so that omitting MULTI_JSON_CONFIG no longer overwrites an existing JSON config
  • Changed Custom CSS/JS injection to happen as early as possible (before document.body is loaded)
  • Replaced keepOpenAfterWindowClosed config option with terminateWithLastWindow which defaults to false, matching macOS default behavior
  • Removed Better.fyi ad-block list since it is no longer maintained
  • Removed "Copy URL" shortcut since it can be implemented with Custom JS

Buy Me a Coffee at ko-fi.com

Multi 2.2.3

02 Apr 23:14
Compare
Choose a tag to compare
  • Adds keepOpenAfterWindowClosed config to prevent app from quitting when the last window is closed
  • Adds alwaysOnTop config to position app's window on top of all others
  • Adds customCookies config, allowing access to HTTPCookiePropertyKey

Buy Me a Coffee at ko-fi.com

Multi 2.2.2

20 Nov 19:15
Compare
Choose a tag to compare
  • Add full-screen support (#100)
  • Apply blocklist before loading URL content (#101)
  • Fix macOS Ventura permissions error (#85)
  • Fix banner notifications (#86)

Buy Me a Coffee at ko-fi.com

Multi 2.2.1

10 Oct 20:44
Compare
Choose a tag to compare
  • Adds bindings for text field undo/redo
  • New Examples/ directory in the source tree—consider sharing what you've made with Multi!

Multi 2.2.0

15 Jul 21:19
Compare
Choose a tag to compare
  • Changes the default userAgent configuration default so that it matches the WebKit version used by the OS

Multi 2.1.4

26 Aug 12:57
Compare
Choose a tag to compare
  • Multi is now free (as in beer) -- see the blog post to learn more

Multi 2.1.3

26 Apr 20:44
Compare
Choose a tag to compare
  • Notifications auto-focus the relevant tab when clicked
  • Multi apps are created in the same directory where Multi is installed (normally, this is /Application, but now Multi supports arbitrary locations)

Multi 2.1.2

08 Mar 13:54
Compare
Choose a tag to compare
  • Fix window tab ordering

Multi 2.1.1

24 Jan 22:06
Compare
Choose a tag to compare
  • Adds a new userAgent tab config option

Multi 2.1.0

07 Jan 00:27
Compare
Choose a tag to compare
  • New logo, thanks to @chrismessina
  • Optimized for M1 macs (universal binary), thanks to @dotsam
  • Multi is now notarized, so security preference workarounds are no longer required
  • Multi tabs are now regular macOS window tabs—so they can be displayed, moved, grouped, and closed as such
  • New windowed config option
  • New Basic Authentication config options (basicAuthUser/basicAuthPassword)
  • New Paste and Match Style shortcut (⌘↑V)
  • The Inspect Element (Developer Tools) menu is now available from Multi apps
  • Back/Forward navigation gestures are now available from Multi apps
  • Fixed app sandbox issue when creating new apps on Big Sur
  • Reworked the README, which is now more comprehensive

This release also removes the sideBySide config option. It was originally added on a whim and poorly designed. I recommend trying the new windowed config instead, which works in a more mac-native manner.

The minimum required macOS version for multi is now 10.13 (High Sierra). Functionally, this was always the case, but now macOS should enforce this.