Skip to content

1.19.0 - 2026-05-07

Choose a tag to compare

@github-actions github-actions released this 07 May 04:20

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>