diff --git a/Baseline.sh b/Baseline.sh index a10ff16..37c00bd 100755 --- a/Baseline.sh +++ b/Baseline.sh @@ -6,7 +6,7 @@ set -x # @BigMacAdmin on the MacAdmins Slack # trevor@secondsonconsulting.com -scriptVersion="v.0.5.2" +scriptVersion="v.1.0" ######################################################################################################## ######################################################################################################## diff --git a/PatchNotes_v0.5.1.md b/PatchNotes_v0.5.1.md deleted file mode 100644 index 4a905ba..0000000 --- a/PatchNotes_v0.5.1.md +++ /dev/null @@ -1,15 +0,0 @@ -## Baseline v0.5.1 -### New Features -- Include the package `/usr/local/Baseline/Packages/SwiftDialog.pkg` to install a bundled copy of SwiftDialog instead of downloading. -- An additional class of Scripts can now be defined as `InitialScripts`. Scripts in this dictionary are: - - Processed by the same function as `Scripts` and thus have the same requirements and features. - - Initiated immediately upon a confirmed end user login, and prior to the main Dialog list. - - There is no SwiftDialog window open while Initial Scripts are being processed. This means admins are welcome to create their own custom SwiftDialog experience with branding and messaging as you see fit. - - It is recommended that Initial Scripts call a dialog window with the `--blurscreen` and `--ontop` options to match the defaults used in the main Baseline script. -- New `Restart` configuration key. - - Boolean value which when set to `false` will not force a restart at the completion of Baseline - - Default is `true` and this key does not need to be included if you want to leave the default behavior -- Added `InitialScripts` and `Restart` to the ProfileManifest -### Bug Fixes -- Fixed a logic loop where Baseline would never exit if SwiftDialog wasn't installed successfully with Installomator. -- General code cleanup \ No newline at end of file