dsh-taskboard 0.6.3 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -210,6 +210,9 @@ agent:
210
210
  **GitHub 源安装报 prepare 被阻止?**
211
211
  pnpm 的构建授权——按报错把 key 加进 profile 的 `pnpm-workspace.yaml` `allowBuilds` 后重跑;或改用 npm 源(预构建,无此步骤)。
212
212
 
213
+ **和 dsh-better-sidebar 并存,看板顶栏右侧按钮被遮住?**
214
+ 0.6.5 起已自动避让:better-sidebar 收起时其右上角常驻按钮簇(展开底部面板 / 展开侧边栏)占据视口右上 10~70px,看板激活时会为工具条右侧预留这块区域(镜像 better-sidebar 对 DSH 原生会话头的避让契约),任何窗口宽度都不再重叠;未安装 better-sidebar 或其侧栏展开时无任何影响([#19](https://github.com/cloader/dsh-taskboard/issues/19))。
215
+
213
216
  ## 开发
214
217
 
215
218
  ```bash
@@ -223,6 +226,14 @@ node scripts/screenshot.mjs # 重新生成 img/ 截图(需本机 Edge)
223
226
 
224
227
  ## 升级日志
225
228
 
229
+ ### 0.6.5
230
+
231
+ - **修复:与 dsh-better-sidebar 并存时看板顶栏右侧按钮被其右上角常驻按钮簇遮挡([#19](https://github.com/cloader/dsh-taskboard/issues/19))**:看板激活且 better-sidebar 右栏收起时,工具条右侧预留 62px 让出其「展开底部面板 / 展开侧边栏」按钮簇所占的视口右上角(10~70px),作用于全部换行行,任何窗口宽度不再重叠;未装 better-sidebar 或其右栏展开时规则零生效,纯 CSS 修复
232
+
233
+ ### 0.6.4
234
+
235
+ - **修复:界面语言可能被永久定型为英文([#16](https://github.com/cloader/dsh-taskboard/issues/16))**:client 激活早于 locale 服务时,一次性回退检测读到服务端渲染的静态 `<html lang="en">` 后不再重试——现在会监听 `<html lang>` 变化即时跟随,并短暂轮询 locale 服务、出现即接管
236
+
226
237
  ### 0.6.3
227
238
 
228
239
  - **并列多仓库工作空间的 Worktree 镜像模式**:worktree 隔离自动升级为「任务镜像」——有界扫描发现工作区内全部并列 git 仓库(深度 ≤3、上限 8、60s 缓存;submodule / linked worktree 跳过),每仓库各建同名任务分支的 worktree 并按相对路径挂进 `<项目>/.dsh-worktrees/<任务ID>/`;提交证据、diff 查看(`?repo=`)、合并(逐仓库 `--no-ff`,一仓冲突不阻断他仓)与清理(聚合未提交检查、先子后根)全部分仓库进行,未镜像仓库在执行引导中标「禁改」;新增 `branches` / `repos` 附加字段,单仓库行为与旧数据零变化