⚠️ Breaking Change
Renamed "services" to "stacks" throughout the codebase (#79)
The term "service" was confusing since Docker Compose already uses it for containers within a compose file. This release renames "service" to "stack" everywhere to better reflect that each entry in your config represents a Docker Compose stack.
What you need to update:
- Config files: rename
services:key tostacks: - CLI arguments:
--service/-sis now--stack/-S - State files are automatically migrated
Features
- Add stack arguments to
refreshcommand (#70) - Add ty type checker alongside mypy (#77)
- Add documentation link to sidebar and command palette (#72)
- Add Web UI demo recording system (#69)