Skip to content

Commit

Permalink
Update readme. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Jul 17, 2017
1 parent c0e6e36 commit 304105f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.7.1

Fixes the links to the images in README.md.

# Version 0.7.0

Adds embedded nREPL functionality – no need to connect manually anymore.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ will start and connect to nREPL and enjoy :-)

* Code completion

![Code completion example](https://github.com/avli/clojureVSCode/blob/master/images/code%20completion%20example.png)
![Code completion example](https://github.com/avli/clojureVSCode/raw/master/images/code%20completion%20example.png)

* Code navigation

![Code navigationtion example](https://github.com/avli/clojureVSCode/blob/master/images/code%20navigation%20example.png)
![Code navigationtion example](https://github.com/avli/clojureVSCode/raw/master/images/code%20navigation%20example.png)

* Interaction with REPL
* Showing documentation on hover
* Function signatures

![Code completion example](https://github.com/avli/clojureVSCode/blob/master/images/function%20signature%20example.png)
![Code completion example](https://github.com/avli/clojureVSCode/raw/master/images/function%20signature%20example.png)

## Features That Are not Supported (But Nice to Have)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clojure",
"displayName": "Clojure",
"description": "Clojure nREPL support for Visual Studio Code",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down

0 comments on commit 304105f

Please sign in to comment.