Releases: version-fox/vfox
v0.6.3
What's Changed
- fix: correct regression which causes path format of GitBash be incorrectly handle.
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix(nushell): cannot switch version by @bytemain in #412
- fix: replace wmic command with sys/windows to get the executable path by @yanecc in #415
- fix:
PATH
issue with Nushell on Windows by @colececil in #417 - fix: replace plugins register address. by @aooohan in #425
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- chore: ensure completion works by @JamesBrosy in #365
- fix(fish terminal): reuse temporary directories by @jan-bar in #368
- fix(add): install plugin null pointer by @jan-bar in #370
- fix: lua encode structural error by @FlyFishking in #385
- fix(clink_vfox.lua): Lua coroutine executes by @jan-bar in #395
- fix: resolve nushell support issue by @bytemain in #397
- perf(clink): improve clink startup speed by @jan-bar in #386
- feat: Add Nushell support by @colececil in #389
- fix(vfox clink): clink coroutine execution failed by @jan-bar in #410
New Contributors
- @JamesBrosy made their first contribution in #365
- @FlyFishking made their first contribution in #385
- @colececil made their first contribution in #389
- @hen-wasd made their first contribution in #402
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: errors caused by hyphen support after upgrading to v0.5.5 by @leoli0605 in #360
- fix: priority accurate matching version by @Chance-fyi in #329
- feat(decompressor): add Bzip2TarDecompressor for handling .tar.bz2 files by @leoli0605 in #361
New Contributors
- @leoli0605 made their first contribution in #360
Full Changelog: v0.5.5...v0.6.0
v0.5.5
Changelog
Full Changelog: v0.5.4...v0.5.5
What's Changed
- docs: fix typos by @kianmeng in #326
- fix: Add hyphen to the allowed plugin names by @ciscoski in #352
- fix: Adds support for symlink for plugins by @ciscoski in #351
New Contributors
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- feat: consistent list outputs by @mchgood in #285
- fix: make sure the temporary directory exists when upgrading by @mchgood in #276
- fix: do not clean temporary files of the shell which is running. by @jan-bar in #284
- fix: reuse temporary directories across days by @jan-bar in #314
- fix: convert bash format paths only when outputting the environment by @aooohan in e4a1e47
- fix: determine whether
vfox
has been initialized in the parent process forZSH
by @fangzhengjin in #311
New Contributors
- @mchgood made their first contribution in #276
- @livelycode36 made their first contribution in #310
- @bxacosta made their first contribution in #308
- @fangzhengjin made their first contribution in #311
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Changelog
Fixed a regression introduced in 0.5.0 that prevented some SDK's from being used on Windows, e.g. Flutter, Java.
What's Changed
- perf: upgrade vfox use http proxy by @jan-bar in #274
- perf: no changes, no need to refresh environment by @aooohan in 7c30b1c
- fix: link to the sdk installation directory instead of the bin directory by @aooohan in d3f42de
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Changelog
https://vfox.lhan.me/guides/configuration.html#cache-settings
https://vfox.lhan.me/usage/shims-path.html
What's Changed
- fix: support for missing string type by @Chance-fyi in #270
- fix: use map to cache all Available results, not only AvailableHookResults by @aooohan in f524c33
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Changelog
https://vfox.lhan.me/guides/configuration.html#cache-settings
https://vfox.lhan.me/usage/shims-path.html
What's Changed
- fix: return err if symlink is not created by @AnWeber in #259
- fix: fail to remove a plugin by @aooohan in 9a0034b
- refactor:
config unset
reset to default config by @Chance-fyi in #264 - feat: ensure always gets a valid filename after multiple redirections by @yanecc in #260
- chore: update logo.png by @Chance-fyi in #266
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Changelog
This version mainly optimizes the performance of vfox
, such as caching search results, using soft links instead of real paths and support global shims.
https://vfox.lhan.me/guides/configuration.html#cache-settings
https://vfox.lhan.me/usage/shims-path.html
What's Changed
- feat: allow
PreInstall
hook to customize request headers by @yanecc in #248 - perf: cache
Available
results to reduce network io by @aooohan in #240 - feat: supports shims for integration with IDEs by @aooohan in #256
- feat: generate a
current
soft link to point to the corresponding SDK by @aooohan in 23b8163 - feat: extending the types supported by
config
command by @Chance-fyi in #254 - fix: register archiver module by @aooohan in 90d1b29
Full Changelog: v0.4.2...v0.5.0