github Wangnov/Codex-App-Manager v0.5.10

3 hours ago

Codex App Manager v0.5.10

修复 Windows 历史版本列表加载超时、运行中删除日志后不再记录,以及便携恢复成功时提示冗长和中文乱码的问题。
Fix Windows version-history timeouts, restore logging after files are deleted while Manager is running, and make successful portable recovery messages concise and readable.

  • 恢复历史版本列表:持续读取下载进程的输出,避免较大的版本列表堵塞进程管道并触发超时;保留取消、超时和响应大小限制。
    Restore version history: Read download output while the process runs so large release lists cannot fill its pipes and cause a timeout, while preserving cancellation, deadlines and response-size limits.
  • 自动重建日志:运行期间删除日志文件或日志目录后,后续日志会自动重建并继续写入,轮转时保留当前日志。
    Recover deleted logs: Recreate missing log files or directories when the next log entry is written, and preserve the active log during rotation.
  • 显示可读的中文诊断:优先使用 UTF-8,并兼容 Windows 控制台编码,避免 PowerShell 错误信息出现中文乱码。
    Keep Chinese diagnostics readable: Prefer UTF-8 and support the Windows console encoding when reading PowerShell errors.
  • 简化便携恢复结果:MSIX 安装失败但便携恢复验证成功时,显示简短的本地化结果,完整诊断可按需展开;旧 MSIX 清理失败时,继续醒目展示处理指引。
    Clarify portable recovery: Show a concise localized result after verified portable recovery, with expandable diagnostics. Keep cleanup guidance visible if removing the old MSIX fails.

升级 / Upgrade

在 Manager 中检查更新并升级即可;已经正常工作的 Codex 无须为本次 Manager 更新重新安装。便携版仍可通过开始菜单或 LaunchCodex.exe 独立启动。

Check for updates in Manager to install this patch. A working Codex installation does not need to be reinstalled for this Manager update. Portable installations still launch independently through the Start menu or LaunchCodex.exe.

本版不改变 Windows 对包含服务的 MSIX 安装所要求的管理员权限;遇到 0x80073D28 时仍可能使用经过启动验证的便携恢复。Issue #353 原始报告中的 MSIX 运行时定位失败原因仍需报告者机器上的诊断确认。

This release does not change Windows administrator requirements for MSIX packages containing services. Error 0x80073D28 may still lead to the verified portable recovery path. The MSIX runtime resolution failure in the original issue #353 report still requires diagnostics from the affected machine.

下载 / Downloads

从本页 Assets 下载 Windows x64/ARM64 .exe 或 macOS Apple Silicon/Intel .dmglatest.json.sig.app.tar.gz 用于应用内更新;下载文件可与 SHA256SUMS 核验。

Download the Windows x64/ARM64 .exe or macOS Apple Silicon/Intel .dmg from Assets below. latest.json, .sig and .app.tar.gz are used by the in-app updater. Verify downloads against SHA256SUMS.

Windows 安装器和 Manager 自有便携启动器当前无 Authenticode 签名;Tauri 更新签名不等于 Windows 发行者身份。官方 Codex 文件保持原样。详见代码签名政策

The Windows installers and Manager's portable launcher are not Authenticode-signed. Tauri updater signatures do not establish Windows publisher identity. Official Codex files remain unchanged. See the code signing policy.

What's Changed

  • fix(windows): prevent catalog deadlocks and recover readable diagnostics by @Wangnov in #364
  • chore(release): prepare v0.5.10 by @Wangnov in #365

Full Changelog: v0.5.9...v0.5.10

Don't miss a new Codex-App-Manager release

NewReleases is sending notifications on new releases.