diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae6249..221c04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +### Internal + --> +## 2.0.1 + +### Internal + +- Upgrade plugin dependency versions. (升级插件依赖版本) +- Modify eslint configuration. (调整 eslint 配置) + ## 2.0.0 ### Added diff --git a/README.md b/README.md index e932f69..faf3ee5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 一个强大的变量命名及路径风格转换插件,支持一键转换、循环转换,支持右键菜单、快捷键、状态栏等多种方式使用。
A powerful variable and path conversion extension. Supports one-key conversion & cyclic conversion. You can use it through the editer menu, shortcut keys and status bar. -> 【近期更新】v2.0.0 版本 (2024-12-15) +> **【近期更新】v2.0.1 版本 (2025-07-12)** > > - 支持 Windows / Unix 路径风格转换(可选中文本中的路径,然后使用 `Ctrl + Alt + /` 快捷键,或点击右键菜单、底部状态栏路径转换按钮轻松实现转换) diff --git a/package-comment.jsonc b/package-comment.jsonc index e80fc9e..c956816 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), space, dot, lower, upper case, and more.", // 版本号 - "version": "2.0.0", + "version": "2.0.1", // logo "icon": "image/logo.png", "publisher": "coder-xiaomo", diff --git a/package.json b/package.json index ba2e82d..86f3389 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), space, dot, lower, upper case, and more.", - "version": "2.0.0", + "version": "2.0.1", "icon": "image/logo.png", "publisher": "coder-xiaomo", "engines": {