From 652c239a3e57537cdd0c29448fc6d21e5f98f6ec Mon Sep 17 00:00:00 2001 From: chenjianfeng Date: Sun, 14 Mar 2021 13:19:24 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a37e8f4..16ed77c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ none ## What is New ? +### 0.0.5 +cancel highlight when inputbox show & add / at the end of the path +1. showInputBox框弹出时取消文字全选的高亮 +2. 展示默认路径时结尾自动添加了`/` + ### 0.0.4 updated: built-in html template 创建.html文件内置html模板 diff --git a/package.json b/package.json index 9898317..1e55380 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Create-Easy", "description": "easy to create a file/folder", "publisher": "chenjianfeng", - "version": "0.0.4", + "version": "0.0.5", "engines": { "vscode": "^1.51.0" },