Releases: kofigumbs/multi
Releases · kofigumbs/multi
Multi 3.0.1
Multi 3.0.0
- 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 omittingMULTI_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 withterminateWithLastWindow
which defaults tofalse
, 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
Multi 2.2.3
- 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
Multi 2.2.2
Multi 2.2.1
- 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
- Changes the default
userAgent
configuration default so that it matches the WebKit version used by the OS
Multi 2.1.4
- Multi is now free (as in beer) -- see the blog post to learn more
Multi 2.1.3
- 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
- Fix window tab ordering
Multi 2.1.1
- Adds a new
userAgent
tab config option