File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 10
10
</ style >
11
11
< center >
12
12
< a href ="./install " class ="btn btn-clear "> Installation</ a >
13
+ < a href ="./releases " class ="btn btn-clear "> Release Notes</ a >
13
14
< a href ="./demo.html " class ="btn btn-clear "> Showcases</ a >
14
15
< a href ="./commands " class ="btn btn-clear "> Commands</ a >
15
16
< a href ="./advanced " class ="btn btn-clear "> Advanced Tips</ a >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Release Notes
4
+ ---
5
+ # 2.1.1
6
+ * ` show `
7
+ * add `-e` option to open editor for coding.
8
+ * add `-c` option to display source code only.
9
+ * remove legacy `-t` `-d` options.
10
+ * fix bad alignment in colorful output.
11
+ * ` list `
12
+ * enhance `-t` option to support multiple tags, e.g. `leetcode list -t google -t array`
13
+ * support latest `company` plugin to filter questions by tags like `array` or `dynamic programming`
14
+ * config
15
+ * add `EDITOR` to set default editor.
16
+ * fix ` --no-color ` bug.
17
+
18
+
19
+ # 2.1.0
20
+ * ` show `
21
+ * fix "unknown language" error due to recent API changes on leetcode.com.
22
+ * add `kotlin` language.
23
+ * ` cache `
24
+ * remove `-a` option, now `leetcode cache -d` will directly clear all cache.
25
+ * add keyword match, e.g. `leetcode cache 537` will only show the cache for question 537.
26
+ * update most libray depedencies.
You can’t perform that action at this time.
0 commit comments