From 50cdaf31fe2d95ec6a12878d998d87df188a8b88 Mon Sep 17 00:00:00 2001 From: 0x219 Date: Tue, 20 Dec 2022 01:36:12 +0800 Subject: [PATCH] Release v2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f6a3a..e48a53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how > - 🚀 Performance > - 📝 Documentation +## [v2.0.0] (2022-12-20) + +### ✨ Feature + +- Support all themes of Github. +- Support copying of code blocks. +- Support localization. + +### 💥 Breaking + +- Refactored theme configuration. (There are now three options, Theme Mode, Light Theme, and Dark Theme) +- Deprecated the ability to sync editor themes. + +### 🚧 Maintenance + +- Update dependency @types/node to v18.11.17. +- Update dependency esbuild to v0.16.9. + ## [v1.2.0] (2022-12-14) ### ✨ Feature diff --git a/README.md b/README.md index 5f06ab4..09c660c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Please see the [VSCode Markdown Preview documentation](https://code.visualstudio - [Markdown Syntax Reference](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) - [Emoji Cheat Sheet](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md) +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=lzm0x219/vscode-markdown-github&type=Date)](https://star-history.com/#lzm0x219/vscode-markdown-github&Date) + ## License [MIT](./LICENSE) © Monet Bird diff --git a/package.json b/package.json index 1a16943..a06a7f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-markdown-github", "displayName": "Markdown Github Preview", - "version": "1.2.0", + "version": "2.0.0", "description": "A GitHub-style VSCode built-in markdown preview plugin.", "categories": [ "Other"