Skip to content

Releases: metacritical/doorman

v0.0.2

18 Jun 12:32
0791898
Compare
Choose a tag to compare

Fdoorman Release Notes

Version 0.0.2 - June 18, 2024

Enhancements

  1. 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
  2. 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
  3. 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

  1. Spelling Correction in install.sh:
    • Corrected a spelling mistake in the install.sh script to improve the installation experience.

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

  1. Pull the latest changes from the repository:

    git pull origin main
  2. 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

29 May 21:55
2f38fdf
Compare
Choose a tag to compare

First Release v0.0.1 of Doorman (Poormans Foreman)

Full Changelog: https://github.com/metacritical/doorman/commits/v0.0.1