- Add Makefile to the base template
- Add template download from got repository
- Add comment to Dockerfile with option to use Foliant full image.
- Remove slugs from docker-compose. Now the service is always named
foliant
.
- Provide compatibility with Foliant 1.0.8.
- Provide compatibility with Foliant 1.0.7.
- Require Foliant 1.0.5 with prompt_toolkit^2.0.0.
- Replace placeholders in file and directory names.
- Process *.py files.
- User Template strings instead of format strings for safer substitutions.
- Update for Foliant 1.0.4: Pass logger to spinner.
- Require Foliant 1.0.4.
- Upon creation, relative path to the created project directory is returned instead of an absolute one.
- Templates: basic: Foliant docs related content removed from README.md.
- Templates: basic:
foliantcontrib.mkdocs
added to requirements.txt.
- Add
slug
placeholder. - Process placeholders in
.yml
,.txt
, and.md
files, not justfoliant.yml
. - Templates: basic: Add
Dockerfile
,docker-compose.yml
,requirements.txt
, andREADME.md
.
- Fix issue with
init
command missing after installation. - Fix issue with missing templates after installation.