Skip to content

Releases: falcopackages/falco-cli

v0.20.0

18 Mar 15:16
Compare
Choose a tag to compare

What's Changed

  • stlyle: Improve the crud table style, using icons for the actions tab
  • refactor: The default pagge size for pagination is now 10 instead of 20

Full Changelog: v0.19.0...v0.20.0

v0.19.0

18 Mar 11:02
Compare
Choose a tag to compare

What's Changed

  • Better object list variable name for crud generated index views
  • Added the model verbose_name to the html blueprints context
  • restructure start-project docs by @Tobi-De in #71
  • Auto-update pre-commit hooks by @github-actions in #73

Full Changelog: v0.18.6...v0.19.0

v0.18.6

08 Mar 14:22
Compare
Choose a tag to compare

Wha's changed

  • fix: work command fails with a custom user command using the address option

Full Changelog: v0.18.5...v0.18.6

v0.18.4

05 Mar 17:31
855c768
Compare
Choose a tag to compare

Full Changelog: 0.18.3...v0.18.4

v0.18.0

03 Mar 20:09
Compare
Choose a tag to compare

What's changed

  • feat: The crud command now adds date types on widgets for form fields of type DateTimeField, DateField, and TimeField.
  • feat: The start-project command can now work offline if a blueprint has already been downloaded once.
  • fix: The generated table on list pages was missing a column header.

Full Changelog: v0.17.0...v0.18.0

v0.17.0

03 Mar 08:45
Compare
Choose a tag to compare

What's changed

  • refactor: blueprints html files now end with the extension .jinja.

Full Changelog: v0.16.1...v0.17.0

v0.16.1

03 Mar 06:22
Compare
Choose a tag to compare

What's changed

Mainly internal changes, cruft is no longer a project dependency. pico can now be specified as a blueprint.

Full Changelog: v0.16.0...v0.16.1

v0.16.0

01 Mar 17:24
Compare
Choose a tag to compare

What's changed

  • feat: The settings.py file was greatly improved; the project environment is now simpler. DEBUG=False denotes the production environment.
  • feat: The sync-dotenv command generates better defaults with DEBUG=False (production mode).

Full Changelog: v0.15.0...v0.16.0

v0.15.0

26 Feb 16:11
Compare
Choose a tag to compare

What's Changed

  • The setup-admin command was remove, the django createsuperuser command can do the exact same thing

Full Changelog: v0.14.0...v0.15.0

v0.14.0

21 Feb 11:02
Compare
Choose a tag to compare

What's changed

  • feat: A .env file is now generated during project creation.

Full Changelog: v0.13.0...v0.14.0