Added version release changes.

This commit is contained in:
Brooke Kuhlmann
2018-08-01 19:51:36 -06:00
parent f6610849eb
commit 567be7e91a
2 changed files with 22 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.