Skip to content

1.11.0 - 2026-06-09

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:59

Release Notes

Features

  • (series) Add admin catalog export endpoint
  • (web) Add admin catalog export page
  • (series) Finish catalog export — OpenAPI, docs, filter polish
  • (spans) Detect gap-preserving volume/chapter coverage
  • (series) Track merged release coverage and a change timestamp
  • (series) Add a cursor-paginated release feed endpoint
  • (series) Surface volume/chapter coverage in the catalog export
  • (series) Filter the release feed by external ids via POST

Bug Fixes

  • (series) Correct the OpenAPI path for the release feed

Documentation

  • (series) Document the externalIds pattern on the feed filter
  • (series) List the full provider token set on the feed filter

Miscellaneous Tasks

  • (docker) Shift host ports off Codex's defaults

Install tsundoku 1.11.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download tsundoku 1.11.0

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