Changelog
2026-04-20v0.1.5— Live Reload + Auto-Update
- Added: CLI checks for a newer npm version on startup (non-blocking, background check). Warns if the user is outdated.
- Added: Live file watching in the TUI — board auto-reloads when task files or
kandown.jsonchange. No need to pressr. - Changed:
npx kandownnow auto-inits.kandown/if not found — zero manual setup required. - Fixed: TUI crashed on fresh install with
Cannot find package 'react-devtools-core'. - Fixed: TUI crashed with
Dynamic require of "assert" is not supportedin Node.js ESM context. - Fixed:
self is not definederror — added self/window polyfills andDEV=falseto prevent Ink from loading react-devtools-core. - Added
chokidarandsignal-exitas explicit runtime dependencies.