From db115bf5ed8af4ac14b5b9320d2cca29c240f9b1 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 6 Dec 2020 01:09:16 +0900 Subject: [PATCH] [ci skip] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5e392f..30ace2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +### Changed + +- Upgrade to [Marp Core v1.4.0](https://github.com/marp-team/marp-core/releases/v1.4.0) ([#186](https://github.com/marp-team/marp-vscode/pull/186)) + - Stopped the confusable auto-detection of syntax highlight for code block + - Added support for more emoji shorthands +- Upgrade to [Marp CLI v0.23.0](https://github.com/marp-team/marp-cli/releases/v0.23.0) ([#186](https://github.com/marp-team/marp-vscode/pull/186)) + - Export into PDF/image is working with Apple Silicon + - Auto-detection of Chromium browser for export has supported Microsoft Edge for Linux + - No longer required restarting VS Code after changing `markdown.marp.chromePath` configuration +- Upgrade development Node LTS to 14 ([#186](https://github.com/marp-team/marp-vscode/pull/186)) +- Upgrade dependent packages to the latest version ([#186](https://github.com/marp-team/marp-vscode/pull/186)) + ## v0.16.0 - 2020-10-19 ### Fixed