Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:32
· 58 commits to main since this release

Changelog

  • 96924c5 @ docs: ux polish keybindings + feature checklist
  • 22bd5dc @ feat(ux): cursor aligns with indent; vertical centering
  • 4480714 @ feat(ux): default names + inline edit on create
  • 86b7160 @ feat(ux): h/l switch pane; help exits on any key
  • de02782 @ feat(ux): urgency cap 5 with configurable per-level colors
  • d39a9c4 @ feat: parity polish, perf validation, README
  • d9fafaf @ fix(ux): cursor clamp, table-aligned columns, field-scoped inline edit
  • daf4f6c @ fix(ux): full-row highlight + column width overflow
  • 1dfb0dc @ fix(ux): pane sync, nested add_child, row highlight, default urgency
  • b0fc152 feat(app): per-pane viewport scroll offsets
  • 1683168 feat(lua): configurable min_width/min_height
  • 84a072d feat(render): drop less-important columns on narrow stacked panes
  • 17f3e46 feat(render): full default todo columns + budget-driven column hiding
  • 62147f4 feat(view): full-width inline edit row for all fields
  • b5a9f49 feat(view): responsive stacked layout, viewport scroll, selected-row fit
  • 439025f feat(view): viewport scroll in dual-pane layout too
  • 979efd9 feat: bubbletea skeleton with two-pane tree and CRUD
  • e97745e feat: layout, formatters, bars, dashboard, theme rendering
  • 5c1a5a5 feat: lua config system with default config.lua
  • ec15d52 feat: modes and input overlays for edit/search/sort/confirm/help
  • 985c0bf feat: natural language date parsing
  • a87e424 feat: redraw action bound to /, Lua-configurable keybindings
  • 0f76c2c feat: redraw clears screen fully; search stays visible on enter, a/A exits search to add
  • 85aea77 feat: scaffold domain model and sqlite store
  • 6b2890e feat: search enter moves cursor to list, Esc clears filter, add clears filter
  • 5a1b8f5 fix(bars): show validation error beside edit field in INSERT
  • bc75ca8 fix(update): reset scroll offsets on terminal resize
  • 6b2e601 fix(ux): border overflow, ANSI-aware truncation, columnWidths doc
  • 8f518ba fix: CONOUT$ terminal-size probe, Ctrl+L redraw, recurrence-complete notice
  • 549429d fix: add child under the selected filtered item; status bar shows filter + notice
  • 5b66d83 fix: clear stale notice on mode exit
  • 3944a3e fix: poll resize from stdout+stdin, test all resize directions
  • 8796a36 fix: poll terminal size on Windows (no SIGWINCH)
  • f64ca28 fix: search add/esc preserve cursor item by ID; remove dead code
  • 432acf1 fix: update size immediately on resize, clear-screen on debounce to wipe residue
  • 1717edc perf: debounce poll-driven resize to one renderer repaint (fixes wezterm drag lag)
  • 2f1f22c perf: debounce resizes, render only visible viewport rows
  • c16f0f7 release: license, goreleaser, CI workflow, scoop template, docs