You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-24
Original file line number
Diff line number
Diff line change
@@ -3,95 +3,99 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
5
6
+
## [0.10.2]
7
+
## Fixed
8
+
- Test cases cannot have double quotes [#60](https://github.com/jdneo/vscode-leetcode/issues/60)
9
+
6
10
## [0.10.1]
7
11
## Changed
8
12
- Refine the README page.
9
13
10
14
## [0.10.0]
11
15
## 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)
14
18
15
19
## [0.9.0]
16
20
### 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)
19
23
20
24
21
25
## [0.8.2]
22
26
### Added
23
27
- Add Code Lens for submitting the answer to LeetCode
24
28
25
29
### 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)
27
31
28
32
## [0.8.1]
29
33
### Changed
30
34
- Upgrade LeetCode CLI to v2.6.1
31
35
32
36
## [0.8.0]
33
37
### 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)
36
40
37
41
## [0.7.0]
38
42
### 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)
40
44
41
45
## [0.6.1]
42
46
### 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)
44
48
45
49
## [0.6.0]
46
50
### 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)
48
52
49
53
### 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)
51
55
52
56
### 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)
54
58
55
59
## [0.5.1]
56
60
### 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)
58
62
59
63
## [0.5.0]
60
64
### Added
61
65
- 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))
62
66
63
67
## [0.4.0]
64
68
### 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)
66
70
67
71
### 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)
70
74
71
75
## [0.3.0]
72
76
### 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)
74
78
75
79
## [0.2.1]
76
80
### 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)
79
83
80
84
## [0.2.0]
81
85
### 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)
83
87
84
88
### 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)
86
90
87
91
## [0.1.2]
88
92
### 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)
90
94
91
95
## [0.1.1]
92
96
### 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)
0 commit comments