Skip to content

Commit b5f268e

Browse files
dan-snelsonrobjschroederHowardGMac
authored
Setup Your Mac (1.15.0) (#151)
* 1.15.0 - Added logging functions - Changed script version to `1.15.0` - Functions have been re-arranged to work with the logging functions Signed-off-by: Robert Schroeder <robjschroeder@gmail.com> * Update README.md - Updated README to reflect `1.15.0` Signed-off-by: Robert Schroeder <robjschroeder@gmail.com> * 1.15.0 (#137) * 1.15.0 - Added logging functions - Changed script version to `1.15.0` - Functions have been re-arranged to work with the logging functions Signed-off-by: Robert Schroeder <robjschroeder@gmail.com> * Update README.md - Updated README to reflect `1.15.0` Signed-off-by: Robert Schroeder <robjschroeder@gmail.com> --------- Signed-off-by: Robert Schroeder <robjschroeder@gmail.com> * 1.15.0-b1: Updated CHANGELOG.md and CONTRIBUTORS.md Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b2: Included icon fix from v1.14.1 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b2: Included icon fix from v1.14.1 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b3: Included icon fix from v1.14.2 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b4: Included typo fix from v1.14.3 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b5 Signed-off-by: Dan K. Snelson <dan@snelson.us> * Add Support Team fields to 1.15.0 Added Support Team Chat server address and hyperlink fields Added Support Hours field Added Support Team Chat to list of Support Team pre-flight as a valid option to have populated. Added new Support Team fields to the supportMessage, welcomeMessage, and helpmessage Signed-off-by: Howard Griffith <howardgriffith@yahoo.com> * 1.15.0-b6 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b7 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b8 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b9 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b10 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b11 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b12 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b13 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b14 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b15 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b16 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b17 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b18 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0-b18 Signed-off-by: Dan K. Snelson <dan@snelson.us> * 1.15.0 Signed-off-by: Dan K. Snelson <dan@snelson.us> --------- Signed-off-by: Robert Schroeder <robjschroeder@gmail.com> Signed-off-by: Dan K. Snelson <dan@snelson.us> Signed-off-by: Howard Griffith <howardgriffith@yahoo.com> Co-authored-by: Robert Schroeder <robjschroeder@gmail.com> Co-authored-by: Howard Griffith <howardgriffith@yahoo.com>
1 parent 30a1573 commit b5f268e

File tree

8 files changed

+2443
-2140
lines changed

8 files changed

+2443
-2140
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# CHANGELOG
22

3-
## 1.14.3, 29-May-2024
3+
## 1.15.0
4+
### 11-Jun-2024
5+
- Added logging functions [Pull Request No. 137](https://github.com/setup-your-mac/Setup-Your-Mac/pull/137); thanks, @robjschroeder!
6+
- Modified Microsoft Teams Message `activitySubtitle`
7+
- Activated main "Setup Your Mac" dialog with each `listitem`
8+
- Added swiftDialog `2.5.0`'s `--verbose`, `--debug` and `--resizable` flags to debugModes
9+
- Failure Message: Increased `sleep` value from `0.3` to `0.7` (thanks, for the report, @arnoldtaw; thanks for the code suggestion, @jcmbowman)
10+
- Miscellaneous formatting and clean-up
11+
- Added Support Team fields (thanks, @HowardGMac!)
12+
- Set `swiftDialogMinimumRequiredVersion` to `2.5.0.4768`
413
- Improved exit code processing for 'Welcome' dialog
14+
- Added pre-flight check for AC power (thanks for the suggestion, @arnoldtaw; thanks for the code, Obi-Josh!)
15+
- Added Variables for Prefill Email and Computer Name (thanks, @AndrewMBarnett!)
16+
- Improved Remote Validation error-checking
17+
- Updated Dynamic Download Estimates for macOS 15 Sequoia
518

619
## 1.14.2
720
### 15-Feb-2024

CONTRIBUTORS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
### Humbled & Amazed
1717

1818
The response to Setup Your Mac has been both humbling and amazing; my personal thanks to MacAdmins worldwide and the ever-growing number of contributors:
19+
- lukecharters for eleventh-hour testing feedback
20+
- AndrewMBarnett for [Pull Request No. 145](https://github.com/setup-your-mac/Setup-Your-Mac/pull/145)
21+
- arnoldtaw for [Issue No. 132](https://github.com/setup-your-mac/Setup-Your-Mac/issues/132)
22+
- HowardGMac for [Pull Request No. 148](https://github.com/setup-your-mac/Setup-Your-Mac/pull/148)
23+
- jcmbowman for suggesting a fix for arnoldtaw's [Issue No. 149](https://github.com/setup-your-mac/Setup-Your-Mac/issues/149)
24+
- robjschroeder for [Pull Request No. 137](https://github.com/setup-your-mac/Setup-Your-Mac/pull/137)
25+
- Mazi for helping to identify a logging typo in "Log Out Attended" completionActionOption
1926
- drtaru for [Pull Request No. 140](https://github.com/setup-your-mac/Setup-Your-Mac/pull/140)
2027
- seaneldridge7 for [Issue No. 139](https://github.com/setup-your-mac/Setup-Your-Mac/issues/139)
2128
- bartreardon for helping to resolve an issue when icons were not displaying as expected

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- markdownlint-disable-next-line first-line-heading no-inline-html -->
22
[<img align="left" alt="Setup Your Mac (1.14.0)" src="images/SYM_icon.png" width="128" />](https://snelson.us/sym)
33

4-
# Setup Your Mac (1.14.3) with SYM-Helper (1.1.2) via swiftDialog (2.5.0)
4+
# Setup Your Mac (1.15.0) with SYM-Helper (1.2.0) via swiftDialog (2.5.0)
55

66
![GitHub release (latest by date)](https://img.shields.io/github/v/release/dan-snelson/Setup-Your-Mac?display_name=tag) ![GitHub issues](https://img.shields.io/github/issues-raw/dan-snelson/Setup-Your-Mac) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/dan-snelson/Setup-Your-Mac) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/dan-snelson/Setup-Your-Mac) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/dan-snelson/Setup-Your-Mac)
77

8-
> Optimized to leverage SYM-Helper (1.1.2), Setup Your Mac (1.14.3) includes a break-fix for swiftDialog (2.5.0)
8+
> Optimized to leverage SYM-Helper (1.2.0), Setup Your Mac (1.15.0) leverages new features of swiftDialog (2.5.0)
99
10-
[<img alt="Setup Your Mac (1.14.1)" src="images/SYM-Helper_1.1.1_SYM-1.14.0_Hero.png" />](https://snelson.us/sym)
10+
[<img alt="Setup Your Mac (1.15.0)" src="images/SYM-Helper_1.2.0_SYM-1.15.0_Hero.png" />](https://snelson.us/sym)
1111

1212

1313
## Introduction
@@ -16,7 +16,7 @@ Apple's Automated Device Enrollment helps streamline Mobile Device Management (M
1616

1717
**Setup Your Mac** aims to simplify initial device configuration by leveraging `swiftDialog` and Jamf Pro Policy Custom Events to allow end-users to self-complete Mac setup _post-enrollment_.
1818

19-
[Continue reading …](https://snelson.us/symh)
19+
[Continue reading …](https://snelson.us/sym)
2020

2121
### Script
2222
- [Setup-Your-Mac-via-Dialog.bash](Setup-Your-Mac-via-Dialog.bash)
@@ -30,11 +30,11 @@ A special thanks to the ever-growing list of [contributors](CONTRIBUTORS.md); le
3030

3131
> A stand-alone macOS app to help MacAdmins more easily deploy [Setup Your Mac](https://snelson.us/sym)
3232
33-
![SYM-Helper Hero](images/SYM-Helper-Hero.png)
33+
![SYM-Helper Hero](images/SYM-Helper-1.2.0-Hero.png)
3434

3535
**NOTE:** When editing [Setup-Your-Mac-via-Dialog.bash](Setup-Your-Mac-via-Dialog.bash), &ldquo;[SYM-Helper]&rdquo; indicates variables which can be configured with SYM-Helper.
3636

37-
[Documentation](https://snelson.us/sym-helper) | [Releases](https://github.com/setup-your-mac/SYM-Helper/releases)
37+
[Documentation](https://snelson.us/sym) | [Releases](https://github.com/setup-your-mac/SYM-Helper/releases)
3838

3939
---
4040

0 commit comments

Comments
 (0)