Skip to content

Commit 9c479dd

Browse files
authored
Merge branch 'master' into release-2.1.0
2 parents 54ab0a0 + e29422f commit 9c479dd

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

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.0.0",
3+
"version": "2.0.1",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"keywords": [
66
"Collaborative",

public/docs/release-notes.md

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

4+
<i class="fa fa-tag"></i> 2.0.1 Urocissa caerulea <i class="fa fa-clock-o"></i> 2020-04-09
5+
---
6+
7+
[CodiMD 2.0.1](https://github.com/hackmdio/codimd/releases/tag/2.0.1) is a minor release fixing bugs introduced in 2.0.0 and earlier versions along with some enhancements. We encourage everyone to upgrade to 2.0.1 now. See how things are going on [GitHub](https://github.com/hackmdio/codimd/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+milestone%3ANext). Stay tuned and healthy, and we hope you love it!
8+
9+
10+
### Enhancements
11+
12+
- Allow inline markdown in spoiler summary syntax
13+
- Improve visibility of some UI elements
14+
- Support avatar for OAuth users
15+
16+
### Fixes
17+
18+
- Fix to add missing configs in docker secret
19+
- Fix not able to upload image using imgur
20+
- Fix to improve version checker behavior
21+
- Fix Wikipedia link in 2.0.0 release notes
22+
- Fix require path for minio
23+
- Fix check for creating free url notes
24+
25+
[Check out the complete release note][v2_0_1]. Thank you CodiMD community and all our contributors. ❤️
26+
27+
[v2_0_1]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_0_1
28+
429
<i class="fa fa-tag"></i> 2.0.0 Urocissa caerulea <i class="fa fa-clock-o"></i> 2020-03-02
530
---
631

0 commit comments

Comments
 (0)