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
+289Lines changed: 289 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Change Log
2
2
All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
+
# 1.0.17
5
+
更新了 imports.py
6
+
4
7
# "version": "1.0.5"
5
8
修改了解析文本的获取方式,不需要将描述放在代码注释中了。
6
9
# "version": "1.0.6",
@@ -25,3 +28,289 @@ All notable changes to the "leetcode" extension will be documented in this file.
25
28
更新了 imports.py random fix
26
29
# 1.0.16
27
30
更新了 Optional[TreeNode]
31
+
32
+
33
+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
34
+
35
+
## [0.18.0]
36
+
### Added
37
+
- Add `star` command in shortcuts [PR#601](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/601)
38
+
- Add an option to disable endpoint translation [#389](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/389)
39
+
40
+
### Changed
41
+
- LeetCode actions are moved into sub-menu: `LeetCode` in the editor context menu. [PR#712](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/712)
- Add TypeScript support [#560](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/560)
49
+
50
+
### Changed
51
+
- Update the UI resources [PR#561](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/561)
52
+
53
+
## [0.16.2]
54
+
### Added
55
+
- New Category: `Concurrency`[CLI#42](https://github.com/leetcode-tools/leetcode-cli/pull/42)
56
+
- New configuration to better configure how to show the description [#310](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/310)
57
+
58
+
### Removed
59
+
- Removed the deprecated setting `leetcode.enableShortcuts`[PR#520](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/520)
60
+
- Removed the deprecated setting `leetcode.outputFolder`[PR#521](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/521)
61
+
62
+
## [0.16.1]
63
+
### Added
64
+
- Can show the problem in current workspace even if it's not a LeetCode workspace [#373](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/373)
- Support GitHub login and LinkedIn login [PR#496](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/496)
72
+
73
+
## [0.15.8]
74
+
### Added
75
+
- Add a new command `Sign In by Cookie` to workaround the issue that [users cannot login to LeetCode](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/478). Please check the [workaround steps](https://github.com/LeetCode-OpenSource/vscode-leetcode/tree/master#%EF%B8%8F-attention-%EF%B8%8F--workaround-to-login-to-leetcode-endpoint) for more details!
76
+
77
+
### Changed
78
+
- Update the explorer icons to be align with the VS Code design [#460](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/460)
- Add a new setting `leetcode.filePath`. Now users can use this setting to dynamicly specify the relative folder name and file name. [#PR380](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/380)
101
+
102
+
### Fixed
103
+
- Missing language `Rust` in the supported language list. [#PR412](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/412)
104
+
- Cannot show output when the answer is wrong. [#414](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/414)
105
+
106
+
## [0.15.3]
107
+
### Added
108
+
- Support `Pick One`[#263](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/263)
109
+
- Support toggling the favorite problems [#378](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/378)
110
+
111
+
### Changed
112
+
- Update the activity bar icon [#395](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/263)
- Add setting `leetcode.showCommentDescription` to specify whether including the problem description in comments or not [#287](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/287)
156
+
157
+
## [0.14.0]
158
+
### Added
159
+
- Add setting `leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor [#146](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/146)
160
+
- Add `Like` and `Dislike` counts in the problem description [#267](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/267)
161
+
162
+
### Changed
163
+
- Improve the `Preview`, `Result` and `Solution` views
- Fix the bug that the extension cannot be activated
171
+
172
+
## [0.13.2]
173
+
### Added
174
+
- Add a setting `leetcode.enableStatusBar` to specify whether the LeetCode status bar will be shown or not [#156](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/156)
175
+
- Add a setting `leetcode.nodePath` to specify the `Node.js` executable path [#227](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/227)
176
+
177
+
### Changed
178
+
- Update the activity bar icon, See: [#225](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/225)
- Add new command `LeetCode: Switch Default Language` to support switching the default language [#115](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/115)
199
+
- Support `PHP` and `Rust` ([#83](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/83), [#103](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/103))
200
+
201
+
### Fixed
202
+
- Cannot retrieve time and memory result [#105](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/105)
203
+
- Power operator displays in a wrong way [#74](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/74)
204
+
205
+
## [0.11.0]
206
+
### Added
207
+
- Add new setting: `leetcode.outputFolder` to customize the sub-directory to save the files generated by 'Show Problem' [#119](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/119)
208
+
- Add tooltips for sub-category nodes in LeetCode Explorer [#143](https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/143)
209
+
210
+
### Changed
211
+
- Now when triggering 'Show Problem', the extension will not generate a new file if it already exists [#59](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/59)
212
+
213
+
### Fixed
214
+
- Log in timeout when proxy is enabled [#117](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/117)
215
+
216
+
## [0.10.2]
217
+
### Fixed
218
+
- Test cases cannot have double quotes [#60](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/60)
219
+
220
+
## [0.10.1]
221
+
### Changed
222
+
- Refine the README page.
223
+
224
+
## [0.10.0]
225
+
### Added
226
+
- Add an extension setting to hide solved problems [#95](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/95)
227
+
- Support categorize problems by company, tag, difficulty and favorite [#67](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/67)
228
+
229
+
## [0.9.0]
230
+
### Changed
231
+
- Improve the experience of switching endpoint [#85](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/85)
232
+
- Use web view to show the result page [#76](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/76)
233
+
234
+
235
+
## [0.8.2]
236
+
### Added
237
+
- Add Code Lens for submitting the answer to LeetCode
238
+
239
+
### Fixed
240
+
- Fix the bug that the extension could not automatically sign in [#72](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/72)
241
+
242
+
## [0.8.1]
243
+
### Changed
244
+
- Upgrade LeetCode CLI to v2.6.1
245
+
246
+
## [0.8.0]
247
+
### Added
248
+
- Support LeetCode CN [#50](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/50)
249
+
- Support Windows Subsystem for Linux [#47](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/47)
250
+
251
+
## [0.7.0]
252
+
### Added
253
+
- Add spinner when submitting code [#43](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/43)
254
+
255
+
## [0.6.1]
256
+
### Added
257
+
- Add Sign in action into LeetCode Explorer title area [#25](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/25)
258
+
259
+
## [0.6.0]
260
+
### Changed
261
+
- Move LeetCode explorer into activity bar [#39](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/39)
262
+
263
+
### Added
264
+
- Support trigger test & submit in the editor [#37](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/37)
265
+
266
+
### Fixed
267
+
- Fix the bug that cannot show problem [#41](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/41)
268
+
269
+
## [0.5.1]
270
+
### Fixed
271
+
- Fix the bug when user's path contains white spaces [#34](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/34)
272
+
273
+
## [0.5.0]
274
+
### Added
275
+
- Support submit and test solution files from the file explorer in VS Code ([#24](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/24), [#26](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/26))
276
+
277
+
## [0.4.0]
278
+
### Added
279
+
- Support locked problem [#20](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/20)
280
+
281
+
### Changed
282
+
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' [#18](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/18)
283
+
- Will automatically save current file when 'LeetCode: Test' command is triggered [#17](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/17)
284
+
285
+
## [0.3.0]
286
+
### Added
287
+
- Test current solution file [#15](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/15)
288
+
289
+
## [0.2.1]
290
+
### Fixed
291
+
- Fix the wrong icon bug in LeetCode Explorer [#9](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/9)
292
+
- Fix the switch session bug when login session is expired [#12](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/12)
293
+
294
+
## [0.2.0]
295
+
### Added
296
+
- Support setting the default language to solve problems [#5](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/5)
297
+
298
+
### Fixed
299
+
- When user cancels login, no further actions will happen [#10](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/10)
300
+
301
+
## [0.1.2]
302
+
### Fixed
303
+
- Fix the duplicated nodes in LeetCode Explorer bug [#6](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/6)
304
+
305
+
## [0.1.1]
306
+
### Fixed
307
+
- Fix a bug in LeetCode Explorer [#3](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/3)
308
+
- Remove the show problem command from command palette [#4](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/4)
0 commit comments