|
| 1 | +## v0.4.1 |
| 2 | + |
| 3 | +- Search problems by name |
| 4 | +- Re-enable chrome plugin |
| 5 | + |
1 | 6 | ## v0.3.3 |
2 | 7 |
|
3 | | -* allow more flexible categories by @frrad |
4 | | -* change params type to `Option<Param>` @frrad |
| 8 | +- allow more flexible categories by @frrad |
| 9 | +- change params type to `Option<Param>` @frrad |
5 | 10 |
|
6 | 11 | ## v0.3.2 |
7 | 12 |
|
8 | | -* adds additional tracing by @shmuga |
9 | | -* removes test_mode parameter by @shmuga |
| 13 | +- adds additional tracing by @shmuga |
| 14 | +- removes test_mode parameter by @shmuga |
10 | 15 |
|
11 | 16 | ## v0.3.1 |
12 | 17 |
|
13 | | -* pipe handling by @aymanbagabas |
14 | | -* Improve README by @xiaoxiae |
| 18 | +- pipe handling by @aymanbagabas |
| 19 | +- Improve README by @xiaoxiae |
15 | 20 |
|
16 | 21 | ## v0.3.0 |
17 | 22 |
|
18 | | -* Upgrade reqwest to async mode |
19 | | -* Format code using clippy |
| 23 | +- Upgrade reqwest to async mode |
| 24 | +- Format code using clippy |
20 | 25 |
|
21 | 26 | ## v0.2.23 |
22 | 27 |
|
23 | | -* support color display |
| 28 | +- support color display |
24 | 29 |
|
25 | 30 | ## v0.2.22 |
26 | | -* Fixed the cache can't update with new added problems |
27 | 31 |
|
28 | | -* Display user friendly errors when pick/edit new added problem. |
| 32 | +- Fixed the cache can't update with new added problems |
29 | 33 |
|
30 | | -* upgrade pyo3 |
| 34 | +- Display user friendly errors when pick/edit new added problem. |
31 | 35 |
|
32 | | -* fix leetcode list with empty cache |
| 36 | +- upgrade pyo3 |
| 37 | + |
| 38 | +- fix leetcode list with empty cache |
33 | 39 |
|
34 | 40 | ## v0.2.21 |
35 | 41 |
|
36 | | -* Make programmable support to be an advanced feature |
| 42 | +- Make programmable support to be an advanced feature |
37 | 43 |
|
38 | 44 | ## v0.2.20 |
39 | 45 |
|
40 | | -* Support sup/sub style for numbers |
| 46 | +- Support sup/sub style for numbers |
41 | 47 |
|
42 | 48 | ## v0.2.19 |
43 | | -* Better HTML! |
| 49 | + |
| 50 | +- Better HTML! |
44 | 51 |
|
45 | 52 | ## v0.2.18 |
46 | | -* Display stdout for test and execute commands, fix minor spacing in results displayed |
47 | 53 |
|
48 | | -* Fix panic on `pick` command without cache |
| 54 | +- Display stdout for test and execute commands, fix minor spacing in results displayed |
| 55 | + |
| 56 | +- Fix panic on `pick` command without cache |
49 | 57 |
|
50 | 58 | ## v0.2.17 |
51 | | -Fix panic on stat command with zero numbers |
| 59 | + |
| 60 | +Fix panic on stat command with zero numbers |
52 | 61 |
|
53 | 62 | ## v0.2.16 |
| 63 | + |
54 | 64 | Update versions of diesel and reqwest |
55 | 65 |
|
56 | 66 | ## v0.2.15 |
| 67 | + |
57 | 68 | Allow for custom testcases with the `leetcode test` command, and some minor edits |
58 | 69 |
|
59 | 70 | ## v0.2.14 |
60 | | -Corrects file suffixes for c** and c# files |
| 71 | + |
| 72 | +Corrects file suffixes for c\*\* and c# files |
61 | 73 |
|
62 | 74 | ## v0.2.13 |
| 75 | + |
63 | 76 | fix percent length panic |
64 | 77 |
|
65 | 78 | ## v0.2.12 |
| 79 | + |
66 | 80 | fix gt || ge || lt || le |
67 | 81 |
|
68 | 82 | ## v0.2.11 |
| 83 | + |
69 | 84 | added code 14 and transfered `&#ge;`、`&#le` and `'`. |
70 | 85 |
|
71 | 86 | ## v0.2.10 |
| 87 | + |
72 | 88 | add code 15 |
73 | 89 |
|
74 | 90 | ## v0.2.9 |
| 91 | + |
75 | 92 | update ac status after submit successfully |
76 | 93 |
|
77 | 94 | ## v0.2.8 |
| 95 | + |
78 | 96 | show last testcases |
79 | 97 |
|
80 | 98 | ## v0.2.7 |
| 99 | + |
81 | 100 | fixed float bug in result |
82 | 101 |
|
83 | 102 | ## v0.2.6 |
| 103 | + |
84 | 104 | sync config while change current lang |
85 | 105 |
|
86 | 106 | ## v0.2.5 |
| 107 | + |
87 | 108 | update local cache when submission status changes |
88 | 109 |
|
89 | 110 | ## v0.2.4 |
| 111 | + |
90 | 112 | auto fetch question while exec `edit` directly. |
91 | 113 |
|
92 | 114 | ## v0.2.3 |
| 115 | + |
93 | 116 | Programmable leetcode-cli |
94 | 117 |
|
95 | 118 | ## v0.2.2 |
| 119 | + |
96 | 120 | 1. optimize logs |
97 | 121 | 2. add tag filter |
98 | 122 | 3. sync configs |
99 | 123 |
|
100 | 124 | ## v0.2.1 |
| 125 | + |
101 | 126 | 1. fix cookies error handling |
102 | 127 | 2. dismiss all `unwrap`, `expect` and `panic` |
103 | 128 | 3. add cookie configs |
104 | 129 |
|
105 | 130 | ## v0.2.0 |
| 131 | + |
106 | 132 | 1. Add Linux Support |
107 | 133 |
|
108 | 134 | ## v0.1.9 |
| 135 | + |
109 | 136 | 1. release submit command |
110 | 137 | 2. deserialize json using outter funcs |
111 | 138 |
|
112 | 139 | ## v0.1.8 |
| 140 | + |
113 | 141 | 1. pack mod exports |
114 | 142 | 2. add edit command |
115 | 143 | 3. add test command |
116 | 144 |
|
117 | 145 | ## v0.1.7 |
| 146 | + |
118 | 147 | render html in command-line, and `pick` command |
119 | 148 |
|
120 | 149 | ## v0.1.6 |
| 150 | + |
121 | 151 | complete `stat` command |
122 | 152 |
|
123 | 153 | ## v0.1.5 |
| 154 | + |
124 | 155 | complete `cache` command |
125 | 156 |
|
126 | 157 | ## v0.1.3 |
| 158 | + |
127 | 159 | complete `list` command |
128 | 160 |
|
129 | 161 | ## v0.1.2 |
| 162 | + |
130 | 163 | abstract data cache |
131 | 164 |
|
132 | 165 | ## v0.1.1 |
| 166 | + |
133 | 167 | add list command |
134 | 168 |
|
135 | 169 | ## v0.1.0 |
| 170 | + |
136 | 171 | chrome cookie |
0 commit comments