Features & Improvements
- Add
--no-sync
option toupdate
command. #684 - Support
find_links
source type. It can be specified viatype
key of[[tool.pdm.source]]
table. #694 - Add
--dry-run
option toadd
,install
andremove
commands. #698
Bug Fixes
- Remove trailing whitespace with terminal output of tables (via
project.core.ui.display_columns
), fixing unnecessary wrapping due to / with empty lines full of spaces in case of long URLs in the last column. #680 - Include files should be installed under venv's base path. #682
- Ensure the value of
check_update
is boolean. #689
Improved Documentation
- Update the contributing guide, remove the usage of
setup_dev.py
in favor ofpip install
. #676