Skip to content

Commit 0161d07

Browse files
committed
Update release notes
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent 793b843 commit 0161d07

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

public/docs/release-notes.md

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

4+
<i class="fa fa-tag"></i> 2.2.0 Diploderma swinhonis <i class="fa fa-clock-o"></i> 2020-07-20
5+
---
6+
7+
<div style="text-align: center; margin-bottom: 1em;">
8+
<img src="https://i.imgur.com/P1HXrhw.jpg" width="600">
9+
<small style="display: block;">Diploderma swinhonis</small>
10+
</div>
11+
12+
> Diploderma swinhonis, also known as the Taiwan japalure, Swinhoe's japalure, and Swinhoe's tree lizard, is a species of lizard in the family Agamidae. The species is endemic to Taiwan.
13+
> \- Wikipedia [Diploderma swinhonis](https://en.wikipedia.org/wiki/Diploderma_swinhonis)
14+
15+
In this release, we've added some Markdown renderer plugins, including fretboard guitar, Mindmap, and CSV. We believe the simplicity and the extensibility of markdown can bring more possibilities to you and your workflow. So let's find out more about what we can do with markdown. :100:
16+
17+
We also fixed a long-lasting issue: CodiMD cannot be hosted under URL subpath perfectly. Check PR [#1551](https://github.com/hackmdio/codimd/pull/1551) for details.
18+
19+
Last but not least, we start standarizing CodiMD API. We drafted [`List my notes`](https://github.com/hackmdio/codimd/pull/1548) API in this release. Stay tuned. :person_in_lotus_position:
20+
21+
Here are some highlights from this release:
22+
23+
- [Fretboard Guitar tab renderer](#Fretboard-Guitar-tab-renderer)
24+
- [Mindmap rendrer](#Mindmap)
25+
- [Image Lightbox](#Image-Lightbox-Support)
26+
- [CSV renderer](#Render-csv-codeblock-as-table)
27+
28+
[Check out the complete release note][v2_2_0]. Thank you CodiMD community and all our contributors. ❤️
29+
30+
[v2_2_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_2_0
31+
32+
### Enhancements
33+
34+
- Use array for tags when available
35+
- Replace btn-social with btn-login-method
36+
- Set html image meta tag with YAML metadata
37+
- List my note API
38+
39+
### Fixes
40+
41+
- Update Simplified Chinese translation and fix typography
42+
- Fix webpack urlpath font loading error
43+
44+
45+
46+
<i class="fa fa-tag"></i> 2.1.0 Zhangixalus prasinatus <i class="fa fa-clock-o"></i> 2020-05-18
47+
---
48+
49+
<div style="text-align: center; margin-bottom: 1em;">
50+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Rhacophorus_prasinatus.jpg/640px-Rhacophorus_prasinatus.jpg" width="450">
51+
<small style="display: block;">Zhangixalus prasinatus</small>
52+
</div>
53+
54+
> Zhangixalus prasinatus is a species of frog in the family Rhacophoridae endemic to northern Taiwan. It is the largest tree frog in Taiwan; females can reach 7 cm (2.8 in) in snout-vent length. It is known from Taipei, Yilan, and Taoyuan.
55+
> \- Wikipedia [Zhangixalus prasinatus](https://en.wikipedia.org/wiki/Zhangixalus_prasinatus)
56+
57+
During this hard time of COVID-19, it's a pleasure to help people collaborate better with CodiMD. We hope the world will recover from this situation soon. :sunrise:
58+
59+
Good news, we have some goodies for CodiMD including:
60+
61+
- [Support Prometheus metrics](https://hackmd.io/@codimd/v2_1_0#Support-Prometheus-metrics)
62+
- [Cut docker image size by 57%](https://hackmd.io/@codimd/v2_1_0#Cut-docker-image-size-by-57)
63+
- [Drop Node 8 Support](https://hackmd.io/@codimd/v2_1_0#Drop-Node-8-Support)
64+
65+
[Check out the complete release note][v2_1_0]. Thank you CodiMD community and all our contributors. ❤️
66+
67+
[v2_1_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_1_0
68+
69+
### Enhancements
70+
71+
- Optimize module size
72+
- Support brace wrapped param in fence lang
73+
- Upgrade Node.JS version to 10.20.1
74+
75+
### Fixes
76+
77+
- Fix getStatus caused "TypeError: Converting circular structure to JSON"
78+
79+
480
<i class="fa fa-tag"></i> 2.0.1 Urocissa caerulea <i class="fa fa-clock-o"></i> 2020-04-09
581
---
682

0 commit comments

Comments
 (0)