File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ Display version information.
398398Short:
399399
400400 $ leetcode version
401- 2.3 .0
401+ 2.4 .0
402402
403403Verbose:
404404
@@ -408,7 +408,7 @@ Verbose:
408408 | | ___ ___| |_ ___ ___ __| | ___
409409 | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
410410 | | __/ __/ |_ (__| (_) | (_| | __/
411- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.3 .0
411+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.4 .0
412412
413413 [Environment]
414414 Node v8.1.4
Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ layout: default
33title : Release Notes
44---
55
6+ # 2.4.0
7+
8+ * only supports node's version >= 4.
9+ * Refactor folder structure:
10+ * now `~/.lc/` would be the only folder used by leetcode-cli.
11+ * move lcconfig file to `~/.lc/`.
12+ * move cache files to `~/.lc/cache/`.
13+ * ` config `
14+ * fix string value parsing error.
15+ * ` list `
16+ * show tag/lang badges in `-x` output.
17+ * ` show `
18+ * add `-q` `-t` options to filter random questions.
19+ * ` stat `
20+ * enhance output of `-g` option.
21+ * enhance output on windows.
22+ * add `-c` option to display calendar stat of how many AC-ed questions per day.
23+ * add `--no-lock` option to filter out locked questions.
24+ * add `-q` `-t` options to filter questions stat.
25+
626# 2.3.0
727
828* ` plugin `
Original file line number Diff line number Diff line change 11{
22 "name" : " leetcode-cli" ,
3- "version" : " 2.3 .0" ,
3+ "version" : " 2.4 .0" ,
44 "description" : " A cli tool to enjoy leetcode!" ,
55 "preferGlobal" : " true" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments