Features & Improvements
- Support showing individual fields by
--<field-name>
options in pdm show. When no package is given, show this project. #527 - Add
--freeze
option topdm list
command which shows the dependencies list as pip's requirements.txt format. #531
Bug Fixes
- Fix the path manipulation on Windows, now the PEP 582 path is prepended to the
PYTHONPATH
. #522 - Fix the handling of auth prompting: will try keyring in non-verbose mode. #523
- Recognize old entry point name "pdm.plugin" for backward-compatibility. #530
- Match the VCS scheme in case-insensitive manner. #537
- Use the default permission bits when writing project files. #542
- Fix the VCS url to be consistent between lock and install. #547
Improved Documentation
- Add installation instructions for Scoop. #522