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