Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith13 committed Feb 5, 2017
1 parent ceaaf90 commit 7abcbbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ All notable changes to the "wandbox-vscode" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.0.4 - 2017-02-05
### Changed
- Show Compilers command: grouping Compilers by language.
- DOC: Added available languages to description for search in marketplace.
- DOC: Added link to Wandbox API Reference in Show Commands section at README.

## 1.0.3 - 2017-02-04
### Fixed
- Fixed crash some command when show a extension detail.
- Reset Settings command: Remove the trash at the end of the title.

### Changed
- DOC: Added available languages in Features section at README
- DOC: Added available languages in Features section at README.

## 1.0.2 - 2017-02-04
### Changed
Expand Down
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": "wandbox-vscode",
"description": "wandbox(compile & run & share service) client for VSCode. Available languages: Bash script, C, C#, C++, CoffeeScript, CPP, D, Elixir, Erlang, Groovy, Haskell, Java, JavaScript, Lazy K, Lisp, Lua, Pascal, Perl, PHP, Python, Rill, Ruby, Rust, Scala, SQL, Swift, Vim script",
"icon": "images/wandhex.128.png",
"version": "1.0.3",
"version": "1.0.4",
"publisher": "wraith13",
"license": "LICENSE_1_0.txt",
"engines": {
Expand Down

0 comments on commit 7abcbbb

Please sign in to comment.