Skip to content

Releases: kofigumbs/multi

Multi 3.0.1

06 Jul 20:50
Compare
Choose a tag to compare
  • Fixed missing app icon for some new/updated apps
  • Load notification polyfill before user JS

Buy Me a Coffee at ko-fi.com

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