Skip to content

Release v2.1.0

Latest

Choose a tag to compare

@TiiZss TiiZss released this 03 Jan 17:57
· 1 commit to main since this release

Added

  • GitHub Import Feature: Import Docker projects directly from GitHub URLs.
  • Auto-Sanitization: Automatically sanitizes imported docker-compose.yml files (removes naming conflicts, rebinds ports to assigned IP).
  • Auto-IP Assignment: The 'Add New Project' wizard now automatically assigns the next available IP in the 127.100.0.X range.
  • Delete Project: Added option to cleanly delete project configurations and resources via menu or CLI (delete command).
  • Stack Status Detection: Improved status and menu checks to correctly identify running Docker Compose stacks using project labels.

Changed

  • Menu Alignment: Optimized 'Online Projects' list to a single-column layout for better readability.
  • Wizard Improvements: Clarified port prompts and optimized the flow for adding new projects.

Docs

  • Added Vulpy to Available Projects list.