- Added terminal execution and 'runInTerminal' setting (defaults to false).
- Updated readme to remove global gulp install comment (no code changes).
- Changed gulp install discovery to include project 'node_modules/.bin' path.
- Changed file searching to be case insensitive.
- Added a config option to specify an exact gulp file to load.
- Added output message when loading of gulp tasks fails.
- Added restart button to start/stop long running tasks in one action.
- Refined navigation icons.
- Added wildcard discovery for gulpfile.js (e.g. gulpfile.babel.js).
- Added configuration to specify discovery directory.
- Added configuration to exclude directories during discovery (e.g. node_modules).
- Added exclusion for discovery in 'bower_components' folder.
- Improved discovery efficiency by returning immediately if a gulpfile.js is found in the workspace root.
- Another publish after last was a disaster....apologies for any issues, seems my noob status got in the way.
- Added gulp messages to output window
- Updated discovery of gulpfile.js to include workspace child folders
- Added better displaying of process output messages
- Added support to terminate long running tasks (i.e. gulp.watch)
- Changes needed for publishing (no functional changes)
- Initial release