Releases: micasa-dev/micasa
Releases · micasa-dev/micasa
v1.29.2
v1.29.1
v1.29.0
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
v1.28.0
v1.27.0
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
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