Releases: gilburns/Third-Party-Patcher
Release list
1.1.0
Third Party Patcher 1.1.0
What's Changed.
Additions:.
-
Update PatcherMenu background. by @gilburns in #7
-- Express your brand in the dialogs and apps by using your own color preferences. -
Auto-disable Managed Google and Microsoft labels by @gilburns in #6
-- Automatically disables Google and Microsoft labels if it determines they are managing updates on their own. -
New Pref for focusIgnoredProcesses by @gilburns in #10
-- You can now ignore processes like Spotify or Music that have requested a sleep assertion and would otherwise make the patching be auto-deferred. -
Implemented non-production label filtering by @gilburns in #14
-- Now ignores the non-production labels by default (beta, canary, dev). -
Added PreferPkgLabels by @gilburns in #15
-- Now prefers and ignores labels with non-pkg vs pkg. (bbedit vs bbeditpkg) You can flipflop this in preferences if you prefer the non-pkg version
Bug Fixes:
- Fix webhookShell() deadlock when child output exceeds the pipe buffer by @rknightion in #9
- Update patcherscheduler to always stage before apply phase by @gilburns in #11
- Additional filtering of mdfind results to discard virtual or trashed apps by @gilburns in #12
- Fixed the stuck-staged-update bug in PatcherCore.swift by @gilburns in #13
New Contributors
- @gilburns made their first contribution in #5
- @rknightion made their first contribution in #9
Full Changelog: 1.0.0...1.1.0
1.0.0
Third Party Patcher
Third Party Patcher (TPP) is a macOS daemon-based patching and software management system for IT administrators. It automatically discovers installed third-party applications, checks for available updates, downloads installers in the background, and applies them — with optional user-facing prompts via swiftDialog so users stay informed without being blocked.
Updates are driven by Installomator label files, which Third Party Patcher downloads and keeps current automatically. Custom and override labels can be supplied by the IT team without modifying the Installomator project.
See the Wiki for all the features included in the initial release.
Full Changelog: https://github.com/gilburns/Third-Party-Patcher/commits/1.0.0