Skip to content

Releases: micasa-dev/micasa

v1.29.2

17 Feb 11:54

Choose a tag to compare

1.29.2 (2026-02-17)

Bug Fixes

  • ui: remove mag mode status bar indicator (e6de53e), closes #280

v1.29.1

17 Feb 11:46

Choose a tag to compare

1.29.1 (2026-02-17)

Bug Fixes

v1.29.0

17 Feb 11:35

Choose a tag to compare

1.29.0 (2026-02-17)

Bug Fixes

  • app: address remaining low-severity audit findings (15929fd), closes #262
  • data: check seed helper errors and fix Preload soft-delete scoping (f9c13fb)
  • data: complete document delete/restore guards for all entity kinds (012b008), closes #248
  • data: enforce document size limit in CreateDocument and form layer (c9ca3ed), closes #243
  • data: exclude BLOB data column from DataDump LLM context (0120ca2), closes #250
  • data: fix month overflow, soft-delete leak, and spending filter bugs (b3099d8), closes #263
  • data: mark DeletionRecord restored when findOrCreateVendor revives vendor (c2bb766), closes #247
  • data: match _cents suffix in formatColumnValue for LLM money formatting (4cb10c9), closes #244
  • data: propagate errors from Count and Exec in AppendChatInput (e15ed81), closes #253
  • data: wrap softDelete and restoreEntity in transactions (1e700fb), closes #246
  • ui: add 5-second timeouts to ListModels calls in chat overlay (be1d11c), closes #249
  • ui: capture conversation history before goroutine in startSQLStream (aa2dbb1), closes #242
  • ui: form save-in-place, indicator polish, and dashboard/filter fixes (80e669c), closes #264
  • ui: return error from handleFormSubmit when no handler matches (5685d29), closes #252

Features

  • data: add TTL-based document cache eviction and review fixes (a5b270a)

v1.28.1

16 Feb 15:07

Choose a tag to compare

1.28.1 (2026-02-16)

Bug Fixes

  • data: fix bugs in inlined sqlite dialector (8d634ed)
  • data: fix removeColumn regex for unquoted column names (8f1af78)

v1.28.0

15 Feb 21:27

Choose a tag to compare

1.28.0 (2026-02-15)

Features

  • ui: add row count indicator below table views (dcd1cd9), closes #237

v1.27.0

15 Feb 18:42

Choose a tag to compare

1.27.0 (2026-02-15)

Bug Fixes

  • assets: eliminate door seam artifact in favicon (73b6a7d)
  • documents: harden document import and cache extraction (d81503b)
  • documents: preserve file content when saving metadata-only edits (fde8c1f), closes #231
  • documents: restore titleFromFilename and file metadata population (0ae0aa0), closes #236
  • documents: satisfy pre-commit lint checks (be3d57a)
  • documents: update vendorHash after rebase and fix gosec lint (f991a5b)
  • documents: use platform-independent extension stripping in titleFromFilename (51f09ba)
  • nix: update vendorHash after dependency changes (dd0610b)

Features

  • data: add Document model with BLOB storage and top-level tab (c618e1c), closes #230
  • documents: add attachment records and file picker workflow (e4c474c), closes #94
  • documents: auto-fill title from filename on upload (f80b339), closes #136
  • documents: store content as BLOB with extract-on-demand cache (09a892e), closes #110
  • ui: add Docs drill columns to Projects and Appliances (b831e62), closes #236

v1.26.0

15 Feb 18:21

Choose a tag to compare

1.26.0 (2026-02-15)

Features

  • ui: B/F keybindings to jump to first/last tab (6c51b24)
  • ui: hide j/k scroll hint when help content fits (8e02771)
  • ui: match error indicator to required-field marker (fb0c0bd)
  • ui: use colored ∗ (U+2217) for required field markers (70c1c9a)
  • ui: UX polish -- hints, required markers, actionable errors (3fe01f0), closes #232 #233 #235 #221 #222

v1.25.1

14 Feb 18:39

Choose a tag to compare

1.25.1 (2026-02-14)

Bug Fixes

  • test: find appliance with maintenance items instead of assuming first (b144e15)
  • ui: dynamic link arrows, nested drill fix, empty-link feedback (f3f00be), closes #227

v1.25.0

14 Feb 14:48

Choose a tag to compare

1.25.0 (2026-02-14)

Features

  • ui: redesign status bar to reduce clutter, closes #201 (e06eb8e)
  • ui: replace FILTER badge with subtle tab dot, remove quit hint and db label (3c30043)

v1.24.0

14 Feb 11:08

Choose a tag to compare

1.24.0 (2026-02-14)

Features

  • config: persist dashboard visibility across restarts (a37293e), closes #206