Skip to content

Commit

Permalink
chore: Prepare for 0.14.1 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Apr 27, 2019
1 parent 0109197 commit bcaac0a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A big thanks to the following individuals for contributing:
- [@purocean](https://github.com/purocean) for contributing [#46](https://github.com/jdneo/vscode-leetcode/pull/46)
- [@Xeonacid](https://github.com/Xeonacid) for contributing [#58](https://github.com/jdneo/vscode-leetcode/pull/58).
- [@Himself65](https://github.com/Himself65) for contributing [#61](https://github.com/jdneo/vscode-leetcode/pull/61)
- [@Vigilans](https://github.com/Vigilans) for contributing [#94](https://github.com/jdneo/vscode-leetcode/pull/94), [#193](https://github.com/jdneo/vscode-leetcode/pull/193), [#224](https://github.com/jdneo/vscode-leetcode/pull/224), [#232](https://github.com/jdneo/vscode-leetcode/pull/232), [#235](https://github.com/jdneo/vscode-leetcode/pull/235), [#249](https://github.com/jdneo/vscode-leetcode/pull/249), [#255](https://github.com/jdneo/vscode-leetcode/pull/255), [#256](https://github.com/jdneo/vscode-leetcode/pull/256), [#257](https://github.com/jdneo/vscode-leetcode/pull/257), [#260](https://github.com/jdneo/vscode-leetcode/pull/260), [#270](https://github.com/jdneo/vscode-leetcode/pull/270), [#271](https://github.com/jdneo/vscode-leetcode/pull/271), [#277](https://github.com/jdneo/vscode-leetcode/pull/277), [#278](https://github.com/jdneo/vscode-leetcode/pull/278),
- [@Vigilans](https://github.com/Vigilans) for contributing [#94](https://github.com/jdneo/vscode-leetcode/pull/94), [#193](https://github.com/jdneo/vscode-leetcode/pull/193), [#224](https://github.com/jdneo/vscode-leetcode/pull/224), [#232](https://github.com/jdneo/vscode-leetcode/pull/232), [#235](https://github.com/jdneo/vscode-leetcode/pull/235), [#249](https://github.com/jdneo/vscode-leetcode/pull/249), [#255](https://github.com/jdneo/vscode-leetcode/pull/255), [#256](https://github.com/jdneo/vscode-leetcode/pull/256), [#257](https://github.com/jdneo/vscode-leetcode/pull/257), [#260](https://github.com/jdneo/vscode-leetcode/pull/260), [#270](https://github.com/jdneo/vscode-leetcode/pull/270), [#271](https://github.com/jdneo/vscode-leetcode/pull/271), [#277](https://github.com/jdneo/vscode-leetcode/pull/277), [#278](https://github.com/jdneo/vscode-leetcode/pull/278), [#289](https://github.com/jdneo/vscode-leetcode/pull/289)
- [@ringcrl](https://github.com/ringcrl) for contributing [#123](https://github.com/jdneo/vscode-leetcode/pull/123)
- [@pujiaxun](https://github.com/pujiaxun) for contributing [#143](https://github.com/jdneo/vscode-leetcode/pull/143)
- [@edvardchen](https://github.com/edvardchen) for contributing [#147](https://github.com/jdneo/vscode-leetcode/pull/147)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.

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

## [0.14.1]
## Added
- Add setting `leetcode.showCommentDescription` to specify whether including the problem description in comments or not [#287](https://github.com/jdneo/vscode-leetcode/issues/287)

## [0.14.0]
## Added
- Add setting `leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor [#146](https://github.com/jdneo/vscode-leetcode/issues/146)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

> Note: If no folder is opened in VS Code, the extension will save the problem files in **$HOME/.leetcode/**.
> You can specify whether including the problem description in comments or not by updating the setting `leetcode.showCommentDescription`.
> You can switch the default language by triggering the command: `LeetCode: Switch Default Language`.
---
Expand Down
2 changes: 2 additions & 0 deletions docs/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

> 注意:若当前 VS Code 没有已打开的文件夹,则生成的题目文件会存储于 **$HOME/.leetcode/** 目录下。
> 注意:你可以通过更新配置项 `leetcode.showCommentDescription` 来指定是否要在注释中包含题目描述。
> 注意:你可以通过 `LeetCode: Switch Default Language` 命令变更答题时默认使用编程语言。
---
Expand Down
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 @@ -2,7 +2,7 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.14.0",
"version": "0.14.1",
"author": "Sheng Chen",
"publisher": "shengchen",
"license": "MIT",
Expand Down

0 comments on commit bcaac0a

Please sign in to comment.