Releases: Weidav/uv-auto-venv
Releases · Weidav/uv-auto-venv
Release list
1.5.2
1.5.1
1.5.0
Added
- Python Environments extension support — when
python.useEnvironmentsExtensionis enabled, the extension now routes interpreter changes through thems-python.vscode-python-envsAPI (resolveEnvironment→setEnvironment). This makes uv-auto-venv fully compatible with VS Code's new Python Environments experience, including per-file environment scoping for PEP 723 inline scripts. - Falls back gracefully to the classic
ms-python.pythonAPI when the setting is off or the Python Environments extension is not installed — existing behaviour is unchanged.
Changed
- Updated documentation:
python.useEnvironmentsExtensionis no longer recommended to be disabled. The README now explains both API paths and provides separate recommended settings for classic and python-envs workflows.
Fixed
- Debounce integration tests now handle the python-envs extension's independent environment switching, which could cause false failures in the intermediate-environment assertion.
1.4.1
1.3.0
1.2.0
1.0.2
- Documented that the extension does not create virtual environments.
- Added explanation of why the Python extension's built-in venv discovery falls short
- Added recommended Python extension settings to avoid conflicts
Full Changelog: 1.0.1...1.0.2
Add Icon
Added an Icon and minor updates to the readme
Full Changelog: 1.0.0...1.0.1
First Release
Add GNU General Public License v3 Added the GNU General Public License version 3 to the project.