Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit 5f10210

Browse files
Bump to 2.4.0
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 0787a2b commit 5f10210

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

‎docs/commands.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Display version information.
398398
Short:
399399

400400
$ leetcode version
401-
2.3.0
401+
2.4.0
402402

403403
Verbose:
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

‎docs/releases.md‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ layout: default
33
title: 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`

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /