github macadmins/nudge v1.1.6.81354
Nudge 1.1.6.81354

latest releases: v1.1.16.81564, v1.1.16.81563, v1.1.16.81562...
pre-release24 months ago

Added Manual Notes

New keys:

  • acceptableCameraUsage which I imagine might take place for lot of people's acceptableBundleIDs
  • aggressiveUserFullScreenExperience enabling full screen blur
    • defaulted to on
  • cameraReferralTime preference that can be used with acceptableCameraUsage to allow Nudge to honor previous events of camera usage at the expense of some CPU penalties.
    • Example: User was on an hour long zoom meeting and 30 minutes in, Nudge launches. Nudge can go back in time and see that the camera was turned on. this is an integer that is calculated by minutes

Changes and fixes:

  • improved Norwegian localization
  • new Danish localization
  • fixes the bug around people moving Nudge to a different desktop space and bypassing nudge event
  • CMD+N and CMD+M are now banned if Nudge is the primary window on a macOS device

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.

Changes

  • effa383 - Create a blurred background that can be displayed on request (demonstration code)
  • 125cfaf - super nag - make nudge and the blurred window persist across all virtual desktops
  • f1e6457 - add storyboard to xcodeproj
  • f49fe10 - make blur screen false by default - needs more work to make it prod worthy
  • 463a9d1 - Make the background an observed object Call viewObserved.bluredBackground?.close() when clicking the "update device" button. this will make the background blur go away so the user can see the update window
  • 404fc26 - duplicated reference to the background storyboard
  • fa0d6df - renamed Blur storyboard to baclgroundBlur
  • 18339fa - Removed storyboard and replaced as NSWindow declaration
  • eb3edcf - Merge branch 'development' into background-blur
  • af87ab1 - Merge branch 'development' into background-blur
  • a19b1e6 - Merge pull request #335 from macadmins/development
  • 44cb06e - Added N and M as banned keys. banning N prevents new window which is innocuous but not useful in any case. banning M prevents Nudge from being minimised perpetually and thus not being "in the way".
  • 243a5a7 - Merge pull request #351 from bartreardon/more-banned-shortcut-keys
  • 37d2cb9 - improve Norwegian localization
  • f6c69db - Add Danish localization
  • 5487cd8 - disable ability to move nudge to different desktop spaces
  • 3eb3666 - add acceptableCameraUsage and cameraReferralTime code logic
  • ddacdd7 - acceptableCameraUsage should be false default
  • 1460619 - Merge branch 'development' into background-blur
  • 15f5951 - Merge pull request #316 from bartreardon/background-blur
  • d793f46 - Finish out the blurred background v1 code and fix some bugs
  • 1ff01d1 - Ensure blur is always loaded on re-activations
  • 9ea240e - Attempt to fix deferral date when ui is open for a while
  • 906b810 - Merge pull request #355 from macadmins/dev-blur
  • 134b258 - add cameraReferralTime to preferences
  • 5cba117 - remove fullscreen debug test code
  • 45b5018 - fix bugs with blur logic and create test workflow

Don't miss a new nudge release

NewReleases is sending notifications on new releases.