Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

0.1.0 (January 14, 2015) Michelangelo is a Party Dude

Compare
Choose a tag to compare
@sheagcraig sheagcraig released this 14 Jan 19:45
· 44 commits to master since this release

CHANGES:

  • Apparently I named the script file JSSRecipeGenerator.py, despite every other instance. Everything has been normalized to JSSRecipeCreator. Sorry for the confusion!
  • Added recipe comments to help spread the word.
  • Massively refactored for better design.
  • Added preference file and handling system for default values. (See README).
  • A RecipeTemplate is no longer required (although still recommended!). It can create jss.recipes from scratch.
    • You can also create a blank AutoPkg recipe if you use the code as a module.
  • Added -a/--auto argument. Uses all default settings without prompting, and only prompts for those which don't have a default.
  • You may now add as many scoping groups as you want. Please see the README.
  • User choices are now validated.
  • RecipeTemplates now no longer use "replacement variables".
    • Thus, all replacement variables have been removed from the provided template.
  • Included a copy of the standard JSSImporter SmartGroup and Policy templates, as well as updated documentation to indicate the advantage of them being present in the CWD.

FIXES:

  • Category questions would fail if given a blank category name (trying to coerce None to a string type). This has been corrected (#4)