From 7d3931db3dbf022246076b11070087df1067a838 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sat, 14 Dec 2019 00:12:11 +0800 Subject: [PATCH 1/2] Bump version to 1.4.1 Signed-off-by: Yukai Huang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0babc740..6c82bfc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codimd", - "version": "1.4.0", + "version": "1.4.1", "description": "Realtime collaborative markdown notes on all platforms.", "keywords": [ "Collaborative", From 520853387ad2116a568d9b5ed088b664ea0ba960 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sat, 14 Dec 2019 00:12:37 +0800 Subject: [PATCH 2/2] Update 1.4.1 release note Signed-off-by: Yukai Huang --- public/docs/release-notes.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 63d746e3..547fc582 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,27 @@ Release Notes === + 1.4.1 2019-12-13 +--- + +[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! + +### Fixes + +- Fix urlpath in webpack build +- Fix mysql not bundled in package.json +- Fix minio image uploading +- Fix pcheck not parsed url correctly +- Fix manage_users script + +### Enhancement + +- Added Scalingo compatible deployment + +[Check out the complete release note][v1_4_1]. Thank you CodiMD community and all our contributors. ❤️ + +[v1_4_1]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv1_4_1 + 1.4.0 Syrmaticus mikado 2019-11-11 --- @@ -20,7 +41,7 @@ It has been over 200+ commits since our last release. These are the highlights f - [New Emoji sets][new-emoji] - [Slide mode plugins][slide-mode-plugins]: Elapsed time bar and Spotlight -[Go read the complete release note here][v1_4_0]. Thank you CodiMD community and all our contributors. ❤️ +[Check out the complete release note][v1_4_0]. Thank you CodiMD community and all our contributors. ❤️ [table-tools]: https://hackmd.io/@codimd/v1_4_0#New-Table-Tools [markdownlint]: https://hackmd.io/@codimd/v1_4_0#Markdownlint-integration