Skip to content

Finicky 2.2.2 - Source process path & Dock icon bug fix

Compare
Choose a tag to compare
@johnste johnste released this 23 Oct 20:26
· 171 commits to master since this release
d196333

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!)