Changelog
2026-07-21v0.33.0— Universal Auto-Updater & Web UI Prompt Engine
- Added: Daemon HTTP Server Module (
src/cli/lib/server.ts) — re-introduced and modernized full REST API server & SSE live-reload for daemon mode (/api/daemon,/api/board,/api/config,/api/tasks,/api/update/check,/api/update/apply). - Added: Web UI Update Notification Banner (
UpdateNotificationBanner.tsx) — non-intrusive floating prompt banner that notifies users when a new Kandown version is published on npm with a 1-click "Update Now" action. - Added: 1-Click Web UI Settings Update Button — added interactive
Update to vX.Y.Zbutton in the Settings page version card, allowing users to upgrade Kandown directly from the web browser. - Added: Automated
.kandown/kandown.htmlBundle Auto-Refresh — project HTML files are automatically synced with the CLI's latest singlefile bundle on daemon boot and whenever an update is applied, preventing project HTML files from being stuck on older releases. - Added: Global PATH Symlink Syncing — automatically synchronizes symlinks at
~/.local/bin/kandown,~/Library/pnpm/bin/kandown, and nvm directories so all PATH executables point to the latest CLI version.