Skip to content

Releases: cuongducle/codex-linux

v26.608.12217-7

11 Jun 01:08

Choose a tag to compare

fix: replace heredoc with echo to fix bash syntax error in CI

v26.608.12217-6

11 Jun 00:47

Choose a tag to compare

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

11 Jun 00:22

Choose a tag to compare

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

11 Jun 00:05

Choose a tag to compare

fix: move Google Search Console verification file to docs/ folder

v26.608.12217-3

10 Jun 10:25

Choose a tag to compare

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

10 Jun 09:36

Choose a tag to compare

Release 26.608.12217-2: reliably apply sidebar flicker fix

v26.608.12217-1

10 Jun 09:21

Choose a tag to compare

Release 26.608.12217-1: fix Linux sidebar flicker (opaque surfaces)

v26.608.12217

10 Jun 07:56

Choose a tag to compare

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

09 Jun 06:34

Choose a tag to compare

chore: bump upstream Codex to 26.602.71036

v26.602.40724

06 Jun 06:09

Choose a tag to compare

chore: bump upstream Codex to 26.602.40724