Note
The suggested event syntax has changed from
KEY command #@event_name
to
KEY command #event: event_name
What's Changed
- Don't execute empty command by @verygoodlee in #44
- Support for string array command syntax in JSON configuration file by @verygoodlee in #45
- Handle canceled singal by @natural-harmonia-gropius #50
- Move array like command to string converter to constructor by @natural-harmonia-gropius in #52
- Add missed input command prefix by @verygoodlee in #55
- Only bind supported events by @Mark-Joy and @tylandercasper in #53
- Make options.prefix support multiple values by @natural-harmonia-gropius in d1ff3f7
New Contributors
- @verygoodlee made their first contribution in #44
Full Changelog: V1.2.1...v1.3