Skip to content

Commit

Permalink
Added version release changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhlmann committed Apr 9, 2017
1 parent 3469915 commit 4656e6a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# v2.0.0 (2017-04-09)

- Fixed applying basic system settings by prompting for deletion.
- Fixed documentation.
- Added CCMenu defaults.
- Added Homebrew Casks install script.
- Added Homebrew DNS Crypt cask.
- Added Homebrew Handbrake CLI cask.
- Added Homebrew Ngrok cask.
- Added Homebrew Ranger formula.
- Added Homebrew Tig formula.
- Added Homebrew Yank formula.
- Added Homebrew Zoom cask.
- Added Visual Studio Code application install.
- Added Yarn Setup support.
- Updated README semantic versioning order.
- Updated contributing documentation.
- Updated to Dotfiles 25.0.0.
- Updated to Ruby 2.4.1.
- Updated to Sublime Text Setup 6.3.0.
- Updated to Tor Browser 6.5.1.
- Updated to Trailer 1.5.4.
- Removed Homebrew Keybase formula.
- Removed Knox application install.
- Removed NPM Setup project support.
- Removed QL Markdown quicklook application install.
- Removed SurfEasy VPN application install.
- Removed Vivaldi application install.
- Removed scripted application installs (use Homebrew Cask instead).
- Refactored Homebrew software as Homebrew Formulas.
- Refactored QuickLook Plain Text to Homebrew Casks scripts.

# v1.2.0 (2017-01-01)

- Fixed Bartender download to use HTTPS URL.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Current Version (stable):

git clone https://github.com/bkuhlmann/mac_os-config.git
cd mac_os-config
git checkout v1.2.0
git checkout v2.0.0

Master Version (unstable):

Expand All @@ -269,12 +269,13 @@ While this project's configuration is opinionated and tailored for my setup, you
this project and customize it for your environment. Start by editing the files found in the `bin`
and `lib` directories. Here is a breakdown each:

- `bin/apply_basic_settings`: Applies basic, initial, settings for setting up a machine.
- `bin/apply_basic_settings`: Applies basic and initial settings for setting up a machine.
- `bin/apply_default_settings`: Applies useful system and application defaults.
- `bin/install_app_store`: Installs macOS, GUI-based, App Store applications.
- `bin/install_applications`: Installs macOS, GUI-based, non-App Store applications.
- `bin/install_extensions`: Installs macOS application extensions and add-ons.
- `bin/install_homebrew`: Installs Homebrew managed software.
- `bin/install_homebrew_casks`: Installs Homebrew Casks.
- `bin/install_homebrew_formulas`: Installs Homebrew Formulas.
- `bin/restore_backup`: Restores system/application settings from backup image.
- `bin/setup_software`: Configures and launches (if necessary) installed software.
- `lib/settings.sh`: Defines custom settings for software applications, extensions, etc.
Expand Down

0 comments on commit 4656e6a

Please sign in to comment.