Skip to content

PocketShell v1.7.4

Choose a tag to compare

@Big-Pony Big-Pony released this 01 Aug 17:27

v1.7.4 — 2026-08-02

新增

  • Web Push 发送失败提示:Agent 发送推送失败时,设置 → 通知 → Web Push 下方显示失败原因,不再只是「开关是开的但收不到推送」。连不上推送服务与推送密钥不匹配各有对应说明;未识别的错误原样显示原文。

修复

  • 发送失败原因丢失:推送失败时只记录成功与否,具体原因(HTTP 状态码与服务端返回内容)被丢弃 → 现在完整保留并写入配置,Agent 重启后仍可查看。

升级

应用内点更新徽标,或:

curl -fsSL https://raw.githubusercontent.com/Big-Pony/pocketshell/main/install.sh | sh

装成服务的升级后需重启:sudo systemctl restart pocketshell(macOS 上 launchd 会自动拉起)。


v1.7.4 — 2026-08-02

Added

  • Web Push delivery failures are now reported: when the agent fails to send a push, the reason appears under Settings → Notifications → Web Push instead of leaving the toggle silently on with nothing arriving. Unreachable push service and mismatched push keys each get their own explanation; unrecognized errors show their original text.

Fixed

  • Send failure reasons were discarded: a failed push only recorded success or failure, dropping the HTTP status and server response → both are now preserved and persisted, so the reason survives an agent restart.

Upgrade

Tap the update badge in the app, or:

curl -fsSL https://raw.githubusercontent.com/Big-Pony/pocketshell/main/install.sh | sh

If installed as a service, restart after upgrading: sudo systemctl restart pocketshell (launchd restarts it automatically on macOS).