Finicky 2.4.0 - Open application by path
New features:
- You can now start browsers by file path: e.g.
/Applications/Slack.app
. Useful when you have multiple apps share the same name or bundle id. Big thanks to @ldub for adding this feature! - Finicky now checks for new versions on startup. You can disable this by adding the
options.checkForUpdate: false
in your config. - The console window now displays log messages with the latest message at the bottom of the window.
- There is a now 'clean console' button in the console window
Note:
- The feature to open up incognito windows in Chrome from the 2.3 alpha did not make it into this release.
- Finicky now listens to
finicky://
andfinickys://
urls, which enables using finicky directly from other apps. This could enable browser extensions to use finicky directly. - Thanks to @erkekin for some refactoring and updating tests