Skip to content

Commit b15f4f8

Browse files
authored
Prepare for 0.10.2 (#125)
1 parent 1e0e9dd commit b15f4f8

File tree

3 files changed

+52
-48
lines changed

3 files changed

+52
-48
lines changed

CHANGELOG.md

+28-24
Original file line numberDiff line numberDiff line change
@@ -3,95 +3,99 @@ 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.10.2]
7+
## Fixed
8+
- Test cases cannot have double quotes [#60](https://github.com/jdneo/vscode-leetcode/issues/60)
9+
610
## [0.10.1]
711
## Changed
812
- Refine the README page.
913

1014
## [0.10.0]
1115
## Added
12-
- Add an extension setting to hide solved problems ([#95](https://github.com/jdneo/vscode-leetcode/issues/95))
13-
- Support categorize problems by company, tag, difficulty and favorite ([#67](https://github.com/jdneo/vscode-leetcode/issues/67))
16+
- Add an extension setting to hide solved problems [#95](https://github.com/jdneo/vscode-leetcode/issues/95)
17+
- Support categorize problems by company, tag, difficulty and favorite [#67](https://github.com/jdneo/vscode-leetcode/issues/67)
1418

1519
## [0.9.0]
1620
### Changed
17-
- Improve the experience of switching endpoint ([#85](https://github.com/jdneo/vscode-leetcode/issues/85))
18-
- Use web view to show the result page ([#76](https://github.com/jdneo/vscode-leetcode/issues/76))
21+
- Improve the experience of switching endpoint [#85](https://github.com/jdneo/vscode-leetcode/issues/85)
22+
- Use web view to show the result page [#76](https://github.com/jdneo/vscode-leetcode/issues/76)
1923

2024

2125
## [0.8.2]
2226
### Added
2327
- Add Code Lens for submitting the answer to LeetCode
2428

2529
### Fixed
26-
- Fix the bug that the extension could not automatically sign in ([#72](https://github.com/jdneo/vscode-leetcode/issues/72))
30+
- Fix the bug that the extension could not automatically sign in [#72](https://github.com/jdneo/vscode-leetcode/issues/72)
2731

2832
## [0.8.1]
2933
### Changed
3034
- Upgrade LeetCode CLI to v2.6.1
3135

3236
## [0.8.0]
3337
### Added
34-
- Support LeetCode CN ([#50](https://github.com/jdneo/vscode-leetcode/issues/50))
35-
- Support Windows Subsystem for Linux ([#47](https://github.com/jdneo/vscode-leetcode/issues/47))
38+
- Support LeetCode CN [#50](https://github.com/jdneo/vscode-leetcode/issues/50)
39+
- Support Windows Subsystem for Linux [#47](https://github.com/jdneo/vscode-leetcode/issues/47)
3640

3741
## [0.7.0]
3842
### Added
39-
- Add spinner when submitting code ([#43](https://github.com/jdneo/vscode-leetcode/issues/43))
43+
- Add spinner when submitting code [#43](https://github.com/jdneo/vscode-leetcode/issues/43)
4044

4145
## [0.6.1]
4246
### Added
43-
- Add Sign in action into LeetCode Explorer title area ([#25](https://github.com/jdneo/vscode-leetcode/issues/25))
47+
- Add Sign in action into LeetCode Explorer title area [#25](https://github.com/jdneo/vscode-leetcode/issues/25)
4448

4549
## [0.6.0]
4650
### Changed
47-
- Move LeetCode explorer into activity bar ([#39](https://github.com/jdneo/vscode-leetcode/issues/39))
51+
- Move LeetCode explorer into activity bar [#39](https://github.com/jdneo/vscode-leetcode/issues/39)
4852

4953
### Added
50-
- Support trigger test & submit in the editor ([#37](https://github.com/jdneo/vscode-leetcode/issues/37))
54+
- Support trigger test & submit in the editor [#37](https://github.com/jdneo/vscode-leetcode/issues/37)
5155

5256
### Fixed
53-
- Fix the bug that cannot show problem ([#41](https://github.com/jdneo/vscode-leetcode/issues/41))
57+
- Fix the bug that cannot show problem [#41](https://github.com/jdneo/vscode-leetcode/issues/41)
5458

5559
## [0.5.1]
5660
### Fixed
57-
- Fix the bug when user's path contains white spaces ([#34](https://github.com/jdneo/vscode-leetcode/issues/34))
61+
- Fix the bug when user's path contains white spaces [#34](https://github.com/jdneo/vscode-leetcode/issues/34)
5862

5963
## [0.5.0]
6064
### Added
6165
- Support submit and test solution files from the file explorer in VS Code ([#24](https://github.com/jdneo/vscode-leetcode/issues/24), [#26](https://github.com/jdneo/vscode-leetcode/issues/26))
6266

6367
## [0.4.0]
6468
### Added
65-
- Support locked problem ([#20](https://github.com/jdneo/vscode-leetcode/issues/20))
69+
- Support locked problem [#20](https://github.com/jdneo/vscode-leetcode/issues/20)
6670

6771
### Changed
68-
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' ([#18](https://github.com/jdneo/vscode-leetcode/issues/18))
69-
- Will automatically save current file when 'LeetCode: Test' command is triggered ([#17](https://github.com/jdneo/vscode-leetcode/issues/17))
72+
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' [#18](https://github.com/jdneo/vscode-leetcode/issues/18)
73+
- Will automatically save current file when 'LeetCode: Test' command is triggered [#17](https://github.com/jdneo/vscode-leetcode/issues/17)
7074

7175
## [0.3.0]
7276
### Added
73-
- Test current solution file ([#15](https://github.com/jdneo/vscode-leetcode/issues/15))
77+
- Test current solution file [#15](https://github.com/jdneo/vscode-leetcode/issues/15)
7478

7579
## [0.2.1]
7680
### Fixed
77-
- Fix the wrong icon bug in LeetCode Explorer ([#9](https://github.com/jdneo/vscode-leetcode/issues/9))
78-
- Fix the switch session bug when login session is expired ([#12](https://github.com/jdneo/vscode-leetcode/issues/12))
81+
- Fix the wrong icon bug in LeetCode Explorer [#9](https://github.com/jdneo/vscode-leetcode/issues/9)
82+
- Fix the switch session bug when login session is expired [#12](https://github.com/jdneo/vscode-leetcode/issues/12)
7983

8084
## [0.2.0]
8185
### Added
82-
- Support setting the default language to solve problems ([#5](https://github.com/jdneo/vscode-leetcode/issues/5))
86+
- Support setting the default language to solve problems [#5](https://github.com/jdneo/vscode-leetcode/issues/5)
8387

8488
### Fixed
85-
- When user cancels login, no further actions will happen ([#10](https://github.com/jdneo/vscode-leetcode/issues/10))
89+
- When user cancels login, no further actions will happen [#10](https://github.com/jdneo/vscode-leetcode/issues/10)
8690

8791
## [0.1.2]
8892
### Fixed
89-
- Fix the duplicated nodes in LeetCode Explorer bug ([#6](https://github.com/jdneo/vscode-leetcode/issues/6))
93+
- Fix the duplicated nodes in LeetCode Explorer bug [#6](https://github.com/jdneo/vscode-leetcode/issues/6)
9094

9195
## [0.1.1]
9296
### Fixed
93-
- Fix a bug in LeetCode Explorer ([#3](https://github.com/jdneo/vscode-leetcode/issues/3))
94-
- Remove the show problem command from command palette ([#4](https://github.com/jdneo/vscode-leetcode/issues/4))
97+
- Fix a bug in LeetCode Explorer [#3](https://github.com/jdneo/vscode-leetcode/issues/3)
98+
- Remove the show problem command from command palette [#4](https://github.com/jdneo/vscode-leetcode/issues/4)
9599

96100
## [0.1.0]
97101
### Added

package-lock.json

+23-23
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.1",
5+
"version": "0.10.2",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",

0 commit comments

Comments
 (0)