Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 860 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 860 Bytes

Change Log

All notable changes to the "docker-compose-manager" extension will be documented in this file.

[Unreleased]

  • Show a "stop all containers" button, "rebuild all" button and "rebuild all (no cache)" button.

[0.3.0]

Added

  • Spanish language support.
  • Remove the "start all containers" button if all containers are already running.
  • Show a "refresh view" button to update view if state changes externally.
  • Update readme with support for Linux users.

[0.2.0]

Modified

  • Created new logo. The new logo is AI-generated.

[0.1.0]

Added

  • Initial release.
  • Commands to stop and restart containers, and rebuild the image and restart with or without cache.
  • Status of containers, showing even those that haven't been deployed yet but are present in the docker-compose file.
  • File picker for choosing docker compose project.