Skip to content

Releases: homebysix/recipe-robot

Recipe Robot 1.1.1

15 Feb 17:45
Compare
Choose a tag to compare

Added

  • Recipe Robot now uses the AutoPkg GitHub token file at ~/.autopkg_gh_token, if it exists. This can help you avoid rate limiting if you're creating many GitHub recipes in a short time. (#18)
  • You can now use the --configure flag to access the Recipe Robot preferences setup in the Python script, in addition to the existing -c and --config flags.
  • The Python script preferences setup now prompts you to set the new StripDeveloperSuffixes setting.

Fixed

  • Resolved a bug that would cause the developer key to be an array instead of a string in generated Munki recipes. (#141)

Recipe Robot 1.1.0

12 Feb 20:32
Compare
Choose a tag to compare

Added

  • Recipe Robot now does a much better job at parsing package payloads! It can locate apps within packages, determine which of multiple apps is the "real" one, and even pass through code signing and payload unpacking information to the appropriate AutoPkg processors. Round of applause all around. (#27)
  • Able to detect and use DevMate update feeds. (#129, thanks to @macprince)
  • More intelligent GitHub release searching. If multiple supported formats exist, Recipe Robot will generally prefer dmg first, then zip, and finally pkg. (#127)
  • Automatically uses asset_regex in GitHubReleasesInfoProvider if it is needed.
  • Uses AlternativeTo as a second source for app descriptions, if the description can't be found on MacUpdate.
  • Optional StripDeveloperSuffixes preference, which automatically removes company name suffixes like "Inc" and "Ltd" from developer names.

Changed

  • The Recipe Robot app now requires macOS 10.13 or higher. (If you have an older version of macOS, you should be able to continue using the Python script.)
  • App code base upgraded from Swift 2.3 to 4.2. (#139, HUGE thanks to @olofhellman)
  • A warning is printed if a GitHub or BitBucket link is provided as input, and the link points directly to a download file. Recipe Robot parses the link as a project repository (and looks for other release assets), but there may be some cases where this isn't the right thing to do (e.g. a project that contains releases for multiple apps) (#119).
  • A warning is printed if a download produces HTML content instead of an actual file. This is common if a moved asset now produces a 404 error.
  • Dropbox links that end in ?dl=0 are changed to ?dl=1 to force download of the file.
  • Apps that lack bundle identifiers no longer result in a fatal error, just a warning.
  • Read me image optimization. (#126, thanks to @keeleysam)

Fixed

  • Fixed regex used to match MacUpdate descriptions.
  • Blocking applications were not being added properly to Munki recipes for apps based on pkg file sources. That should be fixed now.

Recipe Robot 1.0.5

27 Jan 17:51
Compare
Choose a tag to compare

Added

  • Uses new AppPkgCreator processor, which greatly simplifies the process of creating a pkg from an app.

Changed

  • Updated app code to comply with Swift 2.3 syntax and Xcode 8.2 recommendations.
  • MinimumVersion of AutoPkg on generated recipes is now 1.0.0, in order to support the new AppPkgCreator processor.
  • Simplified the path that apps are unzipped to, since PkgCreator is no longer needed.
  • Changed remaining %NAME% references to hard-coded app name where a path is required.

Fixed

  • Better handles apps where the filename of the app differs from the display name of the app.
  • Improved performance and reliability of HTTPS URL validation.

Recipe Robot 1.0.4

13 Oct 21:09
Compare
Choose a tag to compare

Added

  • Recipe Robot now automatically switches download URLs and Sparkle feeds from HTTP to HTTPS, if possible. (#92)
  • Download progress indication is now displayed in the app. (#72)
  • New --skip-icon command-line flag skips creation of PNG file for use as app icon in Munki/Casper.

Changed

  • Uses HTTPS for all SourceForge API calls.
  • General readability and formatting improvements to Python code.
  • Now references SourceForgeURLProvider as a shared processor rather than copying it to the output folder.
  • Download progress percentage indicator updates in near-realtime.
  • Streamlined the reminders you get when a required repo isn't present on disk.

Fixed

  • Handles unicode characters in MacUpdate app descriptions.
  • Handles missing "where from" metadata in downloaded files more gracefully.
  • Better compatibility with other terminal apps (e.g. PuTTY). (#108)

Recipe Robot 1.0.3

25 Aug 19:05
Compare
Choose a tag to compare

Added

  • Now detects and warns when using URLs that contain Expires or AWSAccessKeyId parameters. In the case of Amazon Web Services, these URLs are not permanent and therefore not useful for creating AutoPkg recipes. (#97)
  • Recipe Robot now complains if a Sparkle feed is not using HTTPS, although this does not prevent recipe creation. (#92)
  • Outputs useful hints for people who want to test Recipe Robot by creating recipes for Recipe Robot.

Fixed

  • Corrected the FileWaveImporter processor identifier path used by FileWave recipes. (#104)
  • Corrected the fw_import_source path referenced by FileWave recipes. (#104, thanks to @cv-rao)
  • Fixed a bug that prevented detection of existing recipes when the app name contained a space.

Changed

  • Clarified and improved a few error and warning messages.
  • Recipe Robot will now use the actual app name for CodeSignatureVerifier, rather than using %NAME%. This should allow administrators to override the name without breaking code signature verification. (thanks to @gregneagle and @chilcote)
  • Uses HTTPS to check MacUpdate for app description.

Recipe Robot 1.0.2

23 Mar 15:19
Compare
Choose a tag to compare

Added

  • Added support for LANrev recipe type.
  • Better support of disk images where the target app lives in an enclosed folder. (#90)

Changed

  • MinimumVersion of AutoPkg on generated recipes is now 0.6.1.
  • Minor typo fixes, standardizations, and semi-obsessive tweaks.

Removed

  • Removed ability to create Absolute Manage recipe type. (Use LANrev instead.)

Recipe Robot 1.0.1

28 Dec 21:32
Compare
Choose a tag to compare

Added

  • If a dmg is supplied as input, Recipe Robot inspects the file metadata in order to detect possible download URLs (#81, thanks to @gregneagle).
  • The script now displays a simple progress percentage during file downloads. (#24, #72)
  • Added more video tutorials!

Fixed

  • Adjusted colors so that they'll be more readable on both bright and dark backgrounds. (#79)

Changed

  • Now uses NSUserDefaults for preference handling. (#80)

Recipe Robot 1.0

18 Nov 00:03
Compare
Choose a tag to compare

hello-macbrained

Changed

  • Put extra polish on things for MacBrained introduction demo.
  • App now validates the path specified is a valid directory for recipe locations, and DS Packages.
  • UI elements in preferences are hidden/shown only when required. (#69)
  • Updated screenshots and demo animations in readme file.

Recipe Robot 0.2.5

14 Nov 01:54
Compare
Choose a tag to compare

Added

  • Hooray! The Recipe Robot app can now accept URLs as input, just like the script.

Changed

  • Build number now tracks the Git commit count.
  • Default preference value uses the existing value whenever possible. (#68)
  • Updated URL of FileWave recipe repository.
  • The Recipe Robot script now prints a debug message about cfprefsd after modifying the preference files directly. This is a stopgap measure until we switch to better handling of preferences. (#70)
  • When you create AppStoreApp recipes, Recipe Robot only nags you once about adding Nick's repo and installing pyasn1.

Fixed

  • Fixed a bug that caused the app to display a "can't be found" error when clicking on the Reveal Recipes button. (#60)
  • Characters related to ANSI colors no longer appear in the app output.
  • Resolved issue that prevented creation of AppStoreApp recipes.
  • Recipe Robot handles curly quotes in app descriptions better now.
  • Fixed an error that could occur when writing a jss recipe with a missing preference key.
  • Spelling fixes, because we care!

Removed

  • Removed unused MacUpdate description scraper that was simpler but had dependencies.

Recipe Robot 0.2.4

11 Nov 22:39
Compare
Choose a tag to compare

Added

  • Sweet new icon!
  • Short video tutorials for Recipe Robot are now available.
  • We've started building unit tests for Recipe Robot, so we can minimize the number of bugs that find their way into future releases.
  • Added requirements to readme.

Changed

  • Default recipe identifier is now based on your local username. (#63)
  • Significant simplification and refactoring of the recipe generation code.

Fixed

  • A few typo fixes.