Releases: jamf/DEPNotify-Starter
Releases · jamf/DEPNotify-Starter
v2.0.7 fixes
v2.0.6 launchctl asuser
Changed sudo -u to launchctl asuser.
v2.0.4 Updated Messaging
Added variables for organization and contacting support.
v2.0.1 Chmod and Chown Issue Fixed
Minor fix to chmod and chown commands being embedded in the Registration and EULA options. Moved some things around so the proper file permissions were there if not using the Registration or EULA options.
v2.0.0 Updates to Registration Window
v.2.0.0 is not backward compatible with versions of DEPNotify 1.1.2 or older. Please update the DEPNotify app prior to using this script. More info can be found in the RELEASES.md and CHANGELOG.md
v1.2.0 Major Release, Support for EULA and Registration Window
More info can be found in the Changelog - https://github.com/jamfprofessionalservices/DEP-Notify/blob/master/CHANGELOG.md
v1.1.2 Patch to fix scenarios when not creating users in Setup Assistant
- Thanks @remusache for finding a workflow that need to be addressed
- Script now should handle workflows which do not have an end user configure the device
- After checking to see if Setup Assistant is finished, script will now check to see if Finder is running
v1.1.1 Patch to fix custom Self Service brand image
- Added true/false variable for custom Self Service branding
- Added loop for waiting for the custom branding to be downloaded
- Removed To Do list, how to use, and tested versions from bash script
- Updated GitHub Readme file with additional information
v1.1.0 Stable release for macOS 10.3.6 and macOS 10.4
- Changed loop to look for the Setup Assistant process rather than files and users
- Changed /dev/console lookup to stat per shellcheck.net recommendation
- Verified with 10.13.6, 10.14 and Jamf Pro 10.7.1
- Removed double \ in the new line escapes. Has changed in a recent update.
- Added a troubleshooting and debugging log for helping out with DEP related issues.
- Debug log focused on what happens prior to DEP Notify creation.
- Changed default image to Self Service icon.
v1.0.0 Stable release for macOS 10.3.5
Initial commit plus updated if statements to use true/false over yes/no and support for FileVault logout automation.