Skip to content

Nudge 1.1.14.81535

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 16:05
· 227 commits to main since this release

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

This will be the final Nudge release for macOS 11 and potentially other versions of macOS.

If there are any bugs present in the v1.1.14 branch, subsequent v1.1.14.x builds may be created to address them for legacy macOS versions.

Added

  • screenShotAltText key to customize the accessible hover over on screen shots

Changed

  • GitHub Actions now use Xcode 15.2 for building/signing/notarizing Nudge
  • All code has been rewritten across all 29 Swift/SwiftUI files and Test files
  • Many small code paths have had increased safety added to them
  • Slight changes to the unit tests based on new methods created

Fixed

Changes

  • 4bbf22e - bump test json to 2025-01-01
  • 376a165 - fix all base64 inconsistent framing
  • 3eef2fc - Move to Xcode 15.1 for builds
  • e8a3f17 - first major refactor of most swiftui code
  • 4aee8ee - bump to v1.1.14
  • 8f0b3e5 - second large refactor of ui logic
  • 41b1475 - refactor camera logic and fix compiling errors
  • ca00622 - first (giant) refactor of Utils.swift
  • b0fc6f0 - more utilities refactoring
  • 4440161 - finish utilities refactor
  • 1b82018 - Utils.swift - alphabetize and complete camera struct
  • 7b63156 - mark remaining files to refactor so I dont forget
  • a618cfb - finish defaults refactor
  • e2a18f5 - finish preferences swift file refactor
  • e147e21 - fix a todo
  • 8436273 - finish preferences structure refactor
  • 9655c4b - remove all remaining .public calls for logs
  • 444b3bf - finish the main file refactoring
  • 59f42a2 - quick fix for the unit tests
  • 7663eaa - actually fix nudge tests
  • 911b47b - add provisional changelog
  • 1b1fcc9 - fix privacy on logging
  • ca36988 - fix issue where there is not a "default" targetedOSVersionsRule
  • 47bc9b5 - correctly handle file paths for actionButtonPath if it is not passed with file://
  • b1af336 - use xcode 15.2
  • bdb3180 - finish v1.1.14
  • 1889e2f - potentially fix some debug lines for the json url
  • 5912309 - actually fix log event