* `uvx list` was slow due to incorrect SSL behavior.
2.2.0
Features
* Added the `self` subcommand namespace * `uvx self update` to self-update * `uvx self changelog` to see the changelog of uvx * Look for available updates on `uvx list` * Includes `--skip-updates`, `--show-prereleases`, `--ignore-constraints` as options
BREAKING CHANGE
* `uvx self-update` is now `uvx self update`
2.1.0
Features
* Introduced the `uvx activate` command, enabling venv activation via bash function. * Added `uvx setup`, allowing which handles installation of bash integration features (like `uvx activate` and tab completion). * Added `uvx create` to create new (empty) virtualenvs without installing from a package.
Fixes
* Enhanced shell compatibility by displaying a warning for unsupported shells during activation and hinting at the necessity of running `uvx setup` (and others).
Documentation
* Provided detailed documentation for `uvx setup` to assist users in understanding its usage and configurations.
2.0.8
Docs
* extended description
2.0.7
Fix
* strip binary on release
2.0.6
Fix
* ensure `~/.local/bin` exists before trying to write symlinks