What's New
OrbStack Support (#8)
The Docker tab now automatically detects your container runtime — Docker Desktop, OrbStack, or Docker Engine — and displays it in the UI. No configuration required.
- Title shows the active runtime: DOCKER (OrbStack), DOCKER (Docker Desktop), etc.
- Status line shows: X containers via OrbStack
- Error message updated to mention both Docker Desktop and OrbStack
Dependency Updates!
Improvements
- Context timeouts — All shell commands now have proper timeouts to prevent hanging
- Error wrapping — Improved error chains with %w for better debugging
- Deprecated API cleanup — Removed usage of deprecated lipgloss.Style.Copy()
- Documentation — Fixed Go version requirement across all docs (now correctly states Go 1.25+)
Bug Fixes
- Fixed stale version strings (v1.0.0) in uninstaller and updater banners
- Replaced exec.Command("sleep", "2") with native time.Sleep in uninstaller
devcockpit update - FAILS
curl -sSL https://raw.githubusercontent.com/caioricciuti/dev-cockpit/main/install.sh | bash
This update needs to be done manually, since loads of new dependencies was update. sorry for the inconvenience.
Full Changelog: v2.0.0...v2.1.0