Skip to content

Commit 0eb0916

Browse files
committed
updated for v1.2beta
1 parent c5d5798 commit 0eb0916

File tree

6 files changed

+307
-55
lines changed

6 files changed

+307
-55
lines changed

ChangeLog.md

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

3+
### New Features
4+
- Setup Manager can send [webhooks](Docs/Webhooks.md) on start and finish, (#70)
5+
- User Entry:
6+
- `email`, `endUsername`, `realname`, `position` and `phone` fields added. These will be submitted to Jamf Pro when Setup Manager finishes and during a `waitForUserEntry` action (#24)
7+
- you can set custom and localized labels for user entry fields in the profile with a `label` key (#40)
8+
- [User Data file](Docs/Extras.md#user-data-file) now contains a list of enrollmentActions
9+
- added 'restart' option to ['finalAction'](ConfigurationProfile.md#finalAction) (#38, #58)
10+
- [icon sources](ConfigurationProfile.md#icon-source) and [`accentColor`](ConfigurationProfile.md#accentColor) can now have [a dark mode alternative defined in the profile](ConfigurationProfile.md#dark-mode) (#61)
11+
- hitting the space bar while Setup Manager is the Active window will open a window with a scannable barcode of the serial number
12+
- `message` and help:`message` now interpret [markdown formatting](ConfigurationProfile.md#markdown) (#46)
13+
14+
### Fixes and Improvements
15+
- icon for `waitForUserEntry` can be changed from the profile
16+
- shell actions correctly show success or failure, depending on their exit code (#39)
17+
- Jamf Pro policy actions show success or failure in most situations. Note that there are many things a policy can potentially do. Not all failures are caught. This registers failed pkg installations and policy scripts that return a non-zero exit code, which should cover most situations. Note also, these checks will only work on macOS 13 and higher. On macOS 12, Jamf policies will always be reported as success.
18+
- read enrollment actions data from profile after user-initiated enrollments more reliably
19+
- now tries for 15 seconds to reload images with local file paths, this should help in situations were the resources file are installed after Setup Manager
20+
- many other fixes and improvements
21+
- user data file will contain the enrollment user when the `userID` key is set
22+
- battery warning threshold is now different for Intel (%50) and Apple silicon (%20) Macs. This matches Apple's warnings before applying software updates
23+
24+
### Deprecations and Removals
25+
- the minimum macOS requirement for Setup Manager will be raised to macOS 13 soon
26+
- `showBothButtons` option removed and non-functional, there will always be just one final action button displayed (#180)
27+
- the method for providing localized texts in the configuration profile changed in version 1.1. The previous method (by appending the two letter language code to the key) is considered deprecated. It will continue to work for the time being but will be removed in a future release. It is _strongly_ recommended to change to the [new dictionary-based solution](ConfigurationProfile.md#localization).
28+
29+
### Beta Features
30+
31+
Even though we are confident that the 1.2 release is overall stable and ready to be used in production, we believe this feature may require more testing. When, after thorough testing in your environment, you conclude this works for your workflow, please let us know about success or any issues you might encounter.
32+
33+
- Setup Manager can now run over Login Window, instead of immediately after installation. This also allows Setup Manager to work with AutoAdvance. Use [the new `runAt` key](ConfigurationProfile.md#runAt) in the profile to determine when Setup Manager runs
34+
35+
336
## v1.1.1
437
(2025-01-28)
538

0 commit comments

Comments
 (0)