Skip to content

Commit

Permalink
update changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jul 23, 2024
1 parent 057106e commit 83876e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@ Requires macOS 12.0 and higher.

### Fixed
- Logic introduced in v2.0.1 for `requiredInstallatonDate` when using the new `gracePeriodInstallDelay` was still incorrect and has been rewritten a second time.
- Unit tests were changed to match the fixed behavior
- `gracePeriodLogic` is now computed _after_ the SOFA feed assessment
- Logic introduced in v2.0.2 accidentally forced the `randomDelay` when using the `-demo-mode` argument. This is now removed.
- `gracePeriodsPath` objects that were 0 bytes in size were ignored. This has been modified to allow these files
- Ex: Ann admin simply runs `touch` on a file.
- The JAMF JSON schema had an incorrect title value for `unsupportedURLs`
- PRs sent to the Nudge repo will now have the tag `safe-to-test` removed after every CI/CD run, regardless of pass/fail status.
- The PR build script has been fixed to re-upload zipped `Nudge.app` files for user testing

## [2.0.3] - 2024-07-22
Requires macOS 12.0 and higher.

### Changed
- The command line argument `-disable-randomDelay` is now `-disable-random-delay`
- Unit tests do not honor the `randomDelay` key

### Fixed
- When a user clicked on the `updateDevice` button, the logs would incorrectly state the user was entering the "Unsupported UI" workflow.
Expand Down

0 comments on commit 83876e7

Please sign in to comment.