Skills Manager v1.37.1
发布日期:2026-09-07
递交范围:v1.37.0...v1.37.1
发布概览
- 技能库、全局 / 龙虾工作区与项目页的工具条修复:多选并入主工具条,技能库工具条在窄宽度下不再把自己的按钮文字拆断。
用户可见更新
- 技能库工具条不再把筛选按钮的文字拦腰断开。工具条宽度低于约 1100px 时,分段按钮会被压到一行一个字,搜索框从 280px 被挤到 65px。进入多选模式不是原因、只是让它暴露出来——「取消多选」比「多选」宽 26px,把本来就临界的一行直接推翻。现在所有页面的分段控件文字都不再换行,切换多选模式也不会改变工具条的行数。
- 「多选」并入右侧工具条,与备份、更新、刷新和视图控件共用外框;技能库、全局工作区、龙虾工作区和项目页四处一致。视图控件与多选模式之间用细分隔线区分,多选按钮继续保留文字和独立选中状态。
开发者与治理更新
.app-segmented-button加上whitespace-nowrap,任何页面的分段按钮文字都不会再断行。ProjectDetail与WorkspaceView早就给分段控件加了shrink-0,MySkills是唯一漏掉的一处。
当前校验状态
- ✅ 跨平台构建通过(macOS Intel / macOS ARM / Windows x64 / Linux x64 / Linux ARM64)
- ✅ TypeScript typecheck 通过
English release notes
Release date: 2026-09-07
Commit range: v1.37.0...v1.37.1
Release Overview
- Toolbar fixes in the library, the global and lobster workspaces, and project pages: multi-select moves into the main toolbar, and the library toolbar stops breaking its own labels apart at narrow widths.
User-facing
- The library toolbar no longer wraps its filter labels mid-word. Below roughly 1100px of toolbar width the segmented buttons collapsed to one character per line and the search field was squeezed from 280px down to 65px. Entering select mode made it visible rather than causing it: the longer "Cancel selection" label pushed an already borderline row over the edge. Segmented labels now stay on one line on every page, and the number of toolbar rows no longer changes when you toggle select mode.
- Multi-select now shares the right-hand toolbar border with the backup, update, refresh and view controls, the same way in the library, the global and lobster workspaces, and project pages. A divider separates the view controls from selection mode, while the labelled selection button keeps its independent active state.
Developer & Governance
.app-segmented-buttoncarrieswhitespace-nowrap, so a segmented label can no longer break on any page.ProjectDetailandWorkspaceViewalready pinned their segmented controls withshrink-0;MySkillswas the only view missing it.
Current Verification
- ✅ Cross-platform build passed (macOS Intel / macOS ARM / Windows x64 / Linux x64 / Linux ARM64)
- ✅ TypeScript typecheck passed
完整变更:v1.37.0...v1.37.1