Skip to content

Releases: nat-n/poethepoet

0.24.2

04 Nov 10:22
Compare
Choose a tag to compare

Fixes

  • Make subtasks of sequence inherit cwd option by default #160 (#51a6fd79)
  • Open env files in utf-8 mode explicitly (#179) (#8f8c3e68)
  • Fix error message when the cwd directory does not exist by @kzrnm in #174
  • By default only use PoetryExecutor if poetry cli can be found by @kzrnm in #175
  • Fix faulty cmd tokenization by @nat-n in #178

Documentation

  • Fix typos on switch task documentation by @kzrnm in #172
  • Add tip about referencing env vars for args in powershell by @mason3k in #173

New Contributors

Full Changelog: v0.24.1...v0.24.2

0.24.1

07 Oct 18:41
Compare
Choose a tag to compare

Enhancements

  • Show helpful error message when task executable is not on the path (#dfb8cabe)

Full Changelog: v0.24.0...v0.24.1

0.24.0

30 Sep 19:16
Compare
Choose a tag to compare

Enhancements

  • Use quotes to improve accuracy of logged commands #169 (#21c523eb)

Fixes

  • Make task dependencies work as expected for referenced tasks #168 (#8f73c778)

Full Changelog: v0.23.0...v0.24.0

0.23.0

23 Sep 14:12
Compare
Choose a tag to compare

Enhancements

  • New AST parser for cmd tasks to replace quirky shlex based tokenization (#d0192621)
    • This brings cmd syntax for parameter expansions, pattern matching, whitespace, escaping, and quoting very close to being a strict subset of bash
    • This is a breaking change for some scenarios, for example parameter expansion no longer works inside single quotes.
    • This fixes some surprising quirks, that previously existed such as not being able to apply quotes to just a part of a token.
    • Pattern matching is still constrained to what the python standard library glob module can support
  • Respect NO_COLOR environment variable to disable ANSI color codes by default (#e6e031be)
  • Improve virtualenv activation logic to work with _OLD_VIRTUAL_PATH and _OLD_VIRTUAL_PYTHONHOME env vars (#f487993f)
  • Allow expr tasks to use the use_exec option (#143e9075)

Full Changelog: v0.22.1...v0.23.0

0.22.1

03 Sep 17:11
Compare
Choose a tag to compare

Fixes

New Contributors

Full Changelog: v0.22.0...v0.22.1

0.22.0

14 Aug 17:26
Compare
Choose a tag to compare

Enhancements

  • Support configuring tasks to run in the original working directory by @Spiffyk in #161

Fixes

  • Fix issue with string task declarations in included task files by @rjaduthie in #159

New Contributors

Full Changelog: v0.21.1...v0.22.0

0.21.1

12 Jul 14:47
Compare
Choose a tag to compare

Fixes

  • Fix broken links in README #157

0.21.0

09 Jul 17:54
Compare
Choose a tag to compare

Enhancements

  • Add program_name and config_name arguments to PoeThePoet to improve support for embedding within another tool #149

Fixes

  • cmd task: Strip quotes from token on Windows by @ameily in #145

New Contributors

Full Changelog: v0.20.0...v0.21.0

0.20.0

03 May 21:17
Compare
Choose a tag to compare

Enhancements

Fixes

  • win32: Resolve Executable to Absolute Path if not found in venv by @ameily in #142

Breaking changes

  • Drop support for python 3.7

New Contributors

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

0.19.0

22 Mar 21:45
6fe8a47
Compare
Choose a tag to compare

Enhancements

  • Display the default value of args in help #126
  • Append additional arguments after the first -- to the end of a cmd task #69
  • Make script tasks work with async functions (#6d9fed4)
  • Add support for envfile paths relative to the user home dir #125

Fixes

  • Improve logic to locate poetry executable #121
  • Make ref task pass extra arguments from the definition to the referenced task #130
  • Always attempt to resolve executable path #119
  • Fix handling of hidden tasks in the plugin #133

Full Changelog: v0.18.1...v0.19.0