Skip to content

Commit 814cfd6

Browse files
committed
updated for Setup Manager 1.4.1
1 parent 23484fe commit 814cfd6

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Setup Manager - Change Log
22

3+
## 1.4.1
4+
5+
(2025-12-22)
6+
7+
- `finishedScript` and `finishedTrigger` now respect when `DEBUG` key is set and do nothing (#181)
8+
- improved error detection and reporting in `DEBUG` mode (#150, #180)
9+
- adjusted recon/Update Inventory workflow, to adapt to a change in `jamf` binary (#177)
10+
- fixed custom JSON for Jamf Pro profile for Webhooks (#184)
11+
- localization fixes
12+
313
## 1.4
414

515
(2025-12-03)

ConfigurationProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These behaviors change in debug mode:
2121
- `policy`, `recon`, and `shell` actions that require root are replaced with a delay (and will always complete successfully)
2222
- `watchPath` and `wait` actions timeout and fail after 10 seconds
2323

24-
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.
24+
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.
2525

2626
#### `title`
2727

Docs/Extras.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ When you reach the limits of the custom schema, use the XML it generates as a st
3333

3434
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.
3535

36+
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.
37+
3638
## iMazing Profile Editor
3739

3840
There is also a manifest for Setup Manager in [iMazing Profile Editor](https://imazing.com/profile-editor).

0 commit comments

Comments
 (0)