Releases: kofigumbs/multi
Multi 2.1.0
- 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
- New feature: Custom JS https://github.com/hkgumbs/multi#custom-jscss
- Fix notifications
Multi 2.0.7
- New configuration option:
openNewWindowsInBackground
- Restore browser window size when app is reopened
Multi 2.0.6
- New configuration option
openNewWindowsWith
Multi 2.0.5
- Fix macOS 10.13 launch crash (#29)
Multi 2.0.4
- New feature: Custom CSS https://github.com/hkgumbs/multi/blob/2.x/Documentation/CUSTOM-CSS.md
- New shortcut to copy current URL to clipboard:
⌘L
- New shortcuts to control zoom:
⌘+
/⌘-
/⌘0
- Add bridge for
window.open
, fixing popup downloads in Slack - Allow
.icns
files to be used as icons (in addition to.png
)
Multi 2.0.3
- Fixes the condition for showing the "Cannot allocate configuration script." warning
Multi 2.0.2
- 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
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
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.