- removed menu items from file tree
- fixed issues with special characters in linux shell commands
- fixed issues with : in commands
- fixed issues with multiple project folders
- fixed bugs causing package to crash while executing
- removed configuration via atom settings
- changed how package looks for configuration file
- fixed issues with behavior of notification panel
- added 'suppress panel' setting
- panel will automatically hide after specified timeout if no errors were generates
- Removed output from stdout, kept output from stderr
- Removed panel header
- Added auto scrolling
- added batch commands for folders
- only one panel is now displayed
- removed fake options from menus
- configuration moved to save-commands.json
- commands now executed in sequence one after another
- using win-spawn for better command output
- added cwd config option
- Fixed path error for top-level project files
- relPath, absPath and relPathNoRoot now contain trailing separator
- added sep and relFullPath command options
- panel timeout moved out of the child process callback
- added better config description
- updated Readme.md
- added panel timeout duration to config
- added better handling of malformed configuration
- added newline support for output panels
- Fixed error when no commands are configured