Skip to content

Releases: AshDevFr/codex

1.21.4 - 2026-05-16

16 May 04:48

Choose a tag to compare

Release Notes

🚀 Features

  • (release-tracking) Add async BulkTrackForReleases task type and handler
  • (release-tracking) Wire bulk track/untrack endpoints to async task
  • (release-tracking) Switch bulk track/untrack toolbar to queue-then-await pattern
  • (tasks) Label active analyze_book tasks with the book file name

Install codex 1.21.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.21.4

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.21.3 - 2026-05-13

13 May 14:44

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (release-tracking) Support shift+click range selection in release tracker

Install codex 1.21.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.21.3

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.21.2 - 2026-05-12

12 May 04:20

Choose a tag to compare

Release Notes

🚀 Features

  • (plugins) Configurable RPC request timeout per call and per plugin

Install codex 1.21.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.21.2

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.21.1 - 2026-05-11

11 May 16:59

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (release-tracking) Auto-ignore releases on disabled axes

Install codex 1.21.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.21.1

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.21.0 - 2026-05-09

09 May 06:38

Choose a tag to compare

Release Notes

🚀 Features

  • (filter) Add tri-state isTracked filter for release-tracking series
  • (release-tracking) Plugin progress reporting + aggregated release toasts

Install codex 1.21.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.21.0

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.20.0 - 2026-05-09

09 May 01:12

Choose a tag to compare

Release Notes

🚀 Features

  • (release-tracking) Poll-all + reset-all admin actions, plugin FK cascade

🚜 Refactor

  • (release-tracking) Represent compilation coverage as span lists

📚 Documentation

  • Restore binary install instructions using cargo-dist installer
  • Add project status, scope, and sponsorship section

Install codex 1.20.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.20.0

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.19.3 - 2026-05-08

08 May 05:17

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (dist) Embed frontend in installer-built binaries

Install codex 1.19.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.19.3

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.19.2 - 2026-05-08

08 May 04:25

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (web) Hide Releases nav entry when no release-source plugin is enabled

📚 Documentation

  • Document release tracking, library jobs, exports, and missing plugin pages

Install codex 1.19.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.19.2

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.19.1 - 2026-05-08

08 May 01:03

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • (screenshots) Harden release-tracking and library-jobs scenarios
  • (metadata-echo) Preserve search title in get() responses

📚 Documentation

  • (plugins) Add READMEs for release-mangaupdates and release-nyaa

Install codex 1.19.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.19.1

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.19.0 - 2026-05-07

07 May 04:20

Choose a tag to compare

Release Notes

🚀 Features

  • (release-tracking) Add series_tracking sidecar and series_aliases schema
  • (release-tracking) Add backfill task, tracking API, and UI surface
  • (release-tracking) Add release ledger schema, repos, and HTTP API
  • (release-tracking) Add release_source plugin capability with capability-gated reverse-RPC
  • (release-tracking) Add poll task, scheduler, and per-host backoff
  • (release-tracking) Expose upstream-publication gap on series DTO
  • (release-tracking) Add MangaUpdates RSS plugin and language preference plumbing
  • (release-tracking) Add ReleaseAnnounced event and Releases UI
  • (release-tracking) Add Nyaa uploader-feed release-source plugin
  • (release-tracking) Persist notification preferences and clean up plugin config UI
  • (release-tracking) Add releases/register_sources reverse-RPC
  • (release-tracking) Seed tracking on toggle, bulk track menu, last-poll summary
  • (release-nyaa) Tokenize bundle releases and split alias-form titles
  • (release-tracking) Add mediaUrl + mediaUrlKind for direct fetch URLs
  • (release-tracking) Add inbox facets, bulk actions, and per-row delete
  • (release-tracking) Unify inbox + series releases UI and fix bulk-poll dedup
  • (release-tracking) Replace dismissed toggle with New/All segmented filter on series panel
  • (release-tracking) Expose default cron schedule on settings page
  • (release-tracking) Auto-ignore releases for already-owned volumes/chapters
  • (plugins) Allow array config fields and broaden type hint

🐛 Bug Fixes

  • (release-tracking) Match api: external IDs, dedup polls, emit polled SSE event
  • (release-mangaupdates) Decode base36 slugs to numeric IDs before API calls
  • (release-mangaupdates) Default item language to "en" so items survive the filter
  • (release-tracking) Poll source list while poll task is in flight
  • (plugins) Replay reverse-RPC events through task-local broadcaster
  • (web) Resolve TypeScript build errors in releases UI

🚜 Refactor

  • (release-tracking) Replace per-source poll seconds with cron schedules

🧪 Testing

  • (release-tracking) Cover seed-on-track, bulk track menu, applicability endpoint

⚙️ Miscellaneous Tasks

  • (screenshots) Cover release tracking + bulk metadata, fix PDF worker, build SDK first

Install codex 1.19.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download codex 1.19.0

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>