v0.2.3
Changelog
This version marks a significant update, introducing the ability for plugins to be customized and compiled, such as for Python support. Prior to version 0.2.2, the plugin's capabilities were limited to distributing pre-built binaries. This update expands the plugin's capabilities to include source code compilation.
⚠️ ⚠️ ⚠️ NOTE: Must be upgraded vfox
to latest if you want to use Python Plugin.
What's Changed
- feat: support custom storage path by @aooohan and @XuZheCheung 627330f
- feat: allow plugin to install local file, not only remote file before by @aooohan in 8888f41
- feat: add a new mechanism that verify the minimum runtime version supported by the plug-in by @aooohan in 0bc5b1d
- feat:
http
module of plugin supports HEAD request by @aooohan in 2a4fc77 - fix: mac arm64 installation shell script by @ankit-pn in #34
- fix: invalid setting of alias by @aooohan in 1987a2a
- fix: global scope does not take effect when use out of box on Windows by @aooohan in 32421d1
Plugins
- Python Plugin by @aooohan version-fox/version-fox-plugins#10
- Python Npmmirror Plugin by @aooohan version-fox/version-fox-plugins#12
- Nodejs Npmmirror Plugin by @yimiaoxiehou version-fox/version-fox-plugins#9
- Zulu JDK Plugin by @yimiaoxiehou version-fox/version-fox-plugins#11
New Contributors
- @ankit-pn made their first contribution in #34
- @yimiaoxiehou made their first contribution in version-fox/version-fox-plugins#8
Full Changelog: v0.2.2...v0.2.3