From 5b7b3fac73d760f2ea86d0b8af9c821d41f1de39 Mon Sep 17 00:00:00 2001 From: Joseph Chris Date: Fri, 18 Sep 2020 20:13:35 +0800 Subject: [PATCH] Updated README and CHANGELOG, add chinese version. --- CHANGELOG.md | 9 ++++++++- README.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfb084..2716854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v1.1.0] + + - Added SVG export support + - Added error notification + - Fixed some bugs + - Refactored the mind map class + ## [v1.0.0] -- 首次发布 \ No newline at end of file +- Initial Release \ No newline at end of file diff --git a/README.md b/README.md index bada9b3..d9fbc46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # VSCode Markdown Mind Map Preview +[![Visual Studio Marketplace: Markdown Mind Map Preview](https://img.shields.io/badge/Visual%20Studio%20Marketplace-Markdown%20Mind%20Map%20Preview-blue?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=josephcz.vscode-markdown-mindmap-preview) +[![Switch Language to: Simplified Chinese](https://img.shields.io/badge/Switch%20Language-%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87-green)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/blob/master/README_ZH.md) +[![Change Log](https://img.shields.io/badge/-CHANGELOG-yellow)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/blob/master/CHANGELOG.md) + +[![Version](https://img.shields.io/visual-studio-marketplace/v/josephcz.vscode-markdown-mindmap-preview?label=Version)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/tags) +[![GitHub issues](https://img.shields.io/github/issues/baobao1270/vscode-markdown-mindmap-preview?label=Issues)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/issues) +[![GitHub forks](https://img.shields.io/github/forks/baobao1270/vscode-markdown-mindmap-preview?label=Forks)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/network) +[![GitHub stars](https://img.shields.io/github/stars/baobao1270/vscode-markdown-mindmap-preview?label=Stars)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/stargazers) +[![GitHub license](https://img.shields.io/github/license/baobao1270/vscode-markdown-mindmap-preview?label=License)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/blob/master/LICENSE) + +# Preview (Some content are in Chinese) ![Preview](https://image-host-1251131545.file.myqcloud.com/v2ex/1f105b1776e7dd5ce8e0cecdd5743879f5e851d1.jpg) # License diff --git a/package.json b/package.json index 3366684..c87be0e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publisher": "josephcz", "displayName": "Markdown Mind Map Preview", "description": "A simple markdown mind map maker and previewer developed by a young and naive student.", - "version": "1.0.0", + "version": "1.1.0", "engines": { "vscode": "^1.49.0" },