Back to Cookiecutter

1.6.0

CHANGELOG/1.6.0.md

2.7.15.7 KB
Original Source

New Features:

  • Include template path or template URL in cookiecutter context under _template, thanks to @aroig (#774)
  • Add a URL abbreviation for GitLab template projects, thanks to @hackebrot (#963)
  • Add option to use templates from Zip files or Zip URLs, thanks to @freakboy3742 (#961)

Bug Fixes:

  • Fix an issue with missing default template abbreviations for when a user defined custom abbreviations, thanks to @noirbizarre for the issue report and @hackebrot for the fix (#966, #967)
  • Preserve existing output directory on project generation failure, thanks to @ionelmc for the report and @michaeljoseph for the fix (#629, #964)
  • Fix Python 3.x error handling for git operation failures, thanks to @jmcarp (#905)

Other Changes: