Changelog#

Changelog for uv-workon

Unreleased#

See the fragment files in changelog.d

0.7.0 — 2025-06-02#

Changed#

  • Main executable is now named uv-workon, and removed uvw executable. This is to avoid conflict with uv which added a uvw alias for windows machines.

0.6.0 — 2025-05-30#

Added#

  • Now supports fish shell integration.

v0.5.1 — 2025-03-27#

Changed#

  • Cleanup output for kernels install for environments without ipykernels. Now only outputs No ipykernels if --verbose option passed

v0.5.0 — 2025-03-27#

Added#

  • Added subcommand uvw venv-link to link from workon-home to local .venv.

v0.4.0 — 2025-03-25#

Changed#

  • Now supports --yes/--no options. Default is to query the user to yes/no questions. Passing --yes will always answer yes. Passing --no will always answer no.

v0.3.1 — 2025-03-25#

Fixed#

  • Removed warning from uvw kernels list and type completion.

v0.3.0 — 2025-03-19#

Added#

  • Added kernels subcommands with:

    • install - install ipykernels

    • remove - remove jupyer kernels

    • list - list jupyter kernels This adds functionality to easy transition from nb_conda_kernels to using uv to manage virtual environment.

  • Added tests to have full coverage.