Skip to content

v1.5 - Stacked env vars and better automation

Compare
Choose a tag to compare
@ewels ewels released this 21 Jun 20:23
· 306 commits to main since this release
  • ✨ Add new FORCE_TERMINAL config flag to force colours even when help output is piped. Can also be enabled by setting environment variables GITHUB_ACTIONS, FORCE_COLOR or PY_COLORS
  • ✨ Add new OPTION_ENVVAR_FIRST config flag to print environment variables before option help texts instead of after (nice for alignment if all options have an env var).
  • 🧹 Refactor config flag MAX_WIDTH to set the console width and not individual panels. Can now also be set with environment variable TERMINAL_WIDTH
  • 🐛 Fix package syntax in setup.py for py.typed #75
  • 🐛 Fix printing of return values when standalone_mode set #76

New Contributors

Full Changelog: v1.4...v1.5