Releases: justinmayer/virtualfish
Releases · justinmayer/virtualfish
VirtualFish 2.5.9
Restore support for older versions of Fish (#245)
Many thanks to @melomac for the enhancement and to @necromuralist for reporting the issue.
VirtualFish 2.5.8
Resolve compatibility issue with Python 3.12
Many thanks to @branchvincent for the enhancement and to @timsutton for reporting the issue.
VirtualFish 2.5.7
Fix vf upgrade
error related to sed
(#234)
With assistance from @justinmayer and @kseistrup.
VirtualFish 2.5.6
Improve resiliency of check_fish_version()
function to invisible characters such as tabs.
Fixes #238 reported by @melomac via PR #241 by @justinmayer.
VirtualFish 2.5.5
- Raise minimum Python version to 3.7
- Remove upper bounds on dependency versions
VirtualFish 2.5.4
- Use tool versions file to colorize
ls --details
(#212 by Justin Mayer) auto_activation
: Fix bug that auto-deactivated environments incorrectly (#210 by @cecep2)
VirtualFish 2.5.3
- Preserve
.project
files when re-building environments (#206) - Improve Pyenv version detection (#208)
auto_activation
: Auto-deactivate environments in$PROJECT_HOME
without requiring.project
files (#209)- Improve installation instructions (#207)
Many thanks to @cecep2 for all of the above improvements!
VirtualFish 2.5.2
vf connect
: Accept an (optional) virtualenv name argument to connect (and activate)
VirtualFish 2.5.1
- globalpackages: Can now explicitly enable, disable, or toggle global packages
- auto_activation: Auto-activate only for interactive sessions
VirtualFish 2.5.0
vf upgrade
: New command for upgrading and re-building environments (#141)vf ls
: Add--details
flag to show Python status and version numbers (#190)vf --help
: Add dynamic column spacingvf all
: Show environment name before command output- Add
__vfsupport_check_python
function to ensure Python interpreters work - Demote Homebrew Python priority when locating interpreters