Skip to content

Releases: Wangnov/Codex-App-Manager

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:58
cddb9a7
Codex App Manager v0.1.4

Fixes the Windows updater download URL (space-free NSIS asset names) so
windows-x86_64 in latest.json resolves. No app-code changes since v0.1.1.

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:35
0d2a982
Codex App Manager v0.1.3

Fixes Windows in-app self-update: the NSIS installer is now signed in CI, so
latest.json carries windows-x86_64. No app-code changes since v0.1.1.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:06
dc7d223
Codex App Manager v0.1.1

- i18n: system-locale detection + 11 languages with Arabic RTL
- Windows: portable install location picker
- CI: PR-level type-check / tests / clippy / cargo test

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 07:16
fix(macos): preserve Tauri's drag-to-Applications dmg layout

finalize re-created the dmg with a bare 'hdiutil create -srcfolder', dropping the Applications symlink + window layout (shipped a bare .app). Now it converts Tauri's dmg to read-write, swaps the finalized app in place, and recompresses — keeping the proper installer layout.