2026.9.2
Downloads
- macOS Apple Silicon
- macOS Intel
- Windows (unsigned; Windows SmartScreen may show a warning)
App Update Notice
PawWork 2026.9.2 keeps a community plugin that no longer matches the runtime from taking the app down with it, and gives you a way out when one does fail to load.
Highlights
- A plugin that fails to load can now be removed from the app: a plugin whose load threw left no removal control anywhere in the UI, so the only way out of the resulting crash loop was editing the plugin directory by hand. The failure now carries a removal button (#1625).
- An outdated community market is upgraded before DSH loads it: a market entry pinned to a version that no longer resolves against the current runtime was loaded as-is and failed at import. The market is now brought up to date ahead of the load (#1626).
Both fixes address the same breakage from two sides. DSH 0.1.2-alpha dropped exports that installed community plugins still import, and upstream has not uniformly caught up: dsh-better-sidebar still references settingsNamespace as of 0.17.1 with no adapted release, and dsh-plugin-subscriptions only added a compatibility shim in 0.6.0.
中文版本
下载
- macOS Apple 芯片
- macOS Intel 芯片
- Windows(未签名,Windows SmartScreen 可能会提示)
主要更新
- 加载失败的插件现在可以直接卸载:此前插件加载抛错后界面上没有任何移除入口,唯一的出路是手工去插件目录里删文件。现在失败提示带有移除按钮。
- 过期的社区市场会在 DSH 加载前先升级:市场条目若锁在一个已经无法与当前运行时匹配的版本上,之前会被原样加载并在 import 阶段失败。现在会先把市场更新到最新再加载。
两处修复针对的是同一个问题的两面。DSH 0.1.2-alpha 删除的导出打挂了已安装的社区插件,而上游未必都跟进:dsh-better-sidebar 到 0.17.1 仍然引用 settingsNamespace 且没有适配版本,dsh-plugin-subscriptions 直到 0.6.0 才加入兼容层。