Skip to content

Releases: falcopackages/falco-cli

v0.29.0

Choose a tag to compare

@Tobi-De Tobi-De released this 14 Jun 08:42

What's new

  • Eliminated runtime partials/templatetags dependency: CRUD no longer depends on falco-cli at runtime. Table HTML is now inline with explicit field references, pagination uses a cotton component, and BooleanField renders heroicon check/x circles.
  • Deleted partials/table.html, partials/pagination.html, templatetags/falco_cli.py, pagination.py from falco-cli.
  • Fixed start_app URL formatting bug: App entries now go on a new line in urls.py instead of the same line.
  • Added fujin.toml to starter-template for Fujin CLI deployment.
  • Added cotton/pagination.html component to starter-template.

v0.28.3

Choose a tag to compare

@Tobi-De Tobi-De released this 13 Jun 11:16

Changes

  • Dynamic version from package metadata (no more hardcoded string)
  • Add --pg flag to start-project for generating PostgreSQL projects
  • Minor improvements

falco-cli v0.28.2

Choose a tag to compare

@Tobi-De Tobi-De released this 13 Jun 10:53

v0.28.2 — Fix version string & classifiers

🐛 Bug Fixes

  • Hardcoded version in __main__.py now matches package version (0.28.2)
  • falco --version now shows the correct version

📦 Python Classifiers

  • Added Python 3.13 and 3.14 classifiers to PyPI metadata

falco-cli v0.28.1

Choose a tag to compare

@Tobi-De Tobi-De released this 13 Jun 10:50

v0.28.1 — Hotfix

🐛 Bug Fixes

  • Restored missing utility functions in utils.py: RICH_INFO_MARKER, RICH_SUCCESS_MARKER, clean_project_name, get_username, get_project_name were lost during the falco-app merge.
  • Fixed import error that caused falco CLI to crash with ImportError: cannot import name 'RICH_INFO_MARKER'.

📝 Docs

  • Moved documentation from falco-app into falco-cli.
  • Updated install instructions to reference falco-cli instead of falco-app.
  • Updated contributing guide from hatch → uv workflow.
  • Fixed logo URL and badges (hatch → uv, repo references).

falco-cli v0.28.0

Choose a tag to compare

@Tobi-De Tobi-De released this 13 Jun 10:48

...

v0.26.4

Choose a tag to compare

@Tobi-De Tobi-De released this 01 Oct 12:12

What's changed

Switched from djlint to djade for Django template formatting. djade offers significantly faster performance. Run falco update-project to get the latest changes.

Full Changelog: v0.26.3...v0.26.4

v0.26.3

Choose a tag to compare

@Tobi-De Tobi-De released this 10 Sep 10:09

Changed

Templates

  • Secure Django admin with allauth
  • Ignore any error exit code from fmt
  • git repo is now run in setup

Full Changelog: v0.26.2...v0.26.3

v0.26.2

Choose a tag to compare

@Tobi-De Tobi-De released this 09 Sep 11:10

What's Changed

Lower python requirement so that the cli can be installed on python3.10, I'm moving the core utils to a falco package, so the python requirement on the cli should not that strict

Full Changelog: v0.26.1...v0.26.2

v0.26.1

Choose a tag to compare

@Tobi-De Tobi-De released this 07 Sep 10:30

What's Changed

  • fix: getlogin fails in github action

Full Changelog: v0.26.0...v0.26.1

v0.26.0

Choose a tag to compare

@Tobi-De Tobi-De released this 07 Sep 09:23

What's changed

  • feat: include user name in cookiecutter context

Full Changelog: v0.25.0...v0.26.0