-------------------- * change default repo urls to be https * add --offline to conda search * add --names-only and --full-name to conda search * add tab completion for packages to conda search
3.9.1
------------------- * pscheck: check for processes in the current environment, see 1157 * don't write to the history file if nothing has changed, see 1148 * conda update --all installs packages without version restrictions (except for Python), see 1138 * conda update --all ignores the anaconda metapackage, see 1138 * use forward slashes for file urls on Windows * don't symlink conda in the root environment from activate * use the correct package name in the progress bar info * use json progress bars for unsatisfiable dependencies hints * don't let requests decode gz files when downloaded
3.9.0
------------------- * remove (de)activation scripts from conda, those are now in conda-env * pip is now always added as a Python dependency * allow conda to be installed into environments which start with _ * add argcomplete tab completion for environments with the -n flag, and for package names with install, update, create, and remove
3.8.4
------------------- * copy (de)activate scripts from conda-env * Add noarch (sub) directory support
3.8.3
------------------- * simplified how ROOT_PREFIX is obtained in (de)activate
3.8.2
------------------- * add conda clean --source-cache to clean the conda build source caches * add missing quotes in (de)activate.bat, fixes problem in Windows when conda is installed into a directory with spaces * fix conda install --copy