Enhancements and Fixes * Major refactor of config classes and config include logic by nat-n in https://github.com/nat-n/poethepoet/pull/214 * Fixes issue with POE_ROOT/POE_PWD env vars not being usable from global env config: https://github.com/nat-n/poethepoet/issues/198 * Use -C and --directory for pyproject.toml directory path (212) by jeraymond in https://github.com/nat-n/poethepoet/pull/213 * Add POE_PROJECT_DIR env var as default for -C option by nat-n in https://github.com/nat-n/poethepoet/pull/215 * Allow poetry plugin with empty command prefix to run tasks included from another file by nat-n in https://github.com/nat-n/poethepoet/pull/216
Breaking changes * Relative paths for envfiles imported from within an included tasks file will now be resolved relative to the `cwd` path configured on the include (if any) https://github.com/nat-n/poethepoet/issues/160
New Contributors * jeraymond made their first contribution in https://github.com/nat-n/poethepoet/pull/213
Fixes * Fixes Windows error message due to incorrect type comparison. by BertrandBordage in https://github.com/nat-n/poethepoet/pull/205 * Make poetry plugin work with the --directory option on the poetry cli by worldworm in https://github.com/nat-n/poethepoet/pull/211
New Contributors * BertrandBordage made their first contribution in https://github.com/nat-n/poethepoet/pull/205 * worldworm made their first contribution in https://github.com/nat-n/poethepoet/pull/211
Fixes * Make subtasks of sequence inherit cwd option by default 160 ([51a6fd79](https://github.com/nat-n/poethepoet/commit/51a6fd7953e5b8b85babe37eacc7225a7626b06b)) * Open env files in utf-8 mode explicitly (179) ([8f8c3e68](https://github.com/nat-n/poethepoet/commit/8f8c3e683f1515012af7ff23b5209c02f4fd4671)) * Fix error message when the cwd directory does not exist by kzrnm in https://github.com/nat-n/poethepoet/pull/174 * By default only use PoetryExecutor if poetry cli can be found by kzrnm in https://github.com/nat-n/poethepoet/pull/175 * Fix faulty cmd tokenization by nat-n in https://github.com/nat-n/poethepoet/pull/178
Documentation
* Fix typos on switch task documentation by kzrnm in https://github.com/nat-n/poethepoet/pull/172 * Add tip about referencing env vars for args in powershell by mason3k in https://github.com/nat-n/poethepoet/pull/173
New Contributors * mason3k made their first contribution in https://github.com/nat-n/poethepoet/pull/173 * kzrnm made their first contributions in https://github.com/nat-n/poethepoet/pull/172, https://github.com/nat-n/poethepoet/pull/174 and https://github.com/nat-n/poethepoet/pull/175