From c01bdeb393338554e258b75d51a7574ab3bc3cf7 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 1 Aug 2018 19:51:36 -0600 Subject: [PATCH] Added version release changes. --- CHANGES.md | 16 ++++++++++++++++ README.md | 12 ++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 902eb26..4a1bcbc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +# 5.0.0 (2018-08-01) + +- Fixed Markdown ordered list numbering. +- Fixed verification of Homebrew formulas. +- Added App Store application verification. +- Added Homebrew cask application verifier. +- Updated Git checkout to silence detached head warnings. +- Updated README documentation. +- Updated Semantic Versioning links to be HTTPS. +- Updated boot disk format documentation. +- Updated project changes to use semantic versions. +- Removed Java install support. +- Removed restorer functions. +- Refactored function parameter documentation. +- Refactored library function order. + # 4.1.0 (2018-04-01) - Updated README license information. diff --git a/README.md b/README.md index 2e37768..a61a09f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Current Version (stable): git clone https://github.com/bkuhlmann/mac_os.git cd mac_os - git checkout 4.1.0 + git checkout 5.0.0 Master Version (unstable): @@ -81,11 +81,11 @@ Master Version (unstable): ## Usage -Run the following script: +Run the following: bin/run -You will be presented with the following options: +You will be presented with the following options (listed in order of use): Boot: B: Create boot disk. @@ -112,12 +112,12 @@ You will be presented with the following options: w: Clean work (temp) directory. q: Quit/Exit. -Choose option `i` to run all install options or select a specific option to run a single option. -Each option is designed to be re-run if necessary. This can also be handy for performing upgrades, +Choose option `i` to run a full install or select a specific option to run a single action. Each +option is designed to be re-run if necessary. This can also be handy for performing upgrades, re-running a missing/failed install, etc. The option prompt can be skipped by passing the desired option directly to the `bin/run` script. For -example, executing `bin/run i` will execute the complete software install process. +example, executing `bin/run i` will execute the full install process. The machine should be rebooted after all install tasks have completed to ensure all settings have been loaded.