github linshenkx/prompt-optimizer v2.9.3

17 hours ago

English

Summary

  • Established an English-first runtime and documentation baseline while keeping zh-CN and zh-TW fully localized through the updated locale packs.
  • Fixed localization regressions that surfaced English-only toasts in context editing, favorites, Prompt Garden imports, template loading, history saves, and model-management error paths.
  • Hardened repository guardrails, MCP packaging/startup behavior, and cross-platform script checks so the rollout is safer on both developer machines and CI.
  • Extracted evaluation prompt template assets into dedicated content/runtime modules to make template maintenance easier and keep guardrail coverage explicit.

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.app

For a downloaded DMG:

xattr -rd com.apple.quarantine ~/Downloads/PromptOptimizer-*.dmg

Installation guide: English | 中文
Full release notes (EN)


中文

概括

  • 建立了 English-first 的运行时与文档基线,同时继续通过新的 locale 模块保证 zh-CNzh-TW 界面反馈完整本地化。
  • 修复了一批本地化回归,避免上下文编辑、收藏、Prompt Garden 导入、模板加载、历史保存和模型管理错误路径再次冒出英文 toast。
  • 加固了仓库级校验、MCP 打包与启动行为,以及跨平台脚本判断逻辑,让这轮国际化改造在开发机和 CI 上都更稳。
  • 将评估提示词模板资产拆分为独立内容/运行时模块,后续维护和守护测试都更清晰。

macOS 安全提示

如果 macOS 提示“已损坏”或“无法验证开发者”,通常是系统隔离属性导致,并不一定是应用本身有问题。

xattr -rd com.apple.quarantine /Applications/PromptOptimizer.app

如果是刚下载的 DMG:

xattr -rd com.apple.quarantine ~/Downloads/PromptOptimizer-*.dmg

安装文档:English | 中文
完整发布说明(中文)

Don't miss a new prompt-optimizer release

NewReleases is sending notifications on new releases.