Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 00:18
· 142 commits to main since this release

2.1.0 (2026-03-16)

Bug Fixes

  • address PR review feedback on llmstxt-discovery spec (07fd40a)
  • address second-round Copilot review feedback (835f9f1)
  • cli: standardize machine-friendly output and logging (b82cdce)
  • cli: tighten logger defaults and test isolation (d0b523e)
  • config: sanitize environment values at startup (8515428)
  • correct chunk size warning to compare body only and account for merge separator (163870a), closes #314
  • deps: add remark-parse runtime dependency (d25d5fd)
  • docs: align content type tracking details (ff4a91b)
  • scraper: normalize presentational wrappers inside links (3b6379e)
  • scraper: prevent ZIP-based documents from being treated as archives (9d4be97)
  • test: sync rebased lockfile and logger mocks (42b1882)
  • web: truncate long URLs with ellipsis in library and search views (c4de706)

Features

  • scraper: expand default sanitizer exclusion selectors (e0134b2)
  • scraper: replace markitdown-ts with kreuzberg for document parsing (f3344b8), closes #310