- Realigned descriptions for output channel setting.
- Added custom argument configuration allowing extension to gulp commands.
- Added configuration to display the output channel at different stages of a command's execution.
- Added cwd argument value to gulp commands.
- Added ability to execute a task via double click.
- Fix for default filters in multi-root workspace.
- Update to display empty messages when no files or tasks.
- Removed legacy settings and default values.
- Added settings to control notifications when tasks are executed, terminated or restarted.
- Changed build filter to include icon files.
- Provides a new UI that supports multiple gulp files in a workspace.
- Added icons to indicate execution state of a task.
- Fixed process output for long running tasks (e.g. gulp.watch).
- Supports global and local installs of gulp.
- Includes workspace specific environmental variables for gulp processes.
- 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