From 076553967cd42201a22e3b0a58c3bb579aec065b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Sat, 12 Jul 2025 01:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=BA=202.1.0=EF=BC=9B=E6=9B=B4=E6=96=B0=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- README.md | 10 ++++++++-- package-comment.jsonc | 3 ++- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 288ebb9..9d52783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --> -## 2.1.[Unreleased] +## 2.1.0 ### Changed - **[BREAKING!!!]** Deprecate `variable-conversion.disableFormat`, please use `variable-conversion.enabledFormats` instead. (移除 `variable-conversion.disableFormat` 配置项,请使用 `variable-conversion.enabledFormats`) +- Support enabling only partial target conversion formats. (支持仅开启部分目标转换格式) ## 2.0.1 diff --git a/README.md b/README.md index bfb5a63..f7fd30b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,20 @@ 一个强大的变量命名及路径风格转换插件,支持一键转换、循环转换,支持右键菜单、快捷键、状态栏等多种方式使用。
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.1 版本 (2025-07-12)** +> **【近期更新】** +> +> **v2.1.0 (2025-07-14)** +> +> - 支持仅开启部分目标转换格式 (优化 VSCode 配置项) +> +> **v2.0.0 (2024-12-15)** > > - 支持 Windows / Unix 路径风格转换(可选中文本中的路径,然后使用 `Ctrl + Alt + /` 快捷键,或点击右键菜单、底部状态栏路径转换按钮轻松实现转换) - ✅ 支持多选区 Support multi-selection - ✅ 支持多窗口 Support subwindow - ✅ 支持撤回 & 重做 Support undo & redo (Ctrl + Z / Ctrl + Y) -- ✅ 支持禁用部分目标转换格式 Supports disabling some target conversion formats +- ✅ 支持仅开启部分目标转换格式 Support enabling only partial target conversion formats > 🔭 Tips for Chinese users: 如果您无法看到下文图片,请[点这里](https://gitee.com/coder-xiaomo/variable-conversion-vscode-extension/blob/main/README.md)查看 diff --git a/package-comment.jsonc b/package-comment.jsonc index 90b0bfe..8d52cb8 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.1", + "version": "2.1.0", // logo "icon": "image/logo.png", "publisher": "coder-xiaomo", @@ -684,6 +684,7 @@ "dotCamelCase.enabled": false } }, + // "variable-conversion.formatOrder": {}, "variable-conversion.disableFormat": { "order": 1, // markdownDescription 最多配置 11 行 diff --git a/package.json b/package.json index 8ce8564..974a994 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.1", + "version": "2.1.0", "icon": "image/logo.png", "publisher": "coder-xiaomo", "engines": {