Skip to content

Finicky 3.3.0 - System info API, More opening application info

Compare
Choose a tag to compare
@johnste johnste released this 30 Jan 10:53
· 53 commits to master since this release

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