Skip to content

v0.2.3

Choose a tag to compare

@MAXeaglet MAXeaglet released this 14 Aug 09:35
· 13 commits to master since this release

v0.2.3

修复(完整 Tauri 应用审查)

  • config 对 bundle 插件生效(之前写入错误 id,DSH 合并跳过)
  • 停止 dsh 按端口精确杀(之前按 node 命令行匹配,可能误杀用户进程)
  • 检查更新并行化(之前串行 npm view 阻塞 UI)
  • profile 路径消毒(防路径穿越)
  • capabilities 配置(opener 权限,GitHub 按钮不再静默失败)
  • webui 模式补齐缺失路由(config / purge / open-repo)

体验

  • 选中插件后禁用/启用保持选中(不跳回第一)
  • Esc 清空搜索、Toast 分级、README Markdown 渲染、SVG 图标
  • 全局 CLI 别名 dshpm

测试

  • 新增 E2E:API 层 18 项 + 真实 Chrome UI 层 12 项