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+
116## v0.3.0
217
3- + Upgrade reqwest to async mode
4- + Format code using clippy
18+ * Upgrade reqwest to async mode
19+ * Format code using clippy
520
621## v0.2.23
722
8- + support color display
23+ * support color display
924
1025## 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
1227
13- + Display user friendly errors when pick/edit new added problem.
28+ * Display user friendly errors when pick/edit new added problem.
1429
15- + upgrade pyo3
30+ * upgrade pyo3
1631
17- + fix leetcode list with empty cache
32+ * fix leetcode list with empty cache
1833
1934## v0.2.21
2035
21- + Make programmable support to be an advanced feature
36+ * Make programmable support to be an advanced feature
2237
2338## v0.2.20
2439
25- + Support sup/sub style for numbers
40+ * Support sup/sub style for numbers
2641
2742## v0.2.19
28- + Better HTML!
43+ * Better HTML!
2944
3045## 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
3247
33- + Fix panic on ` pick ` command without cache
48+ * Fix panic on ` pick ` command without cache
3449
3550## v0.2.17
3651Fix panic on stat command with zero numbers
@@ -42,7 +57,7 @@ Update versions of diesel and reqwest
4257Allow for custom testcases with the ` leetcode test ` command, and some minor edits
4358
4459## v0.2.14
45- Corrects file suffixes for c++ and c# files
60+ Corrects file suffixes for c** and c# files
4661
4762## v0.2.13
4863fix percent length panic
0 commit comments