From f5aee36e603d7726dfc69d412687f71cd2e28ea8 Mon Sep 17 00:00:00 2001 From: BigMac Admin <106293503+BigMacAdmin@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:05:49 -0800 Subject: [PATCH] Version 1.0 final --- Baseline.sh | 2 +- PatchNotes_v0.5.1.md | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 PatchNotes_v0.5.1.md 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