updated for Setup Manager 1.4.1

This commit is contained in:
Armin Briegel
2025-12-22 14:15:23 +01:00
parent 23484fe7ae
commit 814cfd657a
3 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
# Setup Manager - Change Log # Setup Manager - Change Log
## 1.4.1
(2025-12-22)
- `finishedScript` and `finishedTrigger` now respect when `DEBUG` key is set and do nothing (#181)
- improved error detection and reporting in `DEBUG` mode (#150, #180)
- adjusted recon/Update Inventory workflow, to adapt to a change in `jamf` binary (#177)
- fixed custom JSON for Jamf Pro profile for Webhooks (#184)
- localization fixes
## 1.4 ## 1.4
(2025-12-03) (2025-12-03)

View File

@@ -21,7 +21,7 @@ These behaviors change in debug mode:
- `policy`, `recon`, and `shell` actions that require root are replaced with a delay (and will always complete successfully) - `policy`, `recon`, and `shell` actions that require root are replaced with a delay (and will always complete successfully)
- `watchPath` and `wait` actions timeout and fail after 10 seconds - `watchPath` and `wait` actions timeout and fail after 10 seconds
When in debug mode, you can also set the `simulateMDM` preference key to `Jamf Pro` or `Jamf School`. This allows you to do test runs on un-enrolled Macs. When in debug mode, you can also set the `simulateMDM` preference key to `Jamf Pro` or `Jamf School`. This is _necessary_ for test runs on un-enrolled Macs and to launch Setup Manager as a local user.
#### `title` #### `title`

View File

@@ -33,6 +33,8 @@ When you reach the limits of the custom schema, use the XML it generates as a st
Note that the custom schema can become confused when you switch between enrollment action types and you will need to clean up extra empty fields. It is best to delete the action type you don't need any more and create a new action of the desired type. Note that the custom schema can become confused when you switch between enrollment action types and you will need to clean up extra empty fields. It is best to delete the action type you don't need any more and create a new action of the desired type.
While the Jamf Pro interface offers different schemas for different versions of Setup Manager, you _only_ have to upgrade to the latest version when you need to use new features only available in that version.
## iMazing Profile Editor ## iMazing Profile Editor
There is also a manifest for Setup Manager in [iMazing Profile Editor](https://imazing.com/profile-editor). There is also a manifest for Setup Manager in [iMazing Profile Editor](https://imazing.com/profile-editor).