Skip to content

Releases: hjuutilainen/sus-inspector

SUS Inspector 2.1

16 Mar 19:15
Compare
Choose a tag to compare

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

SUS Inspector 2.0 beta 1

17 Nov 13:22
Compare
Choose a tag to compare
Pre-release

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

15 May 18:38
Compare
Choose a tag to compare
  • Updated Reposado to the latest version
  • Hardened runtime and notarized

SUS Inspector 0.3.1

10 Dec 13:29
Compare
Choose a tag to compare
  • Added support for macOS 10.14
  • Updated Reposado to the latest version.
  • Many under-the-hood improvements

SUS Inspector 0.2.4

25 Sep 19:27
Compare
Choose a tag to compare
SUS Inspector 0.2.4 Pre-release
Pre-release
  • 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

06 Sep 06:42
Compare
Choose a tag to compare
SUS Inspector 0.2.3 Pre-release
Pre-release
  • Added macOS 10.12 Sierra catalog to the default catalogs. GitHub #5.
  • Updated Reposado to the latest version.

SUS Inspector 0.2.2

16 Oct 09:52
Compare
Choose a tag to compare
SUS Inspector 0.2.2 Pre-release
Pre-release
  • 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

17 Mar 18:58
Compare
Choose a tag to compare
SUS Inspector 0.2.1 Pre-release
Pre-release

Added Yosemite catalog to the default catalogs.

SUS Inspector 0.1.1

18 Feb 17:55
Compare
Choose a tag to compare
SUS Inspector 0.1.1 Pre-release
Pre-release

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