Skip to content

v2.6.0

Choose a tag to compare

@micasa-release micasa-release released this 12 Apr 08:03
· 41 commits to main since this release

2.6.0 (2026-04-12)

Features

Bug Fixes

  • extract: fix concurrency bugs in OCR progress and LLM cancellation (#906) (c2b838a)
  • extract: wire mag mode toggle into extraction data explorer (#909) (ef1944b), closes #893
  • ui: prevent overlay dismiss when zone worker hasn't flushed (#905) (fb67a4c)

Refactors

  • extract: inject absolute binary paths via OCRTools (#911) (42334be), closes #903
  • extract: trim extraction prompt of schema-redundant content (#912) (1879bea), closes #894
  • move test-only helpers out of production binaries (#904) (f950e82)

Documentation

  • website: generate CLI reference from cobra command tree (#910) (d24d7a8), closes #895