Skip to content

Finicky 2.2.1 - Open preferred browsers

Compare
Choose a tag to compare
@johnste johnste released this 21 Aug 20:11
· 175 commits to master since this release
14ffb52

You can now:

  • Supply an array of preferred browsers to open the first active one. Works for both the default browser and in handlers. #53
  • Avoid opening any browser by supplying null as browser name.

Other changes:

  • Added an alias matchHostnames for matchDomains function since the name is a bit misleading #73
  • Fixed a bug where finicky didn't open file urls correctly.