8000 Prepare for 0.16.2 (#541) · Uangxin/vscode-leetcode@1835d07 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1835d07

Browse files
authored
Prepare for 0.16.2 (LeetCode-OpenSource#541)
1 parent bedd693 commit 1835d07

File tree

3 files changed

+81
-55
lines changed

3 files changed

+81
-55
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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+
## [0.16.2]
7+
### Added
8+
- New Category: `Concurrency` [CLI#42](https://github.com/leetcode-tools/leetcode-cli/pull/42)
9+
- New configuration to better configure how to show the description [#310](https://github.com/jdneo/vscode-leetcode/issues/310)
10+
11+
### Removed
12+
- Removed the deprecated setting `leetcode.enableShortcuts` [PR#520](https://github.com/jdneo/vscode-leetcode/pull/520)
13+
- Removed the deprecated setting `leetcode.outputFolder` [PR#521](https://github.com/jdneo/vscode-leetcode/pull/521)
14+
615
## [0.16.1]
716
### Added
817
- Can show the problem in current workspace even if it's not a LeetCode workspace [#373](https://github.com/jdneo/vscode-leetcode/issues/373)

package-lock.json

Lines changed: 70 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.16.1",
5+
"version": "0.16.2",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",
@@ -675,6 +675,6 @@
675675
"markdown-it": "^8.4.2",
676676
"require-from-string": "^2.0.2",
677677
"unescape-js": "^1.1.1",
678-
"vsc-leetcode-cli": "2.6.22"
678+
"vsc-leetcode-cli": "2.6.23"
679679
}
680680
}

0 commit comments

Comments
 (0)
0