From 7abcbbbcc246a099c3cb712b9d8b9358e10448b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=93=E5=8C=96=E5=B8=AB?= Date: Sun, 5 Feb 2017 17:19:17 +0900 Subject: [PATCH] v1.0.4 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d22aab..5b512fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 8a5935a..e210a0f 100644 --- a/package.json +++ b/package.json @@ -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": {