Skip to content

Commit 0650179

Browse files
committed
Merge branch 'master' into develop
2 parents 4d02711 + 5967fef commit 0650179

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codimd",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"keywords": [
66
"Collaborative",

public/docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ We use [Papa Parse](https://www.papaparse.com/) for parsing csv. The parsing opt
248248

249249
### PDF
250250
**Caution: this might be blocked by your browser if not using an `https` URL.**
251-
{%pdf https://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks.pdf %}
251+
{%pdf https://www.w3.org/TR/WAI-WEBCONTENT/wai-pageauth.pdf %}
252252

253253
## MathJax
254254

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)