github johnste/finicky v2.2.2
Finicky 2.2.2 - Source process path & Dock icon bug fix

latest releases: v3.4.0, v3.3.1, v3.3.0...
4 years ago

Now url handlers receive sourceProcessPath, a string of the path to the process that triggered Finicky. Should help with issues like #80. It's pretty new so let me know if it works for you!

{
  // Open links where the path contains "Franz.app" in Safari (Experimental!)
  match({ sourceProcessPath }) {
    return sourceProcessPath.includes("Franz.app");
  },
  browser: "Safari"
}

Release also contains an attempted bugfix where the Finicky icon was visible in the dock in Catalina #78 (Let me know if you try it!)

Don't miss a new finicky release

NewReleases is sending notifications on new releases.