Skip to content

Commit 5b7a584

Browse files
authored
Prepare 0.11.0 (#150)
1 parent 06e33d2 commit 5b7a584

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

ACKNOWLEDGEMENTS.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ A big thanks to the following individuals for contributing:
88
- [@Vigilans](https://github.com/Vigilans) for contributing [#94](https://github.com/jdneo/vscode-leetcode/pull/94)
99
- [@ringcrl](https://github.com/ringcrl) for contributing [#123](https://github.com/jdneo/vscode-leetcode/pull/123)
1010
- [@pujiaxun](https://github.com/pujiaxun) for contributing [#143](https://github.com/jdneo/vscode-leetcode/pull/143)
11+
- [@edvardchen](https://github.com/edvardchen) for contributing [#147](https://github.com/jdneo/vscode-leetcode/pull/147)
12+
- [@poppinlp](https://github.com/poppinlp) for contributing [#149](https://github.com/jdneo/vscode-leetcode/pull/149)

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

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

6-
## [Unreleased]
6+
## [0.11.0]
77
## Added
88
- Add new setting: `leetcode.outputFolder` to customize the sub-directory to save the files generated by 'Show Problem' [#119](https://github.com/jdneo/vscode-leetcode/issues/119)
99
- Add tooltips for sub-category nodes in LeetCode Explorer [#143](https://github.com/jdneo/vscode-leetcode/pull/143)
1010

11+
## Changed
12+
- Now when triggering 'Show Problem', the extension will not generate a new file if it already exists [#59](https://github.com/jdneo/vscode-leetcode/issues/59)
13+
14+
## Fixed
15+
- Log in timeout when proxy is enabled [#117](https://github.com/jdneo/vscode-leetcode/issues/117)
16+
1117
## [0.10.2]
1218
## Fixed
1319
- Test cases cannot have double quotes [#60](https://github.com/jdneo/vscode-leetcode/issues/60)

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode",
33
"displayName": "LeetCode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.10.2",
5+
"version": "0.11.0",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",

0 commit comments

Comments
 (0)