Skip to content

Commit

Permalink
Opgrade to 1.1.0. Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt035343 committed Aug 13, 2019
1 parent 0b5ec4b commit a8dc0ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@ The extension has not been tested on MacOS and Linux.

## Release Notes

### 1.1.0

Added features:
- Added single-line execution. Place the caret on a code line and execute it without selecting any text.

### 1.0.0

First stable version.
- Added automatic opening of Scala interpreter
- Added shortcut to execute Scala code in interpreter

Added features:
- Added automatic opening of Scala interpreter.
- Added shortcut to execute Scala code in interpreter.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Interactive Scala",
"description": "Run Scala code snippets by a click on a button!",
"publisher": "alssys",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/matt035343/interactive-scala",
"icon": "img/icon.png",
"license": "MIT",
Expand Down

0 comments on commit a8dc0ff

Please sign in to comment.