Skip to content

Releases: micasa-dev/micasa

v1.67.1

07 Mar 14:45

Choose a tag to compare

1.67.1 (2026-03-07)

Bug Fixes

  • chat: prevent ANSI escape code leak and spinner hang in VHS recording (#656) (d63ff83), closes #636

v1.67.0

07 Mar 14:40

Choose a tag to compare

1.67.0 (2026-03-07)

Features

  • ui: add shift+H toggle to show/hide hidden files in filepickers (#655) (2e50cf5), closes #645

v1.66.0

07 Mar 14:06

Choose a tag to compare

1.66.0 (2026-03-07)

Bug Fixes

Features

  • ui: double-click row to drill down, click selects column (#647) (4af4abd), closes #625

Performance Improvements

  • dev: move slow pre-commit hooks to pre-push stage (#651) (50c0739), closes #648

v1.65.1

07 Mar 12:24

Choose a tag to compare

1.65.1 (2026-03-07)

Performance Improvements

  • extract: fused per-page pdftocairo|tesseract OCR pipeline (#641) (3bbc6e1)

v1.65.0

06 Mar 16:33

Choose a tag to compare

1.65.0 (2026-03-06)

Bug Fixes

  • chat: stop HTTP client timeout from killing streaming LLM responses (#632) (2324919), closes #623

Features

v1.64.2

05 Mar 12:55

Choose a tag to compare

1.64.2 (2026-03-05)

Bug Fixes

  • test: clean up leaked temp dirs in test helpers (#615) (0fac0df)
  • test: pass *testing.T to newTestModel in notes_test.go (#617) (1244661), closes #614
  • ui: skip extraction pipeline when saving document notes via ctrl+s (#614) (c19e48c), closes #611

v1.64.1

05 Mar 11:22

Choose a tag to compare

1.64.1 (2026-03-05)

Bug Fixes

  • ui: drop house art when it would cause ellipsis truncation (#612) (d5d65ae)
  • ui: truncate notes column in table views (#613) (8943620), closes #461

v1.64.0

04 Mar 15:04

Choose a tag to compare

1.64.0 (2026-03-04)

Features

  • cli: add config --dump to print fully resolved config as TOML (#597) (13253ca), closes #415

v1.63.0

04 Mar 14:18

Choose a tag to compare

1.63.0 (2026-03-04)

Bug Fixes

  • extract: precise per-table JSON schema with separate document field (#605) (6b5594b), closes #600

Features

  • extract: add timeout for LLM extraction step (#604) (ab450ff), closes #486

v1.62.0

04 Mar 00:14

Choose a tag to compare

1.62.0 (2026-03-04)

Features

  • llm: split LLM config into per-pipeline sections (#575) (8d03b74), closes #569