Enhancements
- Poe the Poet now works as a plugin for poetry >= 1.2 (#46)
- Supports running poe tasks as poetry commands, and registering them as hooks on other poetry commands
- Improve interpreter resolution logic and configuration for shell tasks (#45)
- Add support for powershell, pwsh, fish, and python interpreters
- Better defaults for finding bash on windows
- Add ability to include tasks and env vars from another toml or json file (#44)
Breaking changes
- No longer give precedence to the
$SHELL
env var when selecting an interpreter in shell tasks (#27)