File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-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.2.1
401+ 2.3.0
402402
403403Verbose:
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
Original file line number Diff line number Diff line change 22layout : default
33title : 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.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments