Multi Versions Save

Create custom, lightweight macOS apps from websites

v3.0.0

10 months ago
  • 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

v2.2.3

1 year ago
  • 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

v2.2.2

1 year ago

Buy Me a Coffee at ko-fi.com

v2.2.1

1 year ago
  • Adds bindings for text field undo/redo
  • New Examples/ directory in the source tree—consider sharing what you've made with Multi!

v2.2.0

1 year ago
  • Changes the default userAgent configuration default so that it matches the WebKit version used by the OS

v2.1.4

2 years ago
  • Multi is now free (as in beer) -- see the blog post to learn more

v2.1.3

3 years ago
  • 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)

v2.1.2

3 years ago
  • Fix window tab ordering

v2.1.1

3 years ago
  • Adds a new userAgent tab config option

v2.1.0

3 years ago
  • 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.