- Fix validation of Volto and Node versions. @davisagli #49
- Support Python package names with no namespace or multiple namespaces. @davisagli #43
- Show a more helpful error message if user enters a Python package name without a namespace. @davisagli #36
- Fix error with
--replay
. @davisagli #37 - Rename the
--no_input
option to--no-input
for consistency with other options. @davisagli #41
- Fix environment variable name [erral] #42
- Fix issue with Welcome Screen display [@ericof]
- Add --info option to display current settings [@ericof] #27
- Add pytest fixtures to be used in template development [@ericof] #29
- Fix usage of formatter functions in a pipx environment [@ericof]
- Add helper function to format a Python codebase [@ericof]
- Configure logger for cookieplone [@ericof]
- Small fixes to cookieplone/utils/plone.py functions [@ericof]
- Add functions
add_dependency_profile_to_metadata
andadd_dependency_to_zcml
to manipulate Plone files [@ericof] #25
- Fix usage of
--replay-file
[@ericof] #23
- Handle in
cookieplone.generator._get_repository_root
the local development of templates containing pre_prompt hooks [@ericof]
- Fix
cookieplone --version
cli command [@ericof]
- Fix
cookieplone.generator._get_repository_root
to get the repository from the _repo_dir context variable [@ericof] #20
- Fix extra_context parsing [@ericof] #18
- Set default
tag
value to main instead of the empty string [@ericof] #15
- Use
gh:plone/cookieplone-templates
as the default repository [@ericof] #13
- Move from poetry to hatch to manage the environment [@ericof] #9
- Initial documentation (README.md) for cookieplone [@ericof] #8