Skip to content

Releases: daetz-coder/DSH-Mobile

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 25 Aug 13:34

DSH-Mobile v1.0.3

把 DeepSeek Harness 装进口袋 · Pair once by QR code — then watch and control your desktop DeepSeek Harness from your phone, anywhere.

本版修改 · What's new

🛠️ 修复 · Fixed

  • 扫码配对稳定可用(本版核心)
    • 修复「第一次扫码正常、第二次无法扫描且无法退出」:扫描状态重置 + 退出流程幂等化,连续进出扫码不再卡住。
    • Fixed QR scan reliability: the second scan now decodes again and exit
      (✕) always works — state reset + idempotent teardown.
  • 配对去重:同一 URL 重复扫码只更新已有配对,不再产生重复条目。
    • Pairings are de-duplicated by URL — re-scanning updates instead of
      duplicating.
  • 防重入:双击配对项 / 连点扫码不再触发重复导航或重叠相机会话。
    • Guarded against double-tap / overlapping scans.
  • 存储与并发健壮性:修复事件监听线程泄漏、登录竞态、加密存储键哈希
    碰撞(含旧数据自动迁移)。
    • Watcher thread leak, login race and storage key collisions fixed
      (legacy data migrates automatically).
  • 扫码关闭按钮:加大到 44dp、避开系统状态栏,并美化为 DSH 风格的
    深色玻璃圆钮(细白描边 + 白色 ✕)。
    • The QR close button is bigger (44dp), clear of the status bar, and
      restyled to a flat DSH-style glass circle.

🎨 外观 · Visual

  • README 与落地页的手机截图改为两张独立图片(带图注),不再是一张容易
    误认的合并图。
    • Phone screenshots shown as two separate images with captions.

📦 下载 · Download

🧩 配套插件 · Companion plugins

  • dsh-pocket v1.13.4 · dsh-web-mobile v2.1.1(已实测,无需其他扩展)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:11

DSH-Mobile v1.0.2

把 DeepSeek Harness 装进口袋 · Pair once by QR code — then watch and control your desktop DeepSeek Harness from your phone, anywhere.

本版修改 · What's new

🛠️ 修复 · Fixed

  • 修复对话滑动卡顿 / 无法滚动(OPPO 等部分机型)
    • 之前 overscroll 保护每 2 秒重建样式规则,造成全页样式反复重算,导致滚动时好时坏、甚至卡死。
    • 改为只标记真实滚动容器data-dsh-osc + overscroll-behavior: contain)一次性生效,滚动恢复顺滑,overscroll 保护依旧保留。
    • Fixed conversation scrolling jank / freeze (OPPO and similar): the overscroll guard no longer rebuilds CSS rules on every poll — it marks only the real scroll container once, so scrolling stays smooth while the header protection is kept.

🛠️ 修复 · Fixed (from v1.0.1)

  • 顶栏不再被拖进状态栏(edge-to-edge 机型):消息列表滑到边界后继续拉动,固定头部(对话列表 / 后台任务按钮)不再跑到电量/Wi-Fi/信号区域、不可点击。
  • 移除多余权限申请:不再请求 RECEIVE_BOOT_COMPLETED / WAKE_LOCK / SCHEDULE_EXACT_ALARM,现在只申请必需的 INTERNET / CAMERA / POST_NOTIFICATIONS
  • 稳定 Release 签名:改用固定 keystore 签名,之后所有版本都可平滑覆盖升级,不再出现签名冲突。

📦 下载 · Download

🧩 配套插件 · Companion plugins

  • dsh-pocket v1.13.4 · dsh-web-mobile v2.1.1(已实测,无需其他扩展)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 11:36

Full Changelog: v1.0.0...v1.0.1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 08:46