Changelog
2026-07-20v0.28.1— Robust Global Auto-Updater
- Fixed: Global package manager auto-update commands — updated
checkForUpdate()andcmdUpdate()to runpnpm add -g kandown@latest(instead ofpnpm install -g kandown), with fallback chain acrosspnpm,npm,yarn, andbun. - Fixed:
kandown updatecommand behavior —kandown updatenow queries the npm registry for the latest release, updates the global CLI package using the active package manager, and refreshes project.kandown/kandown.htmlfiles. - Fixed: Terminal & tmux auto-update compatibility — fixed
checkForUpdate()invocation so interactive terminal sessions (including tmux and iTerm) automatically detect and offer updates.