Features
- Add distinct color for Dashboard/Console in command palette (#34)
Bug Fixes
- Fix web UI self-updates killing container before
upcould run - now runs via SSH (#35) - Auto-scroll Command K palette when navigating with arrow keys (#32)
Improvements
- Store SSH keys in subdirectory (
~/.ssh/compose-farm/id_ed25519) for cleaner Docker volume mounting (#36)
Breaking Change
SSH keys location changed from ~/.ssh/compose-farm (file) to ~/.ssh/compose-farm/id_ed25519 (file in directory). Run cf ssh setup --force to regenerate, or migrate manually:
mkdir -p ~/.ssh/compose-farm-new
mv ~/.ssh/compose-farm ~/.ssh/compose-farm-new/id_ed25519
mv ~/.ssh/compose-farm.pub ~/.ssh/compose-farm-new/id_ed25519.pub
mv ~/.ssh/compose-farm-new ~/.ssh/compose-farm