File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Display version information.
465
465
Short:
466
466
467
467
$ leetcode version
468
- 2.5.0
468
+ 2.5.1
469
469
470
470
Verbose:
471
471
@@ -475,7 +475,7 @@ Verbose:
475
475
| | ___ ___| |_ ___ ___ __| | ___
476
476
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
477
477
| | __/ __/ |_ (__| (_) | (_| | __/
478
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.0
478
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.1
479
479
480
480
[Environment]
481
481
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.5.1
6
+
7
+ * auto install missing plugins after upgrade.
8
+ * use 16m colors if possible.
9
+ * enhance color output on windows.
10
+ * ` cache `
11
+ * fix issue that can't delete cache by name.
12
+ * ` session `
13
+ * fix issue if session name is a number.
14
+ * ` stat `
15
+ * use level weight in calendar view.
16
+
5
17
# 2.5.0
6
18
7
19
* add ` session ` command to manage coding sessions on leetcode.com.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leetcode-cli" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " A cli tool to enjoy leetcode!" ,
5
5
"preferGlobal" : " true" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments