Skip to content

Commit

Permalink
Bump to 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wang <[email protected]>
  • Loading branch information
skygragon committed Jan 2, 2018
1 parent 0787a2b commit 5f10210
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Display version information.
Short:

$ leetcode version
2.3.0
2.4.0

Verbose:

Expand All @@ -408,7 +408,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.3.0
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.4.0

[Environment]
Node v8.1.4
Expand Down
20 changes: 20 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ layout: default
title: Release Notes
---

# 2.4.0

* only supports node's version >= 4.
* Refactor folder structure:
* now `~/.lc/` would be the only folder used by leetcode-cli.
* move lcconfig file to `~/.lc/`.
* move cache files to `~/.lc/cache/`.
* `config`
* fix string value parsing error.
* `list`
* show tag/lang badges in `-x` output.
* `show`
* add `-q` `-t` options to filter random questions.
* `stat`
* enhance output of `-g` option.
* enhance output on windows.
* add `-c` option to display calendar stat of how many AC-ed questions per day.
* add `--no-lock` option to filter out locked questions.
* add `-q` `-t` options to filter questions stat.

# 2.3.0

* `plugin`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leetcode-cli",
"version": "2.3.0",
"version": "2.4.0",
"description": "A cli tool to enjoy leetcode!",
"preferGlobal": "true",
"engines": {
Expand Down

0 comments on commit 5f10210

Please sign in to comment.