English
Summary
- Fixed desktop updater failures on both stable and prerelease download actions by restoring the missing prerelease preference key and hardening preference-key validation.
- Expanded the bilingual image workflow documentation with dedicated multi-image workspace guides, richer text-to-image instructions, and updated navigation.
- Added regression coverage so invalid preference keys are rejected cleanly instead of cascading into runtime storage crashes.
macOS Security Note
If macOS says the app is "damaged" or the developer cannot be verified, this is usually a system quarantine warning rather than an app defect.
xattr -rd com.apple.quarantine /Applications/PromptOptimizer.appFor a downloaded DMG:
xattr -rd com.apple.quarantine ~/Downloads/PromptOptimizer-*.dmgInstallation guide: English | 中文
Full release notes (EN)
中文
概括
- 修复了桌面端正式版与预览版下载更新时的失败问题,补回缺失的预发布偏好键,并加强了偏好键校验。
- 双语图像工作流文档得到补充,新增多图工作区教程、文生图说明和更完整的导航入口。
- 补上了无效偏好键的回归覆盖,避免错误状态继续演变成运行时存储崩溃。
macOS 安全提示
如果 macOS 提示“已损坏”或“无法验证开发者”,通常是系统隔离属性导致,并不一定是应用本身有问题。
xattr -rd com.apple.quarantine /Applications/PromptOptimizer.app如果是刚下载的 DMG:
xattr -rd com.apple.quarantine ~/Downloads/PromptOptimizer-*.dmg安装文档:English | 中文
完整发布说明(中文)