Changed
* Allow selecting a Conda environment on `pdm use` even if base environment is active.
* Force Conda to always fetch all packages info con `conda create --dry-run`.
Fixed
* Don't show duplicated Conda interpreters on `pdm use`.
* Don't show base Conda env on `pdm env list` or `pdm use`.
* Write plugin related changes on `pdm venv create --with`.
* Fix paths when using on Windows.
* Fix Conda environments not showing on Windows.