Skip to content

Releases: AshDevFr/codex

1.39.14 - 2026-06-30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 03:38

Release Notes

🐛 Bug Fixes

  • (reader) Mark the last book of a series read at the end-of-book overlay

Install codex 1.39.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.14/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.14/codex-installer.ps1 | iex"

Download codex 1.39.14

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.13 - 2026-06-29

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:28

Release Notes

🐛 Bug Fixes

  • (reader) Enable swipe navigation to and on the chapter overlay

Install codex 1.39.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.13/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.13/codex-installer.ps1 | iex"

Download codex 1.39.13

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.12 - 2026-06-28

Choose a tag to compare

@github-actions github-actions released this 28 Jun 08:41

Release Notes

🚀 Features

  • (reader) Add opt-in page downscaling for smoother turns

🐛 Bug Fixes

  • (reader) Warn that page downscaling is slow and not a flicker fix

Install codex 1.39.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.12/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.12/codex-installer.ps1 | iex"

Download codex 1.39.12

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.11 - 2026-06-28

Choose a tag to compare

@github-actions github-actions released this 28 Jun 06:55

Release Notes

🐛 Bug Fixes

  • (reader) Decode preloaded pages to stop swipe-in black flicker
  • (reader) Only decode neighbor pages to prevent mobile OOM crash
  • (reader) Drive swipe track transform imperatively to kill commit flash
  • (reader) Drop swipe filmstrip's compositing layer to cut WebKit flicker

Install codex 1.39.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.11/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.11/codex-installer.ps1 | iex"

Download codex 1.39.11

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.10 - 2026-06-28

Choose a tag to compare

@github-actions github-actions released this 28 Jun 03:11

Release Notes

🐛 Bug Fixes

  • (reader) Fix swipe page-turn flash and missing snap-back

Install codex 1.39.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.10/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.10/codex-installer.ps1 | iex"

Download codex 1.39.10

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.9 - 2026-06-27

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:50

Release Notes

🚀 Features

  • (reader) Swipe down to exit the comic reader

🐛 Bug Fixes

  • (reader) Prevent swipe page-turn from flashing the previous page

⚙️ Miscellaneous Tasks

  • Ignore .codex and .env files

Install codex 1.39.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.9/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.9/codex-installer.ps1 | iex"

Download codex 1.39.9

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.8 - 2026-06-27

Choose a tag to compare

@github-actions github-actions released this 27 Jun 01:37

Release Notes

🚀 Features

  • (reader) Add swipe-paging gesture helpers and setting
  • (reader) Add finger-drag swipe pager and drag input
  • (reader) Enable swipe paging in the comic reader
  • (reader) Add swipe-to-turn-pages setting toggle
  • (reader) Add pinch-to-zoom and pan for comic pages
  • (reader) Add double-tap zoom for comic pages

🐛 Bug Fixes

  • (reader) Capture the pointer during a swipe drag for smoother tracking
  • (reader) Disable native viewport zoom while reading

📚 Documentation

  • (reader) Document pinch and double-tap page zoom

Install codex 1.39.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.8/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.8/codex-installer.ps1 | iex"

Download codex 1.39.8

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.7 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 26 Jun 23:39

Release Notes

🚀 Features

  • (reader) Make auto-advance countdown configurable and fix webtoon loop

🐛 Bug Fixes

  • (web) Lock page scroll while the mobile nav menu is open
  • (reader) Keep webtoon scroll restore from drifting backward on reload

Install codex 1.39.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.7/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.7/codex-installer.ps1 | iex"

Download codex 1.39.7

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.6 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:57

Release Notes

🚀 Features

  • (web) Enrich adjacent-book data for chapter-transition panels
  • (web) Add chapter-transition panel and auto-advance countdown
  • (web) Show chapter-transition panels in the webtoon reader
  • (web) Add chapter-transition overlay to paginated comic reader
  • (web) Bring chapter-transition panels to the PDF reader

🐛 Bug Fixes

  • (reader) Prevent webtoon scroll jump by reserving exact page heights
  • (reader) Reserve exact PDF page heights to prevent scroll jumps
  • (web) Rework mobile series/book detail header layout

🚜 Refactor

  • (web) Drop two-press boundary toast from comic and PDF readers

📚 Documentation

  • Document the end-of-book transition panel and auto-advance countdown

Install codex 1.39.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.6/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.6/codex-installer.ps1 | iex"

Download codex 1.39.6

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

1.39.5 - 2026-06-25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 23:20

Release Notes

🐛 Bug Fixes

  • (ci) Use npm ci for web job and harden cron /n parsing
  • (ci) Use npm ci across web and plugin jobs, harden cron /n parsing

Install codex 1.39.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AshDevFr/codex/releases/download/v1.39.5/codex-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AshDevFr/codex/releases/download/v1.39.5/codex-installer.ps1 | iex"

Download codex 1.39.5

File Platform Checksum
codex-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codex-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo AshDevFr/codex

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>