From 137e5dfb48850f9ea7d22ee6a9c961005985497a Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Mon, 11 Nov 2019 16:42:53 +0800 Subject: [PATCH 1/2] Update release note for 1.4.0 Signed-off-by: Yukai Huang --- public/docs/release-notes.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 1addf546..63d746e3 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,36 @@ Release Notes === + 1.4.0 Syrmaticus mikado 2019-11-11 +--- + +
+ +Mikado Pheasant, photo credits to Snowyowls from wikipedia +
+ +Starting from version 1.4.0, we'll pick one species from [_the endemic species of Taiwan_](https://en.wikipedia.org/wiki/List_of_endemic_species_of_Taiwan) as version name. Is there anyone still remember we've once used type of coffee as our version name? It's time to revive that good convention, but this time we don't need coffee to stay up all night. 💤 + +It has been over 200+ commits since our last release. These are the highlights from version 1.4.0: + +- [New table tools][table-tools] - Create table with auto-formatting and keyboard shortcut +- [Markdownlint integration][markdownlint] - Lint you markdown document +- [Support PlantUML, vega-lite renderer][more-renderers] - More renderers to come +- [Support spoiler container, ruby markdown syntax][more-syntax] +- [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. ❤️ + +[table-tools]: https://hackmd.io/@codimd/v1_4_0#New-Table-Tools +[markdownlint]: https://hackmd.io/@codimd/v1_4_0#Markdownlint-integration +[more-renderers]: https://hackmd.io/@codimd/v1_4_0#Support-2-new-render-engines-PlantUML-and-Vega-lite +[more-syntax]: https://hackmd.io/@codimd/v1_4_0#Suppport-2-New-markdown-syntax-Spoiler-and-Ruby +[new-emoji]: https://hackmd.io/@codimd/v1_4_0#New-emoji-sets +[slide-mode-plugins]: https://hackmd.io/@codimd/v1_4_0#Slide-mode-enhancement + +[v1_4_0]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv1_4_0 + 1.3.1 2019-03-23 00:00 --- From 2358dd2fa39772fdc5c6bf546b8d1aa27498e643 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Mon, 11 Nov 2019 16:58:06 +0800 Subject: [PATCH 2/2] Bump version to 1.4.0 Signed-off-by: Yukai Huang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4ed57a6..a2d5977b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codimd", - "version": "1.3.1", + "version": "1.4.0", "description": "Realtime collaborative markdown notes on all platforms.", "keywords": [ "Collaborative",