Skip to content

Releases: kofigumbs/multi

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.

Multi 2.0.8

14 Oct 14:26
Compare
Choose a tag to compare

Multi 2.0.7

08 Sep 00:37
Compare
Choose a tag to compare
  • New configuration option: openNewWindowsInBackground
  • Restore browser window size when app is reopened

Multi 2.0.6

03 Sep 19:56
Compare
Choose a tag to compare

Multi 2.0.5

31 Aug 21:04
Compare
Choose a tag to compare
  • Fix macOS 10.13 launch crash (#29)

Multi 2.0.4

27 Aug 19:44
Compare
Choose a tag to compare

Multi 2.0.3

13 Aug 18:09
Compare
Choose a tag to compare
  • Fixes the condition for showing the "Cannot allocate configuration script." warning

Multi 2.0.2

12 Aug 14:51
Compare
Choose a tag to compare
  • Use cross-platform sed command in case users have GNU Sed installed
  • Calculate trial period with UserDefaults instead of file timestamps (previous behavior meant that trial was calculated from release date instead of installation date)

Multi 2.0.1

05 Aug 01:16
Compare
Choose a tag to compare

Adds the alwaysNotify configuration option. By default, macOS ignores notifications for the frontmost app, but you might very well want to see those. Slack is a good example of this because the web app creates a notification if you get a message in another channel.

Documented at https://github.com/hkgumbs/multi/tree/2.x#json-configuration

Multi 2.0.0

31 Jul 14:21
Compare
Choose a tag to compare

Multi 2.0.0 is a complete rewrite and works differently from previous versions:

  • Rearchitected to use a single "runtime app" (Multi.app), which is installed with the attached .dmg — now the runtime can be updated without needing to reconfigure or recreating your existing apps
  • create-mac-app takes its options as environment variables
  • Apps are created in /Applications/Multi/
  • New built-in ad-blocker, provided by https://better.fyi (macOS 10.13+)
  • New native bridge for window.alert
  • New native bridge for window.confirm
  • New native bridge for window.prompt
  • New native bridge for <input type="file">
  • New keyboard shortcuts: Back, Forward, Select Next Tab, Select Previous Tab
  • New optional UI for creating and updating config.json
  • New optional side-by-side view

Note: Multi is not notarized, so you'll need to allow it to run via your "Security & Privacy" system preferences. See Licensing for more about sponsoring Multi's development.