- Add "Run as Node debug" (node --debug-brk command line) in menu
- Switch from NodeConnection to NodeDomain and remove Server sent Events as transportation
- Add option for adding V8 flags (#39)
- Listen on host defined in config (#38)
- Add option for disabling autoscrolling (#35)
- Use
WorkspaceManager
to avoid deprication messages (#34)
- Use project directory if no file is selected
- Allow install packages as devDependencies
- Remove wrong newlines in terminal
- Scroll content with logs
- Fixed a bug with unselected document
- Trim strings for validation
- Use Preferences API instead of localStorage
- Fix zombie processes (#16)
- Add API version testing
- Fix broken npm install dialog
- Quote module path
- Autofocus input inside install and command dialog
- Added function to rerun the last command
- Show command in terminal's title
- Added command execution
- Removed unused dependencies
- Encode cwd to make it URI safe
- Added note about internal error
- Start versioning