mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
updated for Setup Manager 1.4.1
This commit is contained in:
10
ChangeLog.md
10
ChangeLog.md
@@ -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)
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user