Skip to content

Recipe Robot 1.2.1

Compare
Choose a tag to compare
@homebysix homebysix released this 21 Dec 21:58
2cca100

(The list below includes changes from current release 1.2.1 and skipped release 1.2.0.)

Added

  • Recipe Robot can now create recipes for basic non-app bundles (e.g. prefpane, plugin) contained in zip or dmg downloads.
  • A warning will be displayed if the "content-type" header of downloaded files seems unusual.
  • A warning will be displayed if a reliable version could not be determined (specifically from unsigned apps hosted by SourceForge). (#144)
  • A warning will be displayed if an installer app is detected (e.g. "Install Hazel.app").
  • Issue templates, Apache 2.0 license, and code of conduct added to GitHub project.
  • Recipe Robot warns if a code signing requirements is unnecessarily loose (e.g. anchor trusted).

Changed

  • Only download and pkg recipe types are enabled by default on first run.
  • Display recipe types in specified order when displaying configuration options. (#67)
  • Made Recipe Robot less likely to give "user-agent" related warnings unnecessarily.
  • Various automatic syntax updates to align with Swift 5.

Fixed

  • Resolved Xcode signing issue that resulted in "damaged" warning upon launching Recipe Robot 1.2.0. (#154)
  • Resolved a minor bug in which Recipe Robot would incorrectly treat a zip file as a tgz file.
  • Resolved an issue with SourceForge file regex. (#144)
  • Fixed rounding download progress to nearest 10% in app output.

Removed

  • Removed internal support for piped commands, in order to simplify shell-out process. Should have no effect on functionality.