* Implement double tap and new actions array in config
* Update native widgets to use new actions parameter
* Refactor new actions parameter moving it to main definition
Renamed old action and longAction to legacy
* Fix tests
* Remove unused code
* Readd test for legacyAction
* Implement triple tap
* Add new actions explanation
* Add support for multiple actions and same trigger
* Implemented changable icons for AppleScriptTouchBarItem
AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme
* Fixed tests
Some tests started to fail after implementing alternativeIcons field for appleScriptBarItem
1. Have similar template brightness/space/volume/time
2. Volume buttons work but without visual a status in macos
3. Brightness don't work, but should :)
4. Time don't work
Soon will be:
1. Work time
2. Set in strip the app for popover
3. Need find how simulate real buttons for brightness and volume