Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

82 lines (48 loc) · 3.07 KB

CHANGELOG

No date

[2.0.2]

12.05.2021

  • Runs jamfHelper as the current user (this may not be necessary - was introduced to try and fix a problem where the tool was not showing though was running).
  • Changed default defer count (back) to 10.

30.04.2021

  • The uninstaller script now forgets the package.
  • A delay is introduced after a user closes the Software Update pane before bringing the dialog back. This is to primarily prevent the popup showing up while a restart is happening. (Ideally we would be able to check if the restart has been initiated, but that is not happening yet.)
  • Added the CHANGELOG.md file.

30.04.2021

This update removes the parts of the script that initiated softwareupdate for updates that require a restart. Instead, the Software Update pane is opened to prompt the user to perform the update themselves. If the user closes the Software Update pane, the prompt will reopen with one fewer chances to defer.

Due to this change, the on-demand logic has been removed.

27.09.2019

The software updates that didn't need a restart were not running. This update fixes it. Also, the last notification message no longer times out after 300s. It will stay open forever.

27.08.2019

  • Replaced StartInterval with StartCalendarInterval to ensure script starts regularly.
  • Created an uninstaller script
  • Created a post-install script for Jamf which will allow parameters to be overridden in a policy.

15.08.2019

The deferral count will no longer reduce if there is no user response. We want to avoid a situation where an unattended machine restarts without intervention. The final alert will still timeout and perform the updates, however.

Also fixed the custom logo option.

Note that this version has the default of running every hour in `build.sh. The next version will return to once a day.

This version also includes our corporate logo.

13.08.2019

A custom icon (any .png) can be added to a custom_icons folder. If so, this will be used in the jamfHelper message alert instead of the Software Updates icon.

The currentUser calculation was also changed to the scutil method to avoid python.

The build script no longer leaves the plists in binary format.

13.08.2019

Changed the default button of the jamfHelper dialogs to Cancel, because after timeout, the update was running anyway since timeout induces whichever the default button is.

Also shortened the timeout to 82800 from 99999 seconds to prevent overlap of two days' dialogs.