Nudge 2.0.3.81727
github-actions
released this
22 Jul 13:37
·
80 commits
to main
since this release
Notes
This is a 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
Requires macOS 12.0 and higher.
Changed
- The command line argument
-disable-randomDelay
is now-disable-random-delay
Fixed
- When a user clicked on the
updateDevice
button, the logs would incorrectly state the user was entering the "Unsupported UI" workflow. - When running unit tests, Nudge no longer honors the randomDelay key or command line argument
Added
- To ease SOFA testing, you can now pass
-custom-sofa-feed-url
as an argument to override the built-in preferences and/or custom profile/json.- Ex:
-custom-sofa-feed-url "file:///Users/Shared/macos_data_feed.json"
- Ex:
Changes
- a77913b - bail on CI/CD if Apple's notary service is down
- 73656af - Better log event on Replace My Device action
- efb9ecc - add option for -custom-sofa-feed-url
- 766246a - fix updateDevice log events
- f9832a3 - v2.0.3 changelog
- e933595 - bump project to v2.0.3
- d9734a0 - ignore random delay for unit tests