1
+ ## v0.3.3
2
+
3
+ * allow more flexible categories by @frrad
4
+ * change params type to ` Option<Param> ` @frrad
5
+
6
+ ## v0.3.2
7
+
8
+ * adds additional tracing by @shmuga
9
+ * removes test_mode parameter by @shmuga
10
+
11
+ ## v0.3.1
12
+
13
+ * pipe handling by @aymanbagabas
14
+ * Improve README by @xiaoxiae
15
+
1
16
## v0.3.0
2
17
3
- + Upgrade reqwest to async mode
4
- + Format code using clippy
18
+ * Upgrade reqwest to async mode
19
+ * Format code using clippy
5
20
6
21
## v0.2.23
7
22
8
- + support color display
23
+ * support color display
9
24
10
25
## v0.2.22
11
- + Fixed the cache can't update with new added problems
26
+ * Fixed the cache can't update with new added problems
12
27
13
- + Display user friendly errors when pick/edit new added problem.
28
+ * Display user friendly errors when pick/edit new added problem.
14
29
15
- + upgrade pyo3
30
+ * upgrade pyo3
16
31
17
- + fix leetcode list with empty cache
32
+ * fix leetcode list with empty cache
18
33
19
34
## v0.2.21
20
35
21
- + Make programmable support to be an advanced feature
36
+ * Make programmable support to be an advanced feature
22
37
23
38
## v0.2.20
24
39
25
- + Support sup/sub style for numbers
40
+ * Support sup/sub style for numbers
26
41
27
42
## v0.2.19
28
- + Better HTML!
43
+ * Better HTML!
29
44
30
45
## v0.2.18
31
- + Display stdout for test and execute commands, fix minor spacing in results displayed
46
+ * Display stdout for test and execute commands, fix minor spacing in results displayed
32
47
33
- + Fix panic on ` pick ` command without cache
48
+ * Fix panic on ` pick ` command without cache
34
49
35
50
## v0.2.17
36
51
Fix panic on stat command with zero numbers
@@ -42,7 +57,7 @@ Update versions of diesel and reqwest
42
57
Allow for custom testcases with the ` leetcode test ` command, and some minor edits
43
58
44
59
## v0.2.14
45
- Corrects file suffixes for c++ and c# files
60
+ Corrects file suffixes for c** and c# files
46
61
47
62
## v0.2.13
48
63
fix percent length panic
0 commit comments