github johnste/finicky v3.3.0
Finicky 3.3.0 - System info API, More opening application info

latest releases: v3.4.0, v3.3.1
3 years ago

Some new APIs!

New features

Example:

finicky.getSystemInfo() // returns {"localizedName":"John’s Mac mini","name":"Johns-Mac-mini.local"} for me
  • Adding opener option to all config callback functions, replacing sourceProcessPath and sourceBundleIdentifier, see Parameter documentation for more info.

Example:

  "opener": {
    "pid": 1337,
    "path": "/Users/user/Applications/Example.app",
    "bundleId": "com.example.app",
    "name": "Example app"
  }
  • Added a new option logRequests that will log all incoming urls to the console to simplify debugging. Docs

  • Finicky.log now accepts multiple arguments

Bug fixes

  • #126 Added an attempted bugfix for a browser activation issue

Don't miss a new finicky release

NewReleases is sending notifications on new releases.