Parcourir la source

chore: bump version to 0.2.5

Developer il y a 1 mois
Parent
commit
d744c52c6b
2 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Change Log
 
+## [0.2.5] - 2026-07-14
+
+### Added
+
+- Default keybinding `Ctrl+K C` / `Cmd+K C` for all 4 copy commands (context-aware)
+
 ## [0.2.3] - 2026-07-11
 
 ### Changed

+ 1 - 1
package.json

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