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 Oct 11, 2016
1 parent e5e6dc5 commit 73bc2e6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.1.0 (2016-10-11)

- Fixed Bash script header to dynamically load correct environment.
- Fixed application install script description.
- Fixed restoration of newsyslog configurations.
- Added [Dash](https://kapeli.com/dash) application install.
- Added [mas](https://kapeli.com/app_store_migrate) Homebrew install.
- Added additional steps to the README post install section.
- Added automated App Store install support.
- Added rsync support when restoring a backup.
- Updated README with list of automated App Store installs.
- Updated and clarified README documentation.
- Updated to Dotfiles 23.0.0.
- Updated to Go Setup 2.0.0.
- Updated to NPM Setup 2.0.0.
- Updated to Ruby Setup 6.0.0.
- Updated to Sublime Text Setup 5.0.0.
- Removed Homebrew OpenSSL force link.
- Removed miscellaneous software from README.

# v1.0.0 (2016-10-05)

- Initial version.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ project not be to your liking, feel free to fork and customize for your specific
- [libffi](https://sourceware.org/libffi)
- [libyaml](http://pyyaml.org/wiki/LibYAML)
- [lnav](http://braumeister.org/formula/lnav)
- [mas](https://kapeli.com/app_store_migrate)
- [Memcached](http://memcached.org)
- [Mecurial](http://mercurial.selenic.com)
- [Mosh](http://mosh.mit.edu)
Expand Down Expand Up @@ -237,7 +238,7 @@ Current Version (stable):

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

Master Version (unstable):

Expand All @@ -257,8 +258,9 @@ and `lib` directories. Here is a breakdown each:

- `bin/apply_basic_settings`: Applies basic, initial, settings for setting up a machine.
- `bin/apply_default_settings`: Applies useful system and application defaults.
- `bin/install_applications`: Installs macOS, GUI-based, applications.
- `bin/install_extensions`: Installs macOS application extensions.
- `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/restore_backup`: Restores system/application settings from backup image.
- `bin/setup_software`: Configures and launches (if necessary) installed software.
Expand Down Expand Up @@ -334,8 +336,8 @@ install scripts have been executed:
- Security & Privacy:
- General:
- Require password immediately after sleep or screen saver begins.
- Show contact info when screen is locked. Example: `<twitter> | <email> | <phone> | <url>`.
- Allow apps downloaded from App Store and identified developers.
- Enable message when screen is locked. Example: `<twitter> | <email> | <phone> | <url>`.
- Allow your Apple Watch to unlock your Mac.
- FileVault:
- Enable FileVault and save the recovery key in a secure location (i.e. 1Password).
- Firewall:
Expand All @@ -356,6 +358,7 @@ install scripts have been executed:
- Users & Groups:
- Update avatar.
- Remove unused login items.
- Disable guest account.

# Versioning

Expand Down

0 comments on commit 73bc2e6

Please sign in to comment.