Skip to content

v2.2.0

Latest

Choose a tag to compare

@micasa-release micasa-release released this 15 Mar 14:14
· 8 commits to main since this release

2.2.0 (2026-03-15)

Features

  • extract: skip OCR on re-extraction, add extract keybinding, persist extraction metadata (#763) (959b363)
  • ui: explorable JSON tree overlay for extraction ops column (#776) (a95b2cc)

Bug Fixes

  • data: auto-sync and highlight Last column on service log close (#772) (9025615)
  • extract: render failed step errors as plain text, not JSON (#778) (5de332c)
  • extract: restore soft-deleted document on extraction accept (#777) (8351a5a)
  • ui: invalidate viewport cache after sort toggle (#773) (66a5282)
  • ui: respect explicit hide-deleted toggle when soft-deleting rows (#774) (f9f0968)

Refactors

  • app: generate column iota constants from declarative defs (#760) (102f15a), closes #741
  • config: replace hand-written validation with struct tags (#761) (6a0b1d6), closes #737

Documentation

  • audit and fix config reference, keybindings, README, and website (#743) (f85f7a5)
  • blog: add config-honesty post (#767) (d6ca940)