Skip to content

v0.4.0

Choose a tag to compare

@steipete steipete released this 21 Dec 00:09
· 1443 commits to main since this release

Changes

  • Add URL extraction mode via --extract (deprecated alias: --extract-only) with --format md|text.
  • Rename HTML→Markdown conversion flag to --markdown-mode (deprecated alias: --markdown).
  • Add --preprocess off|auto|always and a uvx markitdown fallback for Markdown extraction + unsupported file attachments (when --format md is used).
  • When uvx isn’t available, print an install hint (brew install uv).

Tests

  • Add coverage for preprocess + markitdown integration paths.