- Fix issue #61 - Settings window won't open on Linux
- Support editor shortcuts on non-darwin systems
- Add ability to toggle output
- Add update option to menu
- Fix issue #69 - multiple declarations cause syntaxerror
- Fix issue #68 - Caching problem?
- Fix issue #66 - Quitting from macOS doc causes error
- Fix issue #58 - console formatting bug
- Divide preference options into tabbed sections
- Add ability to choose font options
- Log NPM errors
- Fix issue #55 - quirky handling of string outputs
- Fix issue #54 - exception ordering issue
- Fix issue #52 - missing exception outputs
- Fix issue #50 - User defined window properties persisted
- Fix issue #14 - extra line-break at the end of output
- Fix line-number misalignment
- Fix issue #48 - Babel stacktrace bug
- Add preference option for loop protection
- Set Working Directory now allows for importing local files
- Add shortcut for installing Node packages
- Add new window for viewing transpiled output
- Add preference option for holistic evaluation
- Add preference option to show undefined values in output
- Fix issue #51 - incorrect syntax highlighting for strings
- Fix issue #8 - dialog is hidden in vim command mode
- Fix issue #26 - setInterval keeps running
- Fix issue introduced in 1.2.3 that prevented the app quitting
- Guard against long running loops - fixing #42 and #6
- Fix issue #47 function declarations are remembered between executions
- Fix issue #44 cmd+w should not quit the app
- Fix issue #36 path is sometimes undefined
- Implement enhancement #15 zooming should increase font size
- Prevent autoeval on start if autoeval is disabled
- Improve error messages for syntax issues
- Fix issue #37 bug in handling async..await
- Add support for installing Node packages
- Upgraded Electron to version 4.0.0
- Handle calls to
alertandconfirm - Improved handling for
console.log - Added support for auto-closing brackets
- Fixed an issue with variables declared within brackets
- Improved support for TypeScript