Skip to content

OS Build Utility v1.0.2

Latest
Compare
Choose a tag to compare
@foxypiratecove37350 foxypiratecove37350 released this 01 Sep 04:10
· 0 commits to main since this release

This release introduces several improvements and new features to enhance the OS development workflow:
New Features:

  • Added a --force or -f argument to provide more control over build and configuration processes:
    • When used with build or run commands, the utility will no longer exit if these commands fail, allowing for more flexibility in debugging and troubleshooting.
    • When used with the --configure or -c command and a configuration file already exists, the utility will directly overwrite the existing configuration without prompting the user.
      Improvements:
  • Enhanced argument parsing to allow for more flexible command combinations:
    • The --build and --run flags can now be used in any order when executing both commands.
  • Improved configuration file handling:
    • The utility now correctly handles comments and blank lines in the .os-build-utility.conf file, making the configuration more readable and user-friendly.
  • Increased verbosity for build and run commands:
    • The utility now provides more detailed output when executing build and run commands, making it easier to track the progress and identify potential issues.
  • Added robust error handling:
    • The utility now includes a fail check for build and run commands, ensuring that the process exits gracefully if either command fails.
      Documentation:
  • Added specifications for the .os-build-utility.conf file to the README, providing users with clear guidelines on how to configure the utility.
    Bug Fixes:
  • Fixed various typos in the README.md file.
    Other Changes:
  • Updated metadata for v1.0.2.