Skip to content

Changelog

1.0.0 (2026-09-22)

Bug Fixes

  • ensure blank line before ANSI art in CLI output (41d12f3)

Documentation

  • default the docs site to dark mode (0faf328)
  • point the docs theme at the custom favicon (f681f52)
  • remove copyright column from translations table and simplify changelog structure (cf4fe2f)
  • update installation instructions to include uv CLI commands (2136361)
  • update README links and add favicon to docs site (e54433a)

Miscellaneous

  • update project metadata and dependencies for production readiness (f1abda7)

1.0.0-rc.1 (2026-09-18)

Features

  • add ASV (American Standard Version) translation (c45268f)
  • add flatten_books/FlatVerse for flattening nested translation results (#22) (96b3fff)
  • add WEB, YLT, DARBY, and DRA translations (aeae36f)
  • define the stable public API surface in bible_translations/init.py (8c14211)
  • wire flatten API into Exporter and CLI as a --flat flag (#22) (254db44)

Bug Fixes

  • coerce Exporter output_dir to a Path so the CLI's default export location works (44d2244)
  • parse chapters per verse span so paragraph-style translations (ASV) return every verse (4ae3282)
  • strip footnote and cross-reference markers from verse text (c59e981)
  • strip surrounding whitespace from single-verse text (38616a1)

Documentation

  • add mkdocs site with auto-generated API and CLI reference (a2c7598)
  • add v1.0.0 stable release implementation plan (fd8aae8)
  • list supported translations on the docs site and remove the internal plan (635ae5d)
  • reposition README as a fetch-on-demand tool, fix CONTRIBUTING branch ref, trim CHANGELOG for release-please (00c70be)

Miscellaneous

Changelog