diff --git a/ChangeLog.md b/ChangeLog.md index b55f020..1bbcad9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,14 @@ # Setup Manager - Change Log +## 1.4.5 + +(2026-03-12) + +- removed redundant recon when setting computer name (#201) +- shortened some wait times in "Getting Ready…" for Jamf Pro deployments +- fixed a crash which might occure when opening the log window twice (#197, #204) +- log entry when battery is below warning threshold + ## 1.4.4 (2026-02-10) diff --git a/Docs/Extras.md b/Docs/Extras.md index acd5dd4..6866b17 100644 --- a/Docs/Extras.md +++ b/Docs/Extras.md @@ -57,7 +57,7 @@ Setup Manager logs to `/Library/Logs/Setup Manager.log`. There are four columns: - timestamp (in ISO8601) - log level (default, error or fault) -- category (general, install, network, profile, jamfpro) +- category (general, install, network, profile, jamfpro, battery) - message To clean up the main log a little, Setup Manager will only write the output of actions to the Setup Manager log file when an error occurred. You can control this behavior with a new top-level preference key `actionOutputLogging`. diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 33ffdff..5bddeba 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -60,7 +60,7 @@ Verify that no policies are being triggered by `enrollmentComplete` when using S With Setup Manager 1.3 and higher, you can check whether apps are getting installed before Setup Manager starts the actions in the Setup Manager log. -Any configuration profiles that affect network settings can lead to a brief drop of the network connection which can slow down or completely interrupt the download and configuration of the Jamf Pro framework. The Setup Manager (1.3 and later) log will show changes to network or outages. When you see those in connection with long delays, you should look for profiles that are installed before that might affect the network. Setup Manager 1.4 and higher log will show profile installations and removals. Profiles that affect Wifi, firewall, VPN settings or the installation of security tools that affect or change network access are ciritical here and should be deferred to [be installed at a later stage with scoping](https://github.com/jamf/Setup-Manager/blob/main/Docs/Extras.md#jamf-pro-useful-smart-groups). +Any configuration profiles that affect network settings can lead to a brief drop of the network connection which can slow down or completely interrupt the download and configuration of the Jamf Pro framework. The Setup Manager (1.3 and later) log will show changes to network or outages. When you see those in connection with long delays, you should look for profiles that are installed before that might affect the network. Setup Manager 1.4 and higher log will show profile installations and removals. Profiles that affect Wifi, firewall, VPN settings or the installation of security tools that affect or change network access are critical here and should be deferred to [be installed at a later stage with scoping](https://github.com/jamf/Setup-Manager/blob/main/Docs/Extras.md#jamf-pro-useful-smart-groups). Once Jamf Pro's enrollment workflow is complete, Setup Manager runs a full update inventory/recon. In general, if the recon takes a long time, you should review the [inventory collection settings in Jamf Pro](https://learn.jamf.com/en-US/bundle/jamf-pro-documentation-11.24.0/page/Computer_Inventory_Collection_Settings.html). Calculating home directory sizes and gathering fonts can take a lot of time and CPU power, and speed up things significantly when turned off, not just during enrollment with Setup Manager. You should also review extension attributes, for how long each one runs.