Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from Shufflepuck/hotfix/documentation-typo
Browse files Browse the repository at this point in the history
Fix typo in release note
  • Loading branch information
damien-rivet committed Mar 15, 2018
2 parents 0100bf6 + 441f032 commit c02b8f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.1]

### Fixed

* Typo in the release note that could be confusing

## [1.2]

### Added

* `/var/tmp/SplashBuddy/` with more tag files : `criticalDone` (All critical softwares are installed), `errorWhileInstalling` (Errors while installing), `allInstalled` (All software is installed (failed or success)), `allSuccessfullyInstalled` (All software is sucessfully installed).
* `/private/tmp/SplashBuddy/` with more tag files : `criticalDone` (All critical softwares are installed), `errorWhileInstalling` (Errors while installing), `allInstalled` (All software is installed (failed or success)), `allSuccessfullyInstalled` (All software is sucessfully installed).
* With `labMode` set to `true`, SplashBuddy will automatically display `complete.html` from `presentation.bundle` when all software is done installing (successfully or not) -- thank you @howardgmac

### Changed
Expand All @@ -18,8 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Better `presentation.bundle`, courtesy of @smithjw
* New exception in entitlements: `com.apple.security.temporary-exception.files.absolute-path.read-write` for `/private/tmp/SplashBuddy`

### Fixed

## [1.1]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![macOS](https://img.shields.io/badge/macOS-10.12.6-brightgreen.svg)
![macOS](https://img.shields.io/badge/macOS-10.13-brightgreen.svg)

![Version](https://img.shields.io/badge/Version-1.2.0-lightgrey.svg)
![Version](https://img.shields.io/badge/Version-1.2.1-lightgrey.svg)
![License](https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg)

SplashBuddy goal is to provide an *elegant* and *secure* onboarding process for Mac users using [DEP](https://www.apple.com/business/dep/).
Expand Down
4 changes: 2 additions & 2 deletions SplashBuddy/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit c02b8f6

Please sign in to comment.