From 5f10210d853895614516bb05aa24f2ecc9b32fc3 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Tue, 2 Jan 2018 10:39:56 +0800 Subject: [PATCH] Bump to 2.4.0 Signed-off-by: Eric Wang --- docs/commands.md | 4 ++-- docs/releases.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 7970f9e4..e3d702a0 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -398,7 +398,7 @@ Display version information. Short: $ leetcode version - 2.3.0 + 2.4.0 Verbose: @@ -408,7 +408,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.3.0 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.4.0 [Environment] Node v8.1.4 diff --git a/docs/releases.md b/docs/releases.md index 4fafa3ed..47469e7b 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -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` diff --git a/package.json b/package.json index 664421ab..a8072b24 100644 --- a/package.json +++ b/package.json @@ -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": {