Skip to content

Commit

Permalink
1.10.0-rc3
Browse files Browse the repository at this point in the history
06-Apr-2023

- 🆕 **Configuration Download Estimate** (Addresses [Issue No. 7]((#7)); thanks for the idea, @DevliegereM; heavy-lifting provided by @bartreardon!)
  - Manually set `configurationDownloadEstimation` within the script to `true` to enable
  - Specify an arbitrary value for `correctionCoefficient` (i.e., a "fudge factor" to help estimates match reality)
  - Calculate total file size (in MB) for each Configuration, then populate:
    - `configurationOneSize`
    - `configurationTwoSize`
    - `configurationThreeSize`
- 🔥 **Breaking Change** for users of Setup Your Mac prior to `1.10.0` 🔥
  - Added `recon` validation, which **must** be used when specifying the `recon` trigger (Addresses [Issue No. 19](#19))
- Standardized formatting of `toggleJamfLaunchDaemon` function
- Limit the `loggedInUserFirstname` variable to `25` characters and capitalize its first letter (Addresses [Issue No. 20](#20); thanks @mani2care!)
- Added line break to `welcomeTitle` and `welcomeBannerText`
- Replaced some generic "Mac" instances with hardware-specific model name (thanks, @Pico!)
- Replaced `verbose` Debug Mode code with `outputLineNumberInVerboseDebugMode` function (thanks, @bartreardon!)
- Removed dependency on `dialogApp`
  • Loading branch information
dan-snelson committed Apr 7, 2023
1 parent 33b7b43 commit 64d3711
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 76 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

## 1.10.0
### Release Date TBD
- :new: **Configuration Download Estimate** (Addresses [Issue No. 7]((https://github.com/dan-snelson/Setup-Your-Mac/issues/7)); thanks for the idea, @DevliegereM; heavy-lifting provided by @bartreardon!)
- Manually set `configurationDownloadEstimation` within the script to `true` to enable
- Specify an arbitrary value for `correctionCoefficient` (i.e., a "fudge factor" to help estimates match reality)
- Calculate total file size (in MB) for each Configuration, then populate:
- `configurationOneSize`
- `configurationTwoSize`
- `configurationThreeSize`
- 🔥 **Breaking Change** for users of Setup Your Mac prior to `1.10.0` 🔥
- Added `recon` validation, which **must** be used when specifying the `recon` trigger (Addresses [Issue No. 19](https://github.com/dan-snelson/Setup-Your-Mac/issues/19))
- Standardized formatting of `toggleJamfLaunchDaemon` function
- Limit the 'loggedInUserFirstname' variable to 25 characters and capitalize its first letter (Addresses [Issue No. 20](https://github.com/dan-snelson/Setup-Your-Mac/issues/20); thanks @mani2care!)
- Added line break to 'welcomeTitle' and 'welcomeBannerText'
- Limit the `loggedInUserFirstname` variable to `25` characters and capitalize its first letter (Addresses [Issue No. 20](https://github.com/dan-snelson/Setup-Your-Mac/issues/20); thanks @mani2care!)
- Added line break to `welcomeTitle` and `welcomeBannerText`
- Replaced some generic "Mac" instances with hardware-specific model name (thanks, @pico!)
- Replaced `verbose` Debug Mode code with `outputLineNumberInVerboseDebugMode` function (thanks, @bartreardon!)
- Removed dependency on `dialogApp`

## 1.9.0
### 01-Apr-2023
Expand Down
Loading

0 comments on commit 64d3711

Please sign in to comment.