- Add Racket support
- Add Forth support
- Fixed scrolling with output
- Updates keyboard shortcuts for running in Windows
- TODO...
- Add D support
- Add Rust support
- Fix broken ANSI/HTML escaping #238
- Turn on colored diagnostics for the C language family
- Remove a unused import from script.less
- Add temporary file support
- Enhance PHP selection based runner
- Add the ability to unescape HTML output (configuration option)
- Add total execution time to output (configuration option)
- Update Shell Script grammar name
- Update PowerShell runner to support files with whitespace in the name
- Add Sass support
- Add SCSS support
- Update the LiveScript command to
lsc
vs.livescript
. Since v1.1.0lsc
was previously available as an alias and now the official command to run code.
- Add SML support
- Add the OperatingSystem grammar utils for platform specific run code
- Add Mac OS X specific C, C++, Objective-C, and Objective-C++ file based runs
- Incidental release -- no new changes
- Rename "Line Based runs" to "Line Number Based runs"
- Add Batch support
- Update LiveScript to use newer grammar mapping
- Fix Swift against Xcode Beta 5
- Add LilyPond support
- Add "Ruby on Rails" support
- Add Makefile support
- Now handling shebangs!
- Add Swift support
- Add PowerShell support
- The escape key will now close the script output pane
- More tests, because this project definitely needs more tests
- Support for MoonScript
- Added line based support
- Updated a few BDD/TDD grammars with line based support
- Improved selection support by correcting the line numbers
- Travis CI and specs added
- Added LiveScript support
- Keybindings for Linux and Windows!
- Almost made shift-enter a keybinding for running code
- Accept shift-enter as another keymap for run
- Added Scheme support (guile as default)
- Added AppleScript support
- Added IcedCoffeeScript support
- Added R support
- Use colored output for TDD related grammars by default
- Improved selection support
- Fixed copy paste in options dialog
- Added Behat support
- Allow for different commands per run-mode
- Massive CoffeeScript cleanups
- Saves file prior to run
- Support for RSpec (file based)
- Support for Gherkin/Cucumber (file based)
- Support for Literate CoffeeScript
- New drop down for argument, command, and current working directory choices
- Catch spawn errors, present debug information for the user
- Add Lua support
- Escape HTML output while still letting ANSI colors through (#80)
- Add PHP example
- Allow copying text from the terminal output.
- Added Julia support
- Added Erlang support (selection based)
- Added Groovy support
- Added Scala support
- Added file based Haskell support
- Escaped ANSI to HTML
- Added contributors to package.json
- Documentation patches
- Completely new UI
- Status indicators / icons for script run, stop, kill, complete
- Updated commands to kill process and dismiss script view
- Added close button for script view
- Added language support for Go, F#, newLisp