From 782d87f5e398c7abd9fc21566d15dcb8e92a48ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=93=E5=8C=96=E5=B8=AB?= Date: Fri, 3 Mar 2017 01:22:12 +0900 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cfa1a..214fe18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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. +## 2.1.0 - 2017-03-03 +### Added +- Added `Wandbox: Show History` command. +- Added `Wandbox: Clear History` command. +- Added `wandbox.maxHistorySize` setting. + + ## 2.0.1 - 2017-02-28 ### Fixed - Fixed issue that additionals dosen't work. diff --git a/package.json b/package.json index 3531645..a293e0c 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, Apple Swift, Vim script", "icon": "images/wandhex.128.png", - "version": "2.0.1", + "version": "2.1.0", "publisher": "wraith13", "license": "SEE LICENSE IN LICENSE_1_0.txt", "engines": {