# Changelog ## 1.0.4 (11 April 2022) 1. Create/delete Conda and Virtual Environments. 2. Install Python along with Conda using [Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) 3. Set a Python environment as the active workspace Python interpreter as used by the [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) ## 1.0.3 (9 November 2021) 1. Support activation of environments in terminals that do not offer activation scripts. ## 1.0.2 (8 November 2021) 1. Disabled activation of global environments. 2. Prvent activation of terminals when creating new terminals from VS Code UI. ## 1.0.1 (8 November 2021) 1. Activating terminal for global python environments on Windows. ## 1.0.0 (8 November 2021) 1. Viewing all Python environments. 2. Viewing installed packages. 3. Opening terminal activated with the python environment (including global environments). 4. View virtual environments that belong to other workspaces. ### Thanks Thanks to the following projects which we fully rely on to provide some of our features: - [Microsoft Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)