Added version release changes.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
# v2.0.0 (2017-04-09)
|
||||||
|
|
||||||
|
- Added Homebrew Casks install script.
|
||||||
|
- Updated README semantic versioning order.
|
||||||
|
- Updated contributing documentation.
|
||||||
|
- Refactored Homebrew software as Homebrew Formulas.
|
||||||
|
|
||||||
# v1.3.1 (2017-01-08)
|
# v1.3.1 (2017-01-08)
|
||||||
|
|
||||||
- Fixed install of zip app downloads with sub-directories.
|
- Fixed install of zip app downloads with sub-directories.
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -45,7 +45,8 @@ the two projects are meant to be used:
|
|||||||
- Downloads and installs development tools (required by Homebrew):
|
- Downloads and installs development tools (required by Homebrew):
|
||||||
- [Xcode Command Line Tools](https://developer.apple.com/xcode)
|
- [Xcode Command Line Tools](https://developer.apple.com/xcode)
|
||||||
- [Java SE Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
|
- [Java SE Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
|
||||||
- Downloads, installs, and configures [Homebrew](http://brew.sh) command line software.
|
- Downloads, installs, and configures [Homebrew Formulas](http://brew.sh).
|
||||||
|
- Downloads, installs, and configures [Homebrew Casks](https://caskroom.github.io).
|
||||||
- Downloads, installs, and configures
|
- Downloads, installs, and configures
|
||||||
[App Store](http://www.apple.com/macosx/whats-new/app-store.html) software.
|
[App Store](http://www.apple.com/macosx/whats-new/app-store.html) software.
|
||||||
- Downloads, installs, and configures non-App Store software applications.
|
- Downloads, installs, and configures non-App Store software applications.
|
||||||
@@ -72,7 +73,7 @@ Current Version (stable):
|
|||||||
|
|
||||||
git clone https://github.com/bkuhlmann/mac_os.git
|
git clone https://github.com/bkuhlmann/mac_os.git
|
||||||
cd mac_os
|
cd mac_os
|
||||||
git checkout v1.3.1
|
git checkout v2.0.0
|
||||||
|
|
||||||
Master Version (unstable):
|
Master Version (unstable):
|
||||||
|
|
||||||
@@ -92,7 +93,8 @@ You will be presented with the following options:
|
|||||||
Install:
|
Install:
|
||||||
b: Apply basic settings.
|
b: Apply basic settings.
|
||||||
t: Install development tools.
|
t: Install development tools.
|
||||||
h: Install Homebrew software.
|
hf: Install Homebrew Formulas.
|
||||||
|
hc: Install Homebrew Casks.
|
||||||
m: Install Mac App Store software.
|
m: Install Mac App Store software.
|
||||||
a: Install application software.
|
a: Install application software.
|
||||||
x: Install application software extensions.
|
x: Install application software extensions.
|
||||||
@@ -140,7 +142,8 @@ All executable scripts can be found in the `bin` folder:
|
|||||||
- `bin/install_dev_tools`: Installs macOS development tools required by Homebrew.
|
- `bin/install_dev_tools`: Installs macOS development tools required by Homebrew.
|
||||||
- `bin/install_extensions`: Installs macOS application extensions and add-ons. *This is meant to be
|
- `bin/install_extensions`: Installs macOS application extensions and add-ons. *This is meant to be
|
||||||
customized.*
|
customized.*
|
||||||
- `bin/install_homebrew`: Installs Homebrew managed software. *This is meant to be customized.*
|
- `bin/install_homebrew_casks`: Installs Homebrew Formulas. *This is meant to be customized.*
|
||||||
|
- `bin/install_homebrew_formulas`: Installs Homebrew Casks. *This is meant to be customized.*
|
||||||
- `bin/restore_backup`: Restores system/application settings from backup image. *This is meant to be
|
- `bin/restore_backup`: Restores system/application settings from backup image. *This is meant to be
|
||||||
customized.*
|
customized.*
|
||||||
- `bin/run`: The main script and interface for macOS setup.
|
- `bin/run`: The main script and interface for macOS setup.
|
||||||
|
|||||||
Reference in New Issue
Block a user