Skip to content

Commit 3f089c7

Browse files
committed
Merge branch 'master' into develop
2 parents b634ee2 + a5bb0d6 commit 3f089c7

File tree

2 files changed

+23
-2
lines changed

2 files changed

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

public/docs/release-notes.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 1.4.1 <i class="fa fa-clock-o"></i> 2019-12-13
5+
---
6+
7+
[CodiMD 1.4.1](https://github.com/hackmdio/codimd/releases/tag/1.4.1) is a minor release including bug fixes introduced in 1.4.0 and earlier versions. We encourage everyone to upgrade to 1.4.1 now. Also, we're preparing for the next major release, and you can 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 we hope you love it!
8+
9+
### Fixes
10+
11+
- Fix urlpath in webpack build
12+
- Fix mysql not bundled in package.json
13+
- Fix minio image uploading
14+
- Fix pcheck not parsed url correctly
15+
- Fix manage_users script
16+
17+
### Enhancement
18+
19+
- Added Scalingo compatible deployment
20+
21+
[Check out the complete release note][v1_4_1]. Thank you CodiMD community and all our contributors. ❤️
22+
23+
[v1_4_1]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv1_4_1
24+
425
<i class="fa fa-tag"></i> 1.4.0 Syrmaticus mikado <i class="fa fa-clock-o"></i> 2019-11-11
526
---
627

@@ -20,7 +41,7 @@ It has been over 200+ commits since our last release. These are the highlights f
2041
- [New Emoji sets][new-emoji]
2142
- [Slide mode plugins][slide-mode-plugins]: Elapsed time bar and Spotlight
2243

23-
[Go read the complete release note here][v1_4_0]. Thank you CodiMD community and all our contributors. ❤️
44+
[Check out the complete release note][v1_4_0]. Thank you CodiMD community and all our contributors. ❤️
2445

2546
[table-tools]: https://hackmd.io/@codimd/v1_4_0#New-Table-Tools
2647
[markdownlint]: https://hackmd.io/@codimd/v1_4_0#Markdownlint-integration

0 commit comments

Comments
 (0)