Outset 4.0.21891
Pre-release
Pre-release
github-actions
released this
18 Jun 08:34
·
47 commits
to main
since this release
Notes
This is a version of Outset created by GitHub Actions.
Outset.app has been signed and notarized. The package has been signed, notarized and stapled.
Changelog
Changes
- 573ae20 - Merge pull request #26 from macadmins/development
- b095ec1 - Merge pull request #29 from macadmins/development
- 09b1f03 - add marketing model to debug output
- de634e3 - add
LaunchOnlyOnce
key to login-window plist. Fixes a behaviour where login window tasks were executing continuously. - 2009177 - update version
- e902c37 - Fixed up some listing rules after installing SwiftLint on my new dev box refactor sha256sum to checksum removed old preference definitions, some of which were being used in-code. Since these were never being populated they would not evaluate and conditional code was not being run as a result.
- 038af56 - update writePreferences so when running as root it will write to /Library/Preferences instead of /var/root/Library/Preferences. This fixes a bunch of expected behaviour like using
--add-ignored-user
and having it correctly apply to all users on the system and not just when run in a user context. - c151750 - some more refactoring for shasum -> checksum rename added some additional debug logging updated loadPreferences function to force load from
/Library/Preferences/io.macadmins.Outset.plist
if running as root update loginOnce processing to pass in any overrides. also added some extra debug logging to inform if the console user is in the ignored list