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": {