Skip to content

Releases: MAXeaglet/dsh-plugin-manager

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:51

v0.2.4 — 多平台

Windows / macOS / Linux 桌面版(GitHub Actions CI 构建):

平台 安装包
Windows NSIS .exe / MSI
macOS .dmg(Apple Silicon)
Linux .deb / .rpm / .AppImage

CLI: npm i -g @maxeagle/dsh-plugin-manager

v0.2.3

Choose a tag to compare

@MAXeaglet MAXeaglet released this 14 Aug 09:35

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 项

v0.2.2

Choose a tag to compare

@MAXeaglet MAXeaglet released this 14 Aug 07:34

v0.2.2

  • 修复 bundle 插件禁用不生效(DSH 校验 id+name,写入 canonical name)
  • 修复插件列表重复显示(bundle insert 行折叠进 bundle 条目)
  • dshpm CLI 别名
  • 体验打磨:自定义确认框、i18n 完整、加载/错误状态、纯净模式持久化

v0.2.1

Choose a tag to compare

@MAXeaglet MAXeaglet released this 14 Aug 06:07

新增 dshpm CLI 别名(npm 包 @maxeagle/dsh-plugin-manager@0.2.1)

v0.2.0

Choose a tag to compare

@MAXeaglet MAXeaglet released this 14 Aug 05:05

v0.2.0

  • 全新 DSH 风格极简 GUI(Tauri 2)
  • 纯净模式:一键禁用所有第三方插件
  • 一键启动 / 停止 dsh web
  • CLI:profiles / list / enable / disable / add / remove / bundles / config / status / start / stop / updates / export / import
  • 修复 start dsh 参数错误(dsh web 才是正确命令)

dsh-plugin-manager v0.1.0

Choose a tag to compare

@MAXeaglet MAXeaglet released this 14 Aug 03:04

Desktop GUI to manage DSH plugins across profiles — inspired by cc-switch.

Features

  • Multi-profile plugin manager: list / enable-disable / drag-sort bundles / config editor / compat badges
  • One-click install (npm search), import/export, GitHub repo jump, update check (npm latest vs local)
  • Start / stop / status of dsh web
  • Safety: automatic .bak backups + atomic writes + confirmations
  • i18n (zh/en), light/dark theme

Installer

  • Windows x64 NSIS setup (4MB)
  • macOS/Linux: npx tauri build