Skip to content

v1.1.0 — Progress Bars & Dry-Run CLI

Choose a tag to compare

@DogInfantry DogInfantry released this 11 Apr 03:45
· 22 commits to main since this release

What's New

✨ Features

  • Progress barstqdm progress indicators added to loops in pipeline_v2.py and reporting/charts.py (PR #12 by @kenimoraj)
  • --dry-run CLI flag — validate your environment (date, SEC_USER_AGENT, output dir, WeasyPrint) before running the full pipeline (PR #13 by @CrestXcode)

🔧 Maintenance

  • outputs/ added to .gitignore to prevent generated reports from being committed