From d04a29532314e4d24cb67f1642e8014cd0b1fc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Sun, 7 Apr 2024 02:53:53 +0800 Subject: [PATCH] release version 1.0.5 --- CHANGELOG.md | 7 +++++++ README.md | 6 ++++-- package-comment.jsonc | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5755106..0cab0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --> +## 1.0.5 + +### Fixed + +- Fix bug: The infobox showed `editor is undefined` when the current active TAB was not an editor + + ## 1.0.4 ### Added diff --git a/README.md b/README.md index 08cc533..98d2ec2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ A powerful variable naming conversion extension. You can use it through the edit ## 如何使用? How to Use? -1. 选中代码中需要转换的内容
Select The Text To Convert +> 🔭 Tips for Chinese users: 如果您无法看到下文图片,请[点击这里查看](https://gitee.com/coder-xiaomo/variable-conversion-vscode-extension/blob/main/README.md) + +#### 1. 选中代码中需要转换的内容
Select The Text To Convert ![Step1. Select The Text To Convert](image/step1-select-the-text-to-convert.gif) @@ -13,7 +15,7 @@ A powerful variable naming conversion extension. You can use it through the edit > 可以通过 `Ctrl + D` 快捷键选中光标所在的单词
> You can press `Ctrl + D` to select the word near the cursor -2. 按 `Shift + Alt + T`
Press `Shift + Alt + T` +#### 2. 按 `Shift + Alt + T`
Press `Shift + Alt + T` ![Step2. Press Shift + Alt + T](image/step2-press-shift-alt-t.gif) diff --git a/package-comment.jsonc b/package-comment.jsonc index aabab5e..eb830e1 100644 --- a/package-comment.jsonc +++ b/package-comment.jsonc @@ -4,7 +4,7 @@ "displayName": "Variable Conversion", "description": "一个强大的变量名转换插件,支持右键菜单、快捷键、底栏等多种方式使用,支持小驼峰、大驼峰(帕斯卡)、下划线(蛇形)、连字符(脊柱式)、全小写、全大写等常用命名方式(及组合)转换。 \nA powerful variable naming conversion extension. You can use it through the editer menu, shortcut keys and bottom bar. Support camel, pascal, snake, kebab(spinal), lower, upper case, and more.", // 版本号 - "version": "0.0.4", + "version": "0.0.5", // logo "icon": "image/logo.png", "publisher": "coder-xiaomo", diff --git a/package.json b/package.json index 0404f42..c483ea5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "variable-conversion", "displayName": "Variable Conversion", "description": "一个强大的变量名转换插件,支持右键菜单、快捷键、底栏等多种方式使用,支持小驼峰、大驼峰(帕斯卡)、下划线(蛇形)、连字符(脊柱式)、全小写、全大写等常用命名方式(及组合)转换。 \nA powerful variable naming conversion extension. You can use it through the editer menu, shortcut keys and bottom bar. Support camel, pascal, snake, kebab(spinal), lower, upper case, and more.", - "version": "0.0.4", + "version": "0.0.5", "icon": "image/logo.png", "publisher": "coder-xiaomo", "engines": {