Sus Inspector Versions Save

Inspect Apple software update service

v2.1

2 years ago

New features and changes

  • SUS Inspector now calls reposync with python2 instead of trying to launch it directly. This change should resolve python issues with macOS 12.3 where the built-in /usr/bin/python is no longer available.
  • SUS Inspector will check the availability of an existing Python 2 installation using the following paths:
    • /usr/bin/python available on macOS 12.2 and earlier
    • /Library/Frameworks/Python.framework/Versions/2.7/bin/python2 available after installing an official Python 2 package from https://www.python.org/downloads/macos/
    • /usr/local/munkireport/munkireport-python2 available if you're using MunkiReport and the pre-built package from https://github.com/munkireport/MunkiReport-Python is installed
    • Your own custom Python 2 installation and path to the python2 binary provided with defaults write com.hjuutilainen.SUS-Inspector python2Path /path/to/your/python2
  • Added Monterey catalog

v2.0b1

3 years ago

New features

  • Major UI refresh
  • Ready for macOS Big Sur and Apple Silicon
  • Replaced old icons with Apple SF Symbols
  • Updated Big Sur catalog URL

Smaller fixes

  • Updated to latest reposado
  • Remove background color from product info window text fields
  • Removed Advanced preferences section since it's empty
  • Added option-command-F key binding to new search field
  • Fixed text coloring issue with product ID column
  • Refactored a lot of deprecated code
  • Completely deintegrate cocoapods and only use system frameworks
  • Bumped version to 2.0 even though there never was a 1.0. This app really should've been at 1.0 years ago but I didn't realize people were using it... :)

v0.3.2

5 years ago
  • Updated Reposado to the latest version
  • Hardened runtime and notarized

v0.3.1

5 years ago
  • Added support for macOS 10.14
  • Updated Reposado to the latest version.
  • Many under-the-hood improvements

v0.2.4

6 years ago
  • Added macOS 10.13 High Sierra catalog to the default catalogs.
  • Updated Reposado to the latest version.
  • Many under-the-hood improvements.

v0.2.3

7 years ago
  • Added macOS 10.12 Sierra catalog to the default catalogs. GitHub #5.
  • Updated Reposado to the latest version.

v0.2.2

8 years ago
  • Added OS X 10.11 El Capitan catalog to the default catalogs.
  • Added a menu item to copy package URL to clipboard. GitHub #7.
  • Disabled App Transport Security on El Capitan.

v0.2.1

9 years ago

Added Yosemite catalog to the default catalogs.

v0.1.1

10 years ago

A very early preview release so expect some rough edges. Exporting pkginfo files for Munki is fully functional.