Releases: IsWladi/DockerColorPosh
Releases · IsWladi/DockerColorPosh
v1.0.0
What's Changed
Key Features:
- Created a default json file for the color scheme
- Created a function to open the json file and be able to easily add new color schemes by the user
- There is more than one color scheme available, the user can choose the color scheme by setting the variable $dcpColorScheme to the name of the color scheme
Secondary key features:
- Added help related colors to the color scheme
Code-related changes:
- The file´s names of the processors functions have been changed to match the format "<processor name>_processor.ps1" and "<processor name>_colorizer.ps1"
- The names of the functions know have the format Verb-Noun
- Added response_processor.ps1 and response_colorizer.ps1, for know not imply any change in the color scheme.
Breaking changes:
- Function to enable tab completition "IntegrateDockerCompletionWithDockerColorPosh" renamed to "Enable-DockerCompletionWithinDockerColorPosh"
Full Changelog: v0.0.2...v1.0.0
Module v0.0.2: Enhanced Help commands
What's Changed
Key Features:
- Enhanced readability with improved color schemes for help-related commands.
- Includes a preset colors file (colors.ps1).
- Upgraded utility function ParseSubExpressionRegex (now more reusable) and added PrintParsedSubExpressionRegex function.
- Renamed the "IntegrateDockerCompletion" function to "IntegrateDockerCompletionWithDockerColorPosh" for better clarity.
Evidence of the Enhanced Help-Related Commands
Planned Enhancements for Next Release:
- Refined color differentiation for response-type commands to facilitate comprehension.
- Enhanced color support for highlighting syntax errors in Docker commands.
- Further expansion of the compatible docker command list
Full Changelog: v0.0.1...v0.0.2
Enhanced Visuals & Autocomplete for DockerColorPosh
What's Changed
- Dev by @IsWladi in #1
- Module v0.0.1: Enhanced Visuals & Autocomplete for DockerColorPosh by @IsWladi in #2
Key Features:
- Extensive compatibility with Docker CLI commands.
- Specific color coding for commands, such as docker ps, to indicate container status with green (running) and red (stopped).
- Optional integration with the DockerCompletion module by matt9ucci for enhanced command auto-completion.
- Improved module structure by subdividing the functionalities into distinct files for better maintainability and scalability.
- Availability of the module on the PowerShell Gallery for easy installation and updates.
Planned Enhancements for Next Release:
- Improved color schemes for help-related commands to enhance readability.
- Further expansion of the compatible docker command list
New Contributors
Full Changelog: https://github.com/IsWladi/DockerColorPosh/commits/v0.0.1