* Add app id matching for buttons
* Hide MT button from control strip when touch bar is empty
Co-authored-by: Wiktor Latanowicz <wiktor@latanowicz.com>
Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
* 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
* WIP Implementation of up next widget
* Seperated button view and event source logic
* Adjusted default parameters
* Added the ability to view multiple events
* Added ability to click touchbar item and go to calendar
* renamed nthEvent to maxToShow and changed default
* Updated CFBundleVersion
* Renamed UpNext class and fix ups
* Added "autoResize" property (same functionality as dock)
* Added EKEventStore listener to reduce perfomance impact
* Log cleanup
* Made button blue for current/past events
* Added handling of unauthorised access to calendar
* Updated README
Added explanation for missing parameters (background, title and image)
* 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
* Implemented custom swipe actions
Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
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