Skip to content

Commit

Permalink
Updated README and CHANGELOG, add chinese version.
Browse files Browse the repository at this point in the history
  • Loading branch information
baobao1270 committed Sep 18, 2020
1 parent 0a5924c commit 5b7b3fa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

- 首次发布
- Initial Release
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 5b7b3fa

Please sign in to comment.