Releases: falcopackages/falco-cli
Releases · falcopackages/falco-cli
Release list
v0.29.0
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.pyfrom falco-cli. - Fixed
start_appURL formatting bug: App entries now go on a new line inurls.pyinstead of the same line. - Added
fujin.tomlto starter-template for Fujin CLI deployment. - Added
cotton/pagination.htmlcomponent to starter-template.
v0.28.3
falco-cli v0.28.2
v0.28.2 — Fix version string & classifiers
🐛 Bug Fixes
- Hardcoded version in
__main__.pynow matches package version (0.28.2) falco --versionnow shows the correct version
📦 Python Classifiers
- Added Python 3.13 and 3.14 classifiers to PyPI metadata
falco-cli v0.28.1
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_namewere lost during the falco-app merge. - Fixed import error that caused
falcoCLI to crash withImportError: cannot import name 'RICH_INFO_MARKER'.
📝 Docs
- Moved documentation from falco-app into falco-cli.
- Updated install instructions to reference
falco-cliinstead offalco-app. - Updated contributing guide from hatch → uv workflow.
- Fixed logo URL and badges (hatch → uv, repo references).
falco-cli v0.28.0
v0.26.4
v0.26.3
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
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