-
-
Notifications
You must be signed in to change notification settings - Fork 117
Comparing changes
Open a pull request
base repository: version-fox/vfox
base: v0.2.0
head repository: version-fox/vfox
compare: main
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7274b0a - Browse repository at this point
Copy the full SHA 7274b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b91e4d - Browse repository at this point
Copy the full SHA 8b91e4dView commit details -
bugfix: Change #compdef $PROG to #compdef vfox in zsh completion script
Previously, the zsh completion script used a variable $PROG for the #compdef directive. This required the user to set the $PROG variable to 'vfox' before sourcing the script for the completion to work correctly. close #16
Configuration menu - View commit details
-
Copy full SHA for f7fd3a8 - Browse repository at this point
Copy the full SHA f7fd3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44dc21e - Browse repository at this point
Copy the full SHA 44dc21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b61eef - Browse repository at this point
Copy the full SHA 9b61eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 693d6b6 - Browse repository at this point
Copy the full SHA 693d6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df86ba - Browse repository at this point
Copy the full SHA 7df86baView commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40b6d9e - Browse repository at this point
Copy the full SHA 40b6d9eView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 523f027 - Browse repository at this point
Copy the full SHA 523f027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b9fe4 - Browse repository at this point
Copy the full SHA 74b9fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a47c4 - Browse repository at this point
Copy the full SHA c0a47c4View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e426fd - Browse repository at this point
Copy the full SHA 0e426fdView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb0356a - Browse repository at this point
Copy the full SHA eb0356aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa4d9e - Browse repository at this point
Copy the full SHA 3fa4d9eView commit details -
mod: Use the plugin name as the installed sdk name
Previously the plugin's filename was used as the sdk name.
Configuration menu - View commit details
-
Copy full SHA for b221f57 - Browse repository at this point
Copy the full SHA b221f57View commit details
Commits on Jan 22, 2024
-
Support proxy configuration #4 (#27)
Sometimes it may be necessary to run under network control or proxy network, so we allow users to customize their own proxy configuration. --------- Co-authored-by: lihan <lihan@apache.org>
Configuration menu - View commit details
-
Copy full SHA for f992618 - Browse repository at this point
Copy the full SHA f992618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215ea52 - Browse repository at this point
Copy the full SHA 215ea52View commit details -
* Create an empty config yaml file when config file not exists. * Enables the http module to use the configured proxy as well.
Configuration menu - View commit details
-
Copy full SHA for c4f6d44 - Browse repository at this point
Copy the full SHA c4f6d44View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5763ac1 - Browse repository at this point
Copy the full SHA 5763ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c738772 - Browse repository at this point
Copy the full SHA c738772View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bc8164 - Browse repository at this point
Copy the full SHA 6bc8164View commit details
Commits on Jan 29, 2024
-
feat: Support custom storage path#5
The default cache path is under the home directory ($HOME/.version-fox/cache). Installing numerous SDKs can consume significant space in this directory. Allowing customization of the storage path can help manage this issue. close #5 --------- Co-authored-by: Xuzhe Cheung <joneicu@163.com>
Configuration menu - View commit details
-
Copy full SHA for 627330f - Browse repository at this point
Copy the full SHA 627330fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c130e - Browse repository at this point
Copy the full SHA 51c130eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b984aa - Browse repository at this point
Copy the full SHA 5b984aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee66ca - Browse repository at this point
Copy the full SHA bee66caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9944d38 - Browse repository at this point
Copy the full SHA 9944d38View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9dd993 - Browse repository at this point
Copy the full SHA d9dd993View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 703e1a3 - Browse repository at this point
Copy the full SHA 703e1a3View commit details -
feat: Support plugin to install local files instead of remote files
Previously, the plugin's Preinstall function was only allowed to return the url of a remote file, e.g. http://xxx. Local files are now supported.
Configuration menu - View commit details
-
Copy full SHA for 8888f41 - Browse repository at this point
Copy the full SHA 8888f41View commit details
Commits on Feb 1, 2024
-
mod: Adjust the plug-in structure to make it more flexible
The PreInstall function only handles pre-installation information for the sdk, such as version number, download address, etc., except for the version number, which is not required. The PostInstall function as an extension, such as compiling source code, etc.
Configuration menu - View commit details
-
Copy full SHA for 167de5d - Browse repository at this point
Copy the full SHA 167de5dView commit details -
feat: Verify the minimum runtime version supported by the plug-in
In order to better upgrade the plug-in system in the future, plugins are now supported to specify the minimum runtime version that is compatible with running. If not configured, it means that the full version of the plug-in is available
Configuration menu - View commit details
-
Copy full SHA for 0bc5b1d - Browse repository at this point
Copy the full SHA 0bc5b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4063d - Browse repository at this point
Copy the full SHA 1d4063dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b02b441 - Browse repository at this point
Copy the full SHA b02b441View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8300ba - Browse repository at this point
Copy the full SHA d8300baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4fc77 - Browse repository at this point
Copy the full SHA 2a4fc77View commit details
Commits on Feb 2, 2024
-
mod: Optimize the PostInstall and PreInstall structure of the plugin
* It is clear that the PreInstall function is responsible for providing the meta-information of the current version (including version number, download address, attached file address), and vfox helps download and verify the file.
Configuration menu - View commit details
-
Copy full SHA for b41c2e6 - Browse repository at this point
Copy the full SHA b41c2e6View commit details -
bugfix: Invalid setting of alias #39
In the local plug-in system, the name of the sdk depends on the file name of the plug-in. When setting an alias, it is equivalent to setting the file name of the plug-in to the name of the alias. close #39
Configuration menu - View commit details
-
Copy full SHA for 1987a2a - Browse repository at this point
Copy the full SHA 1987a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ab6c2 - Browse repository at this point
Copy the full SHA 68ab6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e416c6 - Browse repository at this point
Copy the full SHA 7e416c6View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 576ada7 - Browse repository at this point
Copy the full SHA 576ada7View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 308c409 - Browse repository at this point
Copy the full SHA 308c409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f236a4 - Browse repository at this point
Copy the full SHA 0f236a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32421d1 - Browse repository at this point
Copy the full SHA 32421d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8411bb - Browse repository at this point
Copy the full SHA a8411bbView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 429a40a - Browse repository at this point
Copy the full SHA 429a40aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4ca42 - Browse repository at this point
Copy the full SHA 9b4ca42View commit details
Commits on Feb 20, 2024
-
bugfix: When configuring environment variables, if this version is no…
…t installed, then ignore it.
Configuration menu - View commit details
-
Copy full SHA for d54f004 - Browse repository at this point
Copy the full SHA d54f004View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2d2206 - Browse repository at this point
Copy the full SHA c2d2206View commit details
Commits on Feb 22, 2024
-
bugfix: Make sure that the target file has been decompressed when rec…
…onfiguring soft link.
Configuration menu - View commit details
-
Copy full SHA for 2d75a9b - Browse repository at this point
Copy the full SHA 2d75a9bView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8cb133 - Browse repository at this point
Copy the full SHA e8cb133View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.