Skip to content

Commit 99b3e8c

Browse files
committed
[Pages] add release notes.
Signed-off-by: Eric Wang <[email protected]>
1 parent d497728 commit 99b3e8c

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Diff for: docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</style>
1111
<center>
1212
<a href="./install" class="btn btn-clear">Installation</a>
13+
<a href="./releases" class="btn btn-clear">Release Notes</a>
1314
<a href="./demo.html" class="btn btn-clear">Showcases</a>
1415
<a href="./commands" class="btn btn-clear">Commands</a>
1516
<a href="./advanced" class="btn btn-clear">Advanced Tips</a>

Diff for: docs/releases.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

0 commit comments

Comments
 (0)