Added
- `doing` will not attempt to auto-detect when running in windows powershell and set encoding accordingly. (c2f298b and 67)
- some commonly repo-based functions now have caching, which should lead to a *slight* performance increase on some commands (f817b12)
Changed
- Remove `default_workitem_type` option from config. Instead, use the `defaults` setting in the config (66)
To migrate from 1.2.1 to this version, replace in your `.doing-cli-config.yaml` this line:
yaml
default_workitem_type: '<your type>'
to:
yaml
defaults:
DOING_CREATE_ISSUE_TYPE: '<your type>'
DOING_WORKON_TYPE: '<your type>'