16-Aug-2023
- Add version check to
dialogCheck
(Pull Request No. 67; thanks yet again, @drtaru!) - Make
presetConfiguration
also apply touserInput
(Pull Request No. 63; thanks for another one, @rougegoat!) - Fix for visual hiccup where
infobox
displays "Analyzing input …" ifconfigurationDownloadEstimation
andpromptForConfiguration
are both set tofalse
(Pull Request No. 69; thanks yet again, @rougegoat!) - Added networkQuality check for macOS Sonoma 14
- Formatting updates
- Updated Palo Alto GlobalProtect icon hash
- Changed "Restart Attended" Completion Action one-liner (Addresses Issue No. 71; thanks, @master-vodawagner!)
- Delay the removal of
overlayicon
(Addresses Issue No. 73; thanks, @mani2care!) - Added
reconOption
prompts forrealname
andemail
(Addresses Issue No. 52; thanks for the suggestion @brianhm; thanks for the code, @Siggloo!) - Changed dialog heights to percentages
- Auto-cache / auto-remove a hosted welcomeBannerImage (Addresses Issue No. 74
- Added a
welcomeDialog
option ofmessageOnly
(Addresses Issue No. 66; thanks for the suggestion, @ryanasik) - Reverted "Restart Attended" Completion Action one-liner (Unaddresses Issue No. 71; sorry, @master-vodawagner)
- Set newly added email address to required (regex courtesy of @bartreardon) (Addresses Issue No. 75; thanks for the suggestion, @ryanasik)
- Added code to pre-fill user's full name (Addresses Issue No. 76; thanks for the suggestion, @ryanasik)
- Reverted dialog heights to pixels
- Updated Vimeo video ID
- Updated
serialNumber
code (with special thanks to @Eltord for saving each and every user 0.0.6 seconds) - Added
suppressReconOnPolicy
variable; when set totrue
, a-forceNoRecon
flag when executing therun_jamf_trigger
function (Addresses Issue No. 79; thanks for the idea, @fitzwater-rowan; thanks for yet another PR, @rougegoat!) - Added "Install Buffers" to each Configuration to include installation time of packages (Addresses Issue No. 78; thanks, @Eltord!
- Added permissions correction on
mktemp
-created files (for swiftDialog 2.3)
What's Changed
- Add version check to dialogCheck, Split out install to new function by @drtaru in #67
- Make presetConfiguration Apply to userInput As well by @rougegoat in #63
- Infobox User Input Visual Hiccup by @rougegoat in #69
- Add Support for Suppressing Recon on Policy Runs by @rougegoat in #80
- Added Install Buffers to each configuration by @Eltord in #78
New Contributors
Full Changelog: v1.11.0...v1.12.0-rc7