|
2 | 2 | layout:default
|
3 | 3 | title:Release Notes
|
4 | 4 | ---
|
| 5 | +#2.5.0 |
| 6 | + |
| 7 | +* add`session` command to manage coding sessions on leetcode.com. |
| 8 | +* add more color themes. |
| 9 | +* molokai |
| 10 | +* solarized |
| 11 | +* solarized.light |
| 12 | +*`list` |
| 13 | +* fix id mismatch issue. |
| 14 | +*`show` |
| 15 | +* add`-o` option to specify output folder. |
| 16 | +* fix badge output in non-default color themes. |
| 17 | +*`stat` |
| 18 | +* calculate on AC-ed questions in calendar graph. |
| 19 | +*`test` |
| 20 | +* fix out-of-order output issue. |
5 | 21 |
|
6 | 22 | #2.4.0
|
7 | 23 |
|
8 | 24 | * only supports node's version >= 4.
|
9 | 25 | * Refactor folder structure:
|
10 |
| -* now `~/.lc/` would be the only folder used by leetcode-cli. |
11 |
| -* move lcconfig file to `~/.lc/`. |
12 |
| -* move cache files to `~/.lc/cache/`. |
| 26 | +* now`~/.lc/` would be the only folder used by leetcode-cli. |
| 27 | +* move lcconfig file to`~/.lc/`. |
| 28 | +* move cache files to`~/.lc/cache/`. |
13 | 29 | *`config`
|
14 |
| -* fix string value parsing error. |
| 30 | +* fix string value parsing error. |
15 | 31 | *`list`
|
16 |
| -* show tag/lang badges in `-x` output. |
| 32 | +* show tag/lang badges in`-x` output. |
17 | 33 | *`show`
|
18 |
| -* add `-q` `-t` options to filter random questions. |
| 34 | +* add`-q``-t` options to filter random questions. |
19 | 35 | *`stat`
|
20 |
| -* enhance output of `-g` option. |
21 |
| -* enhance output on windows. |
22 |
| -* add `-c` option to display calendar stat of how many AC-ed questions per day. |
23 |
| -* add `--no-lock` option to filter out locked questions. |
24 |
| -* add `-q` `-t` options to filter questions stat. |
| 36 | +* enhance output of`-g` option. |
| 37 | +* enhance output on windows. |
| 38 | +* add`-c` option to display calendar stat of how many AC-ed questions per day. |
| 39 | +* add`--no-lock` option to filter out locked questions. |
| 40 | +* add`-q``-t` options to filter questions stat. |
25 | 41 |
|
26 | 42 | #2.3.0
|
27 | 43 |
|
28 | 44 | *`plugin`
|
29 |
| -* only install necessary depedencies on specific platform. |
30 |
| -* add `-c` option to show plugin config. |
31 |
| -* support [cookie.chrome](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.chrome.md) plugin. |
32 |
| -* support [cookie.firefox](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.firefox.md) plugin. |
| 45 | +* only install necessary depedencies on specific platform. |
| 46 | +* add`-c` option to show plugin config. |
| 47 | +* support[cookie.chrome](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.chrome.md) plugin. |
| 48 | +* support[cookie.firefox](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.firefox.md) plugin. |
33 | 49 | * docker
|
34 |
| -* support running leetcode-cli as docker container for new user's tasting. |
35 |
| -* auto build docker image in Docker Hub. |
| 50 | +* support running leetcode-cli as docker container for new user's tasting. |
| 51 | +* auto build docker image in Docker Hub. |
36 | 52 | * UI
|
37 |
| -* Add spinner message for long time running works. |
| 53 | +* Add spinner message for long time running works. |
38 | 54 | * Add logo and updte documents.
|
39 | 55 |
|
40 | 56 | #2.2.1
|
41 | 57 |
|
42 | 58 | * add commands aliases.
|
43 | 59 | * enhance documents about install error on Ubuntu.
|
44 | 60 | *`config`
|
45 |
| -* fix wrong parsing on non-string value. |
| 61 | +* fix wrong parsing on non-string value. |
46 | 62 | *`plugin`
|
47 |
| -* fix bug when installing new npm modules. |
| 63 | +* fix bug when installing new npm modules. |
48 | 64 | *`show`
|
49 |
| -* use traditional `.py` for python3 filename. |
| 65 | +* use traditional`.py` for python3 filename. |
50 | 66 | *`submission`
|
51 |
| -* enhance recursive folder creation. |
| 67 | +* enhance recursive folder creation. |
52 | 68 |
|
53 | 69 | #2.2.0
|
54 | 70 |
|
55 | 71 | *`config`
|
56 |
| -* add new `config` command to manage user configs. |
57 |
| -* try to save user from manually editing config file (~/.lcconfig). |
58 |
| -* start to use new json config format. (NOTE: not compatible with old format!) |
| 72 | +* add new`config` command to manage user configs. |
| 73 | +* try to save user from manually editing config file (~/.lcconfig). |
| 74 | +* start to use new json config format. (NOTE: not compatible with old format!) |
59 | 75 | *`show`
|
60 |
| -* print suppoerted language list. |
| 76 | +* print suppoerted language list. |
61 | 77 | * add Release Notes page.
|
62 | 78 | * remove several legacy hacks.
|
63 | 79 |
|
64 | 80 | #2.1.1
|
65 | 81 | *`show`
|
66 |
| -* add `-e` option to open editor for coding. |
67 |
| -* add `-c` option to display source code only. |
68 |
| -* remove legacy `-t` `-d` options. |
69 |
| -* fix bad alignment in colorful output. |
| 82 | +* add`-e` option to open editor for coding. |
| 83 | +* add`-c` option to display source code only. |
| 84 | +* remove legacy`-t``-d` options. |
| 85 | +* fix bad alignment in colorful output. |
70 | 86 | *`list`
|
71 |
| -* enhance `-t` option to support multiple tags, e.g. `leetcode list -t google -t array` |
72 |
| -* support latest `company` plugin to filter questions by tags like `array` or `dynamic programming` |
| 87 | +* enhance`-t` option to support multiple tags, e.g.`leetcode list -t google -t array` |
| 88 | +* support latest`company` plugin to filter questions by tags like`array` or`dynamic programming` |
73 | 89 | * config
|
74 |
| -* add `EDITOR` to set default editor. |
| 90 | +* add`EDITOR` to set default editor. |
75 | 91 | * fix`--no-color` bug.
|
76 | 92 |
|
77 | 93 |
|
78 | 94 | #2.1.0
|
79 | 95 | *`show`
|
80 |
| -* fix "unknown language" error due to recent API changes on leetcode.com. |
81 |
| -* add `kotlin` language. |
| 96 | +* fix "unknown language" error due to recent API changes on leetcode.com. |
| 97 | +* add`kotlin` language. |
82 | 98 | *`cache`
|
83 |
| -* remove `-a` option, now `leetcode cache -d` will directly clear all cache. |
84 |
| -* add keyword match, e.g. `leetcode cache 537` will only show the cache for question 537. |
| 99 | +* remove`-a` option, now`leetcode cache -d` will directly clear all cache. |
| 100 | +* add keyword match, e.g.`leetcode cache 537` will only show the cache for question 537. |
85 | 101 | * update most libray depedencies.
|