Skills Manager v1.25.0
发布日期:2026-06-19
递交范围:v1.24.0...v1.25.0
发布概览
- 本版在 skill 筛选栏新增全局标签重命名与删除能力,通过右键菜单直接管理标签。
用户可见更新
- 在筛选栏右键管理标签 —— 右键任意标签 pill 会打开上下文菜单,提供「重命名」和「删除」操作。
- 全局重命名标签 —— 「重命名」会打开模态对话框,并将新标签名同步应用到所有 skill;当前激活的筛选条件也会自动更新。
- 确认后全局删除标签 —— 「删除」会先弹出确认对话框,再从所有 skill 中移除该标签。
- 筛选标签更清爽 —— 之前每个 pill 悬停时显示的 ✏️/🗑️ 图标已移除;左键点击仍和以前一样用于按标签筛选。
开发者与治理更新
- 新增
src/components/TagRenameDialog.tsx,用于标签重命名模态对话框。 - 后端
rename_tag/delete_tagSQLite 命令已在 v1.24.0 中发布;本版将其接入重新设计后的筛选栏交互。 - 为英文、简体中文、繁体中文新增
tagName与manageHinti18n key。
当前校验状态
- ✅ 跨平台构建通过(macOS Intel / macOS ARM / Windows x64 / Linux x64)
- ✅ TypeScript typecheck 通过
English release notes
Release date: 2026-06-19
Commit range: v1.24.0...v1.25.0
Release Overview
- This release adds global tag rename and delete from the skill filter bar via a right-click context menu.
User-facing
- Right-click tag management from the filter bar — Right-click any tag pill in the filter bar to open a context menu with Rename and Delete options.
- Rename tags globally — The Rename action opens a modal dialog, applies the new tag name to all skills, and updates any active filters automatically.
- Delete tags globally with confirmation — The Delete action asks for confirmation before removing the tag from all skills.
- Cleaner filter pills — The previous hover-icon design (✏️/🗑️ on each pill) has been removed; left-click still filters by tag as before.
Developer & Governance
- Added
src/components/TagRenameDialog.tsxfor the modal rename dialog. - The backend
rename_tag/delete_tagSQLite commands were already shipped in v1.24.0; this release wires them into the redesigned filter-bar UX. - Added
tagNameandmanageHinti18n keys to English, Simplified Chinese, and Traditional Chinese.
Current Verification
- ✅ Cross-platform build passed (macOS Intel / macOS ARM / Windows x64 / Linux x64)
- ✅ TypeScript typecheck passed
完整变更:v1.24.0...v1.25.0