Bug fixes:
- [all] Correctly populate lists of
MatchSpec
inMTransaction
's history by @Hind-M in #3724 - [all] Honour
CONDA_ENVS_PATH
again by @jjerphan in #3725 - [all] Improve CUDA version detection by @jjerphan in #3700
- [all] Support installation using explicit url by @Hind-M in #3710
- [all] Improve display of environment activation message by @Hind-M in #3715
- [all] Adapt warnings shown when several channels are used by @jjerphan in #3720
- [all] Add a hint on cache corruption by @jjerphan in #3736
- [all] Support more condarc paths by @SandrineP in #3695
- [all] Always add
root_prefix/envs
inenvs_dirs
by @Hind-M in #3692 - [mamba] Generate and install
etc/profile.d/mamba.sh
by @jjerphan in #3723 - [mamba] Add
no-pip
flag tolist
command by @Hind-M in #3696 - [mamba, micromamba] Options args enhancement by @Hind-M in #3722
CI fixes and doc:
- [all] Use a portable web request for Windows by @jjerphan in #3704
- [all] Add prettier pre-commit hook by @mathbunnyru in #3663
- [all] Document slight differences for environment export by @jjerphan in #3697
- [all] Unique Release Tag by @Klaim in #3732
- [all] Update Linux installation script for Nushell by @deephbz in #3721
- [all]
update_changelog.py
now can also take input as cli parameters by @Klaim in #3731