diff --git a/CHANGELOG.md b/CHANGELOG.md index e61c31e..874a817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Change Log All notable changes to the "markdown-image-helper" extension will be documented in this file. -## [1.0.3] - 2020-05-18 +## [1.0.5] - 2020-07-01 +### Fixed +- Fixed file name include space could not preview. +- Fixed random variable not work. + +## [1.0.4] - 2020-05-18 ### Updated - Update sponsored links. diff --git a/README.md b/README.md index 9fe5f27..05c242e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ sudo yum install xclip ### 1.0.4 +- Fixed file name include space could not preview. +- Fixed random variable not work. + +### 1.0.4 + - Update sponsored links. ### 1.0.3 diff --git a/README.zh-cn.md b/README.zh-cn.md index 8848a95..c9d8ab7 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -78,6 +78,11 @@ sudo yum install xclip ## 发布历史 +### 1.0.5 + +- 修正包含空格的文件名无法预览的问题。 +- 修正 ${rand} 变量不可用的问题。 + ### 1.0.4 - 更新赞助链接。 diff --git a/README.zh-tw.md b/README.zh-tw.md index fdece45..314e6ab 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -77,6 +77,10 @@ sudo yum install xclip ## 發布歷史 +### 1.0.5 +- 修正包含空格的文件名無法預覽的問題。 +- 修正 ${rand} 變量不可用的問題。 + ### 1.0.4 - 更新贊助鏈接。 diff --git a/package.json b/package.json index e30ce7f..7e4fd42 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "markdown-image", "displayName": "Markdown Image", "description": "Easy to insert a image to markdown", - "version": "1.0.4", + "version": "1.0.5", "publisher": "hancel", "engines": { "vscode": "^1.33.0"