Outset 4.0 Alpha 3
Pre-release
Pre-release
What's Changed
- Updated Apache license - added LICENSE.md
- Bundle ID updated to
io.macadmins.Outset
in prep for moving to the macadmins.io github - App preferences processing now using UserDefaults.
- Preference domain is
io.macdmins.Outset
and follows standard macOS pref domain priority for reading and setting key values. - Migration from existing legacy preferences will be attempted but this is not fully tested
- Preference domain is
- sha56 support
sha256sum
property in preferences sets filename:hash key, value pairs. Presence of this property enforces all files to be process to have a matching hash.--compute-sha <file>
argument will generate expected hash values. using theall
keyword instead of a filename will process all files in the/usr/local/outset
directory structure as well as a formatted plist for use with an MDM
- General refactor of function and variable names as well as cleanup of folder structure.
- python 3 version moved to Legacy subfolder
- App bundle uses the official icon
Products in this release are signed. The attached pkg is not.
Full Changelog: v4.0_alpha2...v4.0_alpha3