Skip to content

Commit

Permalink
Setup Your Mac (1.15.0) (#151)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update README.md

- Updated README to reflect `1.15.0`

Signed-off-by: Robert Schroeder <[email protected]>

* 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 <[email protected]>

* Update README.md

- Updated README to reflect `1.15.0`

Signed-off-by: Robert Schroeder <[email protected]>

---------

Signed-off-by: Robert Schroeder <[email protected]>

* 1.15.0-b1: Updated CHANGELOG.md and CONTRIBUTORS.md

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b2: Included icon fix from v1.14.1

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b2: Included icon fix from v1.14.1

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b3: Included icon fix from v1.14.2

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b4: Included typo fix from v1.14.3

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b5

Signed-off-by: Dan K. Snelson <[email protected]>

* 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 <[email protected]>

* 1.15.0-b6

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b7

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b8

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b9

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b10

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b11

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b12

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b13

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b14

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b15

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b16

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b17

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b18

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0-b18

Signed-off-by: Dan K. Snelson <[email protected]>

* 1.15.0

Signed-off-by: Dan K. Snelson <[email protected]>

---------

Signed-off-by: Robert Schroeder <[email protected]>
Signed-off-by: Dan K. Snelson <[email protected]>
Signed-off-by: Howard Griffith <[email protected]>
Co-authored-by: Robert Schroeder <[email protected]>
Co-authored-by: Howard Griffith <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 30a1573 commit b5f268e
Show file tree
Hide file tree
Showing 8 changed files with 2,443 additions and 2,140 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# CHANGELOG

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

## 1.14.2
### 15-Feb-2024
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
### Humbled & Amazed

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:
- lukecharters for eleventh-hour testing feedback
- AndrewMBarnett for [Pull Request No. 145](https://github.com/setup-your-mac/Setup-Your-Mac/pull/145)
- arnoldtaw for [Issue No. 132](https://github.com/setup-your-mac/Setup-Your-Mac/issues/132)
- HowardGMac for [Pull Request No. 148](https://github.com/setup-your-mac/Setup-Your-Mac/pull/148)
- jcmbowman for suggesting a fix for arnoldtaw's [Issue No. 149](https://github.com/setup-your-mac/Setup-Your-Mac/issues/149)
- robjschroeder for [Pull Request No. 137](https://github.com/setup-your-mac/Setup-Your-Mac/pull/137)
- Mazi for helping to identify a logging typo in "Log Out Attended" completionActionOption
- drtaru for [Pull Request No. 140](https://github.com/setup-your-mac/Setup-Your-Mac/pull/140)
- seaneldridge7 for [Issue No. 139](https://github.com/setup-your-mac/Setup-Your-Mac/issues/139)
- bartreardon for helping to resolve an issue when icons were not displaying as expected
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- markdownlint-disable-next-line first-line-heading no-inline-html -->
[<img align="left" alt="Setup Your Mac (1.14.0)" src="images/SYM_icon.png" width="128" />](https://snelson.us/sym)

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

![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)

> Optimized to leverage SYM-Helper (1.1.2), Setup Your Mac (1.14.3) includes a break-fix for swiftDialog (2.5.0)
> Optimized to leverage SYM-Helper (1.2.0), Setup Your Mac (1.15.0) leverages new features of swiftDialog (2.5.0)
[<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)
[<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)


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

**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_.

[Continue reading …](https://snelson.us/symh)
[Continue reading …](https://snelson.us/sym)

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

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

**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.

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

---

Expand Down
Loading

0 comments on commit b5f268e

Please sign in to comment.