Skip to content

Recipe Robot 1.1.2

Compare
Choose a tag to compare
@homebysix homebysix released this 25 Feb 22:57

Changed

  • Recipe Robot will not add generically-named "Installer" or "Uninstaller" apps to the list of blocking applications in Munki recipes.
  • Sparkle download URLs are now collected even if there is no version provided in the Sparkle feed. (#134)
  • Recipe Robot now exits with an error if the /usr/local/bin/autopkg symlink is not present. (#134)
  • A few Python formatting changes to prepare for eventual adoption of an autoformatter.

Fixed

  • Resolved a bug that would cause certain URL types not to be recognized properly. (#136)
  • Fixed a bug that prevented expansion of tgz files. (#134)
  • Squashed a meta-error caused by failed AutoPkg searches for existing recipes.
  • Used better math to ensure first-time users will see their congratulations message.

Removed

  • The --github-token flag is now deprecated. Recipe Robot will automatically use the AutoPkg GitHub token file at ~/.autopkg_gh_token, if it exists.