Releases: cuongducle/codex-linux
Releases · cuongducle/codex-linux
v26.608.12217-7
fix: replace heredoc with echo to fix bash syntax error in CI
v26.608.12217-6
fix: use GitHub Releases flat APT repo to fix 404 download error The Packages file on gh-pages had Filename: set to an absolute GitHub Releases URL, but APT always resolves Filename: relative to the repo base URL, producing a doubled URL and a 404. Switch to a flat APT repo on GitHub Releases where Packages and the .deb are co-located as release assets. APT resolves the relative Filename: correctly against the releases/latest/download/ base URL. Changes: - build-apt-repo.sh: add FLAT_REPO=1 mode for flat repo generation - release.yml: upload Packages + Packages.gz as release assets, use releases/latest/download/ as APT source - generate-apt-install-script.sh: point to new flat repo URL - gh-pages now only hosts landing page, install script, and SEO files
v26.608.12217-5
fix: also remove .deb from apt-public root when using Releases URL Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v26.608.12217-4
fix: move Google Search Console verification file to docs/ folder
v26.608.12217-3
fix: use dynamic codex CLI version and fix binary path detection - Use npm dist-tags (linux-x64, linux-arm64) instead of hardcoded 0.112.0 so the bundled CLI always matches latest compatible version - Fix grep pattern to match vendor/*/bin/codex path in newer package layout - Guard app_resources/bin/codex fallback in setup.sh with runtime test to avoid picking up the macOS arm64 binary on Linux Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v26.608.12217-2
Release 26.608.12217-2: reliably apply sidebar flicker fix
v26.608.12217-1
Release 26.608.12217-1: fix Linux sidebar flicker (opaque surfaces)
v26.608.12217
fix: electron-builder config and npm --include=dev for builds - Move deb config to root level (not under linux) - Remove invalid mimetypes/section/fpm options - Fix MimeType injection in desktop entry (simple append) - Use printf instead of heredoc in postinst to avoid macro expansion - Add --include=dev to all npm install calls - Support electron-builder v24 config schema
v26.602.71036
chore: bump upstream Codex to 26.602.71036
v26.602.40724
chore: bump upstream Codex to 26.602.40724