Skip to content

Commit d1b4b26

Browse files
committed
Update release notes
Signed-off-by: Yukai Huang <[email protected]>
1 parent 4d02711 commit d1b4b26

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

public/docs/release-notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 2.3.0 Isoetes taiwanensis <i class="fa fa-clock-o"></i> 2020-12-30
5+
---
6+
7+
<div style="text-align: center; margin-bottom: 1em;">
8+
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4a/%E5%8F%B0%E7%81%A3%E6%B0%B4%E9%9F%AD.JPG" width="600">
9+
<small style="display: block;">Isoetes taiwanensis</small>
10+
</div>
11+
12+
> Isoetes taiwanensis is a species of plant in the family Isoetaceae. It is endemic to Taiwan, and the only species of quillwort there. As other quillworts, it is relatively small, with erect leaves 7–24 cm (2.8–9.4 in) long. It grows submersed in shallow ponds for most of the year. IUCN considers it critically endangered because of habitat loss.
13+
> \- Wikipedia [Isoetes taiwanensis](https://en.wikipedia.org/wiki/Isoetes_taiwanensis)
14+
15+
In this release, we focus on polishing existing features, fixing bugs and patching security issues.
16+
17+
We continue to expand the APIs. CodiMD now supports ["Update note's content" and "delete note"](https://github.com/hackmdio/codimd/pull/1559) RESTful APIs. Thanks for the great works from [@JamesCamel](https://github.com/JamesCamel) :heart_eyes:
18+
19+
We also fix several XSS security issues, including [mermaid](https://github.com/hackmdio/codimd/pull/1633), [vega](https://github.com/hackmdio/codimd/pull/1637) and [image lightbox](https://github.com/hackmdio/codimd/pull/1632). We appreciate the security report from [@msrkp](https://github.com/@msrkp), [@Alemmi](https://github.com/Alemmi), and [@nename0
20+
](https://github.com/nename0).
21+
22+
This is the last release before the end of this year.
23+
Merry Christmas to everyone! Let's look forward and see you in the next year. :tada:
24+
25+
[Check out the complete release note][v2_3_0]. Thank you CodiMD community and all our contributors. ❤️
26+
27+
[v2_3_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_3_0
28+
29+
### Enhancements
30+
31+
- Fretboard improvements
32+
- Update and delete note api
33+
- Allow Sequelize CLI to use options set in config.json
34+
- Allow specifying option for graphviz
35+
- Spellcheck: add en_GB dictionary
36+
37+
### Fixes
38+
39+
- Fix ui-edit and ui-both buttons in night mode
40+
- Don't run jsonlint on .vscode jsonc files
41+
- Fix image lightbox xss issue
42+
- Fix mermaid xss issue
43+
- Check upload image mime type
44+
- Vega syntax XSS dependencies
45+
446
<i class="fa fa-tag"></i> 2.2.0 Diploderma swinhonis <i class="fa fa-clock-o"></i> 2020-07-20
547
---
648

0 commit comments

Comments
 (0)