8000 Prepare for 0.15.3 (#408) · chemshi/vscode-leetcode@bbf6712 · GitHub
[go: up one dir, main page]

Skip to content

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 bbf6712

Browse files
authored
Prepare for 0.15.3 (LeetCode-OpenSource#408)
1 parent 71d9ec9 commit bbf6712

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
## [0.15.3]
7+
### Added
8+
- Support `Pick One` [#263](https://github.com/jdneo/vscode-leetcode/issues/263)
9+
- Support toggling the favorite problems [#378](https://github.com/jdneo/vscode-leetcode/issues/378)
10+
11+
### Changed
12+
- Update the activity bar icon [#395](https://github.com/jdneo/vscode-leetcode/issues/263)
13+
14+
### Fixed
15+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.3+is%3Aclosed+label%3Abug)
16+
617
## [0.15.2]
718
### Added
819
- Prompt to open the workspace for LeetCode [#130](https://github.com/jdneo/vscode-leetcode/issues/130)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.15.2",
5+
"version": "0.15.3",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",

0 commit comments

Comments
 (0)
0