-
v0.3.3 — TUI Critical Fixes (Daily Driver Quality)
Some checks failedDeploy (Gitea) / deploy (push) Failing after 2sreleased this
2026-05-06 17:59:26 -04:00 - Word wrap in view-chat: word-boundary line breaking via word-wrap()
- Left/Right cursor movement with position-aware insert/delete
- SIGWINCH handler: terminal resize re-creates windows, force redraw
- Scroll offset clamping (PageUp bounded, status bar shows msg count)
- Connection-loss detection: reader-loop nil counter, :disconnected event
- /reconnect command: close stale socket, re-run connect-daemon
- /quit command: save input history to disk, goodbye handshake, clean exit
- Persistent input history: load-history on startup
- Message list: adjustable vector with fill pointer (O(1) append/access)
All 7 items implemented. Pure TUI/Croatoan changes — zero daemon changes.
Downloads