Releases: justinmayer/virtualfish
Releases · justinmayer/virtualfish
VirtualFish 2.0.0
- First release under new stewardship by Justin Mayer
- Find & use non-PATH Python interpreters via common paths/tools (Pyenv, Pythonz, etc.)
- Environment name no longer must be passed as last argument to
vf new
orvf project
- Add
--help
tovf new
andvf project
- Manage
vf new
verbosity via--quiet
,--verbose
, &--debug
options - Upon environment activation, if
$VIRTUALENV/.project
exists,cd
to directory specified within - Use
trash
command (if available) to safely remove environments viavf rm
- Improve install command UX and add uninstall command
- Improve API of Fish subprocess control class
- Add tests for
vf activate
,vf deactivate
, andvf rm
- Automate tests via GitHub Actions CI
- Automatically publish package releases upon PR merge via AutoPub
- Ensure external
cat
andrm
command invocations are not aliased - Fix autocomplete help text when
functions
prints comments - Overhaul documentation