v0.9.5
Bug fixes:
- Trailing
/is ignored when checking whethersymlink_diris presented inPATH. Previously,~/.local/bin/was incorrectly ignored. (#77) (@johnnychen94) - When installing unstable releases with
--unstable, it no longer symlink tojuliaandjulia-X. For example,jill install 1.7 --unstablewill now only make symlink forjulia-1.7. This is a bug introduced in v0.9.4. (#78)(@johnnychen94)
Enhancements:
- Two new environment variables are introduced to modify the default jill value:
JILL_SYMLINK_DIRfor--symlink_dirandJILL_INSTALL_DIRfor--install_dir. (#81)(@johnnychen94)
Upstream changes:
- A new mirror
SUSTechis added (#75)(@johnnychen94)