Notes
This is a pre-release version of Nudge created by GitHub Actions.
Nudge.app has been signed and notarized. The package has been signed, notarized and stapled.
By default Nudge looks for a com.github.macadmins.Nudge.json
file located in /Library/Preferences
. If you would like to use an alternative path, please read the README or the WIKI
About the LaunchAgent
This is a basic launch agent that opens Nudge twice an hour, every 30 minutes.
If you would like to reduce the amount of times Nudge launches per day, it is recommended to create your own LaunchAgent.
Changelog
Added
allowLaterDeferralButton
key to remove the "Later" button when using deferralsbuiltInAcceptableApplicationBundleIDs
now includes the Ventura and Monterey upgrade appsCMD + Option + M
andCMD + Option + N
are now banned hotkeys when Nudge is the primary windowAssociatedBundleIdentifiers
is now added to the LaunchAgent
Changed
- Xcode 14 or higher is now required to build Nudge
- Xcode 14.2 is the verison used to build Nudge through Github Actions
- Monterey is the default icon
asynchronousSoftwareUpdate
is no longer honored when therequiredInstallationDate
has been passed- The default Nudge package now attempts to install to
/Applications/Utilities
to improve deployments through Intune - The default Nudge LaunchAgent package now attempts to install to
/Library/LaunchAgents
to improve deployments through Intune - The default Nudge Logger package now attempts to install to
/Library/LaunchDaemons
to improve deployments through Intune - German and Danish language improvements
Fixed
- All known Xcode 14 warnings
- Custom Deferral buttons now expand to the entire string length
Changes
- c2a4709 - xcode 14.2
- d66e154 - Google translate translation fixed (#431)
- 8b2d691 - Update DefaultPreferencesNudge.swift (#416)
- 1aaade7 - Update default icon to Ventura (#407)
- 14826fb - Updated German translation and LaunchAgent (#405)
- 8d14d37 - update launchagent to 1.0.1
- daa5a16 - v1.0.1 launchagent on github actions
- 26680fa - update changelog reader to 2.2.2
- 4c34fcd - fix customDeferralDropdownText truncation
- 6b36a7d - block CMD+Option M and N
- 6ed9272 - fix xcode 14.2 warnings
- d1089d2 - AccentColor
- e868c34 - allowLaterDeferralButton
- 8327716 - Use asynchronousSoftwareUpdate until pastRequiredInstallationDate
- 609d1d8 - more build warnings
- fafcfa3 - try to install to applications-utilities
- 55661a4 - v1.1.10 changelog
- 0ad1d43 - fix the path again but for all three
- dbb0ced - payload has to exist