Skip to content

Commit

Permalink
Add chinese of README and CHANGELOG, and update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baobao1270 committed Sep 18, 2020
1 parent 0a5924c commit 4fad700
Show file tree
Hide file tree
Showing 5 changed files with 48 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
12 changes: 12 additions & 0 deletions CHANGELOG_ZH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

## [v1.1.0]

- 【新增】SVG 导出功能
- 【新增】插件出错提示
- 【修复】修复了一些错误
- 【重构】重构了思维导图的类

## [v1.0.0]

- 首次发布
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
16 changes: 16 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# VSCode Markdown Mind Map Preview
[![Visual Studio 扩展中心: Markdown Mind Map Preview](https://img.shields.io/badge/Visual%20Studio%20%E6%89%A9%E5%B1%95%E4%B8%AD%E5%BF%83-Markdown%20Mind%20Map%20Preview-blue?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=josephcz.vscode-markdown-mindmap-preview)
[![Switch Language to: English](https://img.shields.io/badge/Switch%20Language-English-green)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/blob/master/README.md)
[![更改日子](https://img.shields.io/badge/-%E6%9B%B4%E6%94%B9%E6%97%A5%E5%BF%97-yellow)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/blob/master/CHANGELOG_ZH.md)

[![版本](https://img.shields.io/visual-studio-marketplace/v/josephcz.vscode-markdown-mindmap-preview?label=版本)](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 许可证](https://img.shields.io/github/license/baobao1270/vscode-markdown-mindmap-preview?label=许可证)](https://github.com/baobao1270/vscode-markdown-mindmap-preview/blob/master/LICENSE)

# 预览
![Preview](https://image-host-1251131545.file.myqcloud.com/v2ex/1f105b1776e7dd5ce8e0cecdd5743879f5e851d1.jpg)

# 许可证
MIT
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 4fad700

Please sign in to comment.