Quellcode durchsuchen

chore: bump version to 0.3.3

Developer vor 1 Monat
Ursprung
Commit
02a73097ad
2 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 8 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 8 - 0
CHANGELOG.md

@@ -1,11 +1,19 @@
 # Change Log
 
+## [0.3.3] - 2026-07-14
+
+### Fixed
+
+- 修复 `copySmart` 命令未在 `contributes.commands` 中声明导致的 `command not found` 错误
+
 ## [0.3.2] - 2026-07-14
 
 ### Fixed
 
 - 合并 4 个 keybinding 为单个 `copySmart` 命令,去掉 `when` 条件,彻底解决快捷键不触发问题
 
+- 合并 4 个 keybinding 为单个 `copySmart` 命令,去掉 `when` 条件,彻底解决快捷键不触发问题
+
 ## [0.3.1] - 2026-07-14
 
 ### Fixed

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "copy-ai-ctx",
   "displayName": "Copy AI Ctx",
   "description": "复制上下文供AI助手使用 —— 复制文件、内容的引用信息",
-  "version": "0.3.2",
+  "version": "0.3.3",
   "publisher": "fivesay",
   "engines": {
     "vscode": "^1.85.0"