Releases: metacritical/doorman
Releases · metacritical/doorman
v0.0.2
Fdoorman Release Notes
Version 0.0.2 - June 18, 2024
Enhancements
-
Monokai Color Theme:
- Updated the color scheme to use the Monokai theme for process output, providing a visually appealing and consistent color experience.
- Colors used include:
- Red:
#F92672
- Green:
#A6E22E
- Yellow:
#F4BF75
- Blue:
#66D9EF
- Magenta:
#AE81FF
- Cyan:
#A1EFE4
- White:
#F8F8F2
- Bright Black:
#75715E
- Bright Yellow:
#E6DB74
- Bright White:
#F9F8F5
- Red:
-
Timestamped Process Output:
- Each line of process output now includes a timestamp, making it easier to track when each piece of output was generated.
- Example format:
[HH:MM:SS process_name] output_line
-
Output Grouping by Process Name:
- Process outputs are grouped and prefixed with the respective process name, making it easier to distinguish between outputs from different processes.
- A full-width line of dashes is printed whenever the process name changes, enhancing readability.
Bug Fixes
- Spelling Correction in install.sh:
- Corrected a spelling mistake in the
install.sh
script to improve the installation experience.
- Corrected a spelling mistake in the
Commit Details
-
Commit 0791898:
- Author: Pankaj Doharey
- Date: June 18, 2024
- Description: Corrected spelling mistake in
install.sh
.
-
Commit c29b124:
- Author: Pankaj Doharey
- Date: June 18, 2024
- Description: Updated the theme to use Monokai colors and added timestamps to process outputs, grouping outputs by process name.
How to Upgrade
-
Pull the latest changes from the repository:
git pull origin main
-
Run the updated
install.sh
script to apply the new changes.
Thank you for using Fdoorman! We hope these updates enhance your experience. If you encounter any issues or have feedback, please reach out to us at [email protected].
v0.0.1
First Release v0.0.1 of Doorman (Poormans Foreman)
Full Changelog: https://github.com/metacritical/doorman/commits/v0.0.1