- Fix commas in example settings in README.md (thanks to Toliak)
- Add task result indicator
- Use github license file
- Allow global tasks to be triggered
- Fix markdown linter errors in CHANGELOG.md and README.md
- Add license
- Reset delay on re-trigger
- Clarify task configuration in README.md
- Add support for a delay before triggering tasks
- Allow exclude globs to be used
- Add support for showing a status bar item allowing the extension to be enabled/disabled.
- Support multiple workspaces
- Add note to README.md describing which 'tasks' are triggered.
- Handle multiple file saves
- Add output channel for logging
- Allow overriding of the selected task
- Allow stopping of the currently running task
- Fix uri check when expanding ${workspaceFolder}
- Use full path when matching absolute globs
- Fix restart mechanism
- Allow env variables and ${workspaceFolder} substitution in globs
- Show busy indicator on status bar
v# v0.2.1 - 2018-09-23
- Simplify restart mechanism
- Major rewrite to use the new task API
- Change default setting for restarting tasks to off
- Add note that multiple workspaces can't work
- Add (long overdue) support for multiple workspaces
- Show error if tasks.json is not valid
- Add support for tasks.json format 2.0 (thanks to clintmod)
- Use relative paths for matching (contributed by LiuYue)
- Add commands for enable/disable/toggle which can be bound to keys (suggested by Bill Denton)
- Fix link to repo
- Fix version history
- Remove message indicating running task
- Fix dependencies
- Fix icon
- Initial release