# Changelog All notable changes to this project will be documented in this file. ## [unreleased] ### Bug Fixes - Stop container with specific compose file in mind - Remove forgotten debug log - -a parameter wasn't displaying a correct looking table when listing services ### Features - Service names aren't dependent on directory names anymore - Pass the currently active .env file to all docker services being created - Add flag to command to display all the services that carbon can actually create, opposed to the original command that shows all available docker containers - Add a custom container name to containers that don't have one - Save the generated compose file instead of running services Closes - Don't add anything extra when saving the compose file - Passing in 'all' as service name when starting or stopping services will take everything carbon has access to - Ability to automatically 'add' all services that are depended on to the compose file that's being generated ## [1.1.1] - 2021-12-27 ### Bug Fixes - Set a limit to how long container names can be in the printed table ### Features - Actual documentation ## [1.1.0] - 2021-12-26 ### Bug Fixes - Use the longer dashes in spacers - Check docker status if command needs to actually run - Improve handler readability. Less indentation is good. - Separate giant manifest into multiple smaller modules ### Features - New command 'add' for starting + adding the started containers to an already existing network - Add logo - Add guards to not start command execution if daemon isn't running - Different configurations for both development and production through isotope files ## [1.0.0] - 2021-12-25 ### Features - Aliases for subcommands, more logs when starting service, and don't allow already started service to start again - Add more fields to the networks table - Add changelong - Documentation (Closes #7)