Releases: hjuutilainen/sus-inspector
Releases · hjuutilainen/sus-inspector
SUS Inspector 2.1
New features and changes
- SUS Inspector now calls
reposync
withpython2
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
SUS Inspector 2.0 beta 1
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... :)
SUS Inspector 0.3.2
- Updated Reposado to the latest version
- Hardened runtime and notarized
SUS Inspector 0.3.1
- Added support for macOS 10.14
- Updated Reposado to the latest version.
- Many under-the-hood improvements
SUS Inspector 0.2.4
- Added macOS 10.13 High Sierra catalog to the default catalogs.
- Updated Reposado to the latest version.
- Many under-the-hood improvements.
SUS Inspector 0.2.3
- Added macOS 10.12 Sierra catalog to the default catalogs. GitHub #5.
- Updated Reposado to the latest version.
SUS Inspector 0.2.2
- 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.
SUS Inspector 0.2.1
Added Yosemite catalog to the default catalogs.
SUS Inspector 0.1.1
A very early preview release so expect some rough edges. Exporting pkginfo files for Munki is fully functional.