File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ Display version information.
398
398
Short:
399
399
400
400
$ leetcode version
401
- 2.1.1
401
+ 2.2.0
402
402
403
403
Verbose:
404
404
@@ -408,7 +408,7 @@ Verbose:
408
408
| | ___ ___| |_ ___ ___ __| | ___
409
409
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
410
410
| | __/ __/ |_ (__| (_) | (_| | __/
411
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.1.1
411
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.0
412
412
413
413
[Environment]
414
414
Node v8.1.4
Original file line number Diff line number Diff line change 2
2
layout : default
3
3
title : Release Notes
4
4
---
5
+ # 2.2.0
6
+
7
+ * ` config `
8
+ * add new `config` command to manage user configs.
9
+ * try to save user from manually editing config file (~/.lcconfig).
10
+ * start to use new json config format. (NOTE: not compatible with old format!)
11
+ * ` show `
12
+ * print suppoerted language list.
13
+ * add Release Notes page.
14
+ * remove several legacy hacks.
15
+
5
16
# 2.1.1
6
17
* ` show `
7
18
* add `-e` option to open editor for coding.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leetcode-cli" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"description" : " A cli tool to enjoy leetcode!" ,
5
5
"preferGlobal" : " true" ,
6
6
"bin" : {
33
33
"ansi-styles" : " 3.2.0" ,
34
34
"cheerio" : " 0.20.0" ,
35
35
"he" : " 1.1.1" ,
36
- "nconf" : " ^ 0.10.0" ,
36
+ "nconf" : " 0.10.0" ,
37
37
"prompt" : " 1.0.0" ,
38
38
"request" : " 2.83.0" ,
39
39
"sprintf-js" : " 1.1.1" ,
You can’t perform that action at this time.
0 commit comments