- Supports sending the current app's bundle id to the provider script. Now we execute the provider script with
./provider.script [input] --bundle-id [bundle_id]. - Supports the new item type: Execute. Now the provider script can return the execute item:
{"type": "execute", "label":"Execute something", "args":["--execute", "some_arg"]}. When the item is selected, Tip will invoke: `./provider....