Skip to content

Releases: justinmayer/virtualfish

VirtualFish 2.4.0

22 Jul 10:56
Compare
Choose a tag to compare
  • Remove temporary environments safely upon de-activation
  • Replace $HOME with ~ when displaying new virtual environment path
  • Environment: support .project files, loading .env from corresponding project

VirtualFish 2.3.0

08 Jun 08:15
Compare
Choose a tag to compare
  • Enable/disable plugins via new addplugins & rmplugins sub-commands (#178)
  • Fish prompt check added in v2.1 now also checks $fish_right_prompt (#182)
  • Setting environment variable VIRTUAL_ENV_DISABLE_PROMPT=1 disables the prompt check

VirtualFish 2.2.5

29 May 13:05
Compare
Choose a tag to compare
  • Projects + Auto-Activation: Auto-deactivate when leaving project directory
  • global_requirements: Don't manually build wheels
  • Fix erroneous minimum Fish version

VirtualFish 2.2.4

28 May 17:22
Compare
Choose a tag to compare

Improve Fish version check reliability. Upon failure, warn instead of exiting.

VirtualFish 2.2.3

16 May 09:08
Compare
Choose a tag to compare
  • Ensure minimum required Fish shell version is present when installing
  • Prevent error on older Fish shell versions

VirtualFish 2.2.2

06 May 09:54
Compare
Choose a tag to compare

When uninstalling, use same Python interpreter used to install VirtualFish

VirtualFish 2.2.1

21 Apr 07:34
Compare
Choose a tag to compare

Running vf ls no longer modifies directory history

VirtualFish 2.2.0

08 Apr 05:37
Compare
Choose a tag to compare
  • rm: Allow multiple virtual environment deletion with single invocation
  • auto_activation: After vf connect, de-activate when leaving project directory
  • Remove unnecessary xdg Python dependency

VirtualFish 2.1.0

04 Apr 08:49
Compare
Choose a tag to compare
  • Show warning if activated virtual environment name does not appear in prompt
  • Projects and Compatibility Aliases plugins can be used together without specific loading order
  • compat_aliases plugin: Only define deactivate when a virtual environment is active
  • global_requirements plugin: Disable per session/invocation via environment variable
  • Check *.fish file syntax during CI test runs

VirtualFish 2.0.1

02 Apr 14:27
Compare
Choose a tag to compare
  • Ensure vf addpath <path> is compatible with Python 3
  • Improve vf activate $PATH handling durability