8000 Bump to 2.3.0 · learning-content/leetcode-cli@1c47c6a · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 1c47c6a

Browse files
committed
Bump to 2.3.0
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 7ed01d8 commit 1c47c6a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-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.2.1
401+
2.3.0
402402

403403
Verbose:
404404

@@ -408,7 +408,7 @@ Verbose:
408408
| | ___ ___| |_ ___ ___ __| | ___
409409
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
410410
| | __/ __/ |_ (__| (_) | (_| | __/
411-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.1
411+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.3.0
412412

413413
[Environment]
414414
Node v8.1.4

docs/releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
layout: default
33
title: Release Notes
44
---
5+
6+
# 2.3.0
7+
8+
* `plugin`
9+
* only install necessary depedencies on specific platform.
10+
* add `-c` option to show plugin config.
11+
* support [cookie.chrome](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.chrome.md) plugin.
12+
* support [cookie.firefox](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.firefox.md) plugin.
13+
* docker
14+
* support running leetcode-cli as docker container for new user's tasting.
15+
* auto build docker image in Docker Hub.
16+
* UI
17+
* Add spinner message for long time running works.
18+
* Add logo and updte documents.
19+
520
# 2.2.1
621

722
* add commands aliases.

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.2.1",
3+
"version": "2.3.0",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"bin": {

0 commit comments

Comments
 (0)
0