Skip to content

Commit 9368026

Browse files
committed
updated for v1.2.2
1 parent 3f6198a commit 9368026

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

ChangeLog.md

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

3+
## v1.2.2
4+
(2025-04-17)
5+
- signed a helper script that could lead to unexpected background item prompts
6+
- disabled command-W keystroke
7+
- fixed a stall in `waitForUserEntry` with Jamf School
8+
- fixed link to computer record in Teams message (#110)
9+
- minor documentation fixes
10+
311
## v1.2.1
412
(2025-04-02)
513

ConfigurationProfile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Example:
148148

149149
(Number/integer, optional, default: `60`)
150150

151-
This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the `finalAction` (continue or shut down). Set to `-1` (or any negative number) to disable automated execution.
151+
This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the `finalAction`. Set to `-1` to disable automated execution.
152152

153153
Example:
154154

@@ -173,7 +173,7 @@ This key sets the action and label for the button shown when Setup Manger has co
173173
There are three options:
174174
- `continue`: (default) merely quits Setup Manager and allows the user to continue (probably Setup Assistant or login window)
175175
- `restart`: restarts the Mac
176-
- `shut down`: (no space!) shuts down the Mac
176+
- `shutdown`: (no space!) shuts down the Mac
177177

178178
**Warning:** `restart` and `shutdown` options will force their action immediately. If a user is logged in (after user-initiated enrollment), they may lose data from open, unsaved documents.
179179

@@ -218,7 +218,7 @@ Example:
218218

219219
(String, Jamf Pro only)
220220

221-
Set this to `$EMAIL` in the configuration profile. This communicates the user who logged in to customized enrollment to Setup Manager. This can be used together with the `userEntry.showForUserIDs` key to control which users see the user entry UI.
221+
Set this to `$EMAIL` in the configuration profile. This communicates the user who logged in to customized enrollment to Setup Manager. This can be used together with the [`userEntry.showForUserIDs`](#conditionally-show-the-user-entry-for-certain-users) key to control which users see the user entry UI.
222222

223223
Example:
224224

@@ -478,7 +478,7 @@ Example:
478478

479479
This will run [Installomator](https://github.com/Installomator/Installomator) to install a given label.
480480

481-
Note: by default, Setup manager will add `NOTIFY=silent` to the arguments to suppress notfications. You can override this in the `arguments`.
481+
Note: by default, Setup manager will add `NOTIFY=silent` to the arguments to suppress notifications. You can override this in the `arguments`.
482482

483483
#### `installomator`
484484

0 commit comments

Comments
 (0)