Skip to content

Commit bc04d75

Browse files
authored
New version: version-fox.vfox version 0.10.0 (microsoft#327439)
1 parent 83bb428 commit bc04d75

File tree

4 files changed

+164
-0
lines changed

4 files changed

+164
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: version-fox.vfox
5+
PackageVersion: 0.10.0
6+
Commands:
7+
- vfox
8+
ReleaseDate: 2026-01-02
9+
Installers:
10+
- Architecture: x86
11+
InstallerType: inno
12+
Scope: machine
13+
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_setup_i386.exe
14+
InstallerSha256: 6EB7BEFD34E0899B5949BA44CA0E8EC75470A6D08E9F8A693C335B4830E3FC03
15+
UpgradeBehavior: install
16+
ProductCode: vfox-fc742fc3-7013-49b7-adcb-96f2d6ddbda0_is1
17+
ElevationRequirement: elevatesSelf
18+
InstallationMetadata:
19+
DefaultInstallLocation: '%ProgramFiles%\vfox'
20+
- Architecture: x64
21+
InstallerType: inno
22+
Scope: machine
23+
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_setup_x86_64.exe
24+
InstallerSha256: 6AF1F8C1E00E588128819BF307FA5B3F85D1AB7C82282CD4B17D233FB2E347CE
25+
UpgradeBehavior: install
26+
ProductCode: vfox-fc742fc3-7013-49b7-adcb-96f2d6ddbda0_is1
27+
ElevationRequirement: elevatesSelf
28+
InstallationMetadata:
29+
DefaultInstallLocation: '%ProgramFiles%\vfox'
30+
- Architecture: arm64
31+
InstallerType: inno
32+
Scope: machine
33+
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_setup_aarch64.exe
34+
InstallerSha256: 5A4785B7C8022AA05E319CEF33BF8E7C15F236B7E2202505B52E9C3DA93378BC
35+
UpgradeBehavior: install
36+
ProductCode: vfox-fc742fc3-7013-49b7-adcb-96f2d6ddbda0_is1
37+
ElevationRequirement: elevatesSelf
38+
InstallationMetadata:
39+
DefaultInstallLocation: '%ProgramFiles%\vfox'
40+
- Architecture: x86
41+
InstallerType: zip
42+
NestedInstallerType: portable
43+
NestedInstallerFiles:
44+
- RelativeFilePath: vfox_0.10.0_windows_i386\vfox.exe
45+
PortableCommandAlias: vfox
46+
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_i386.zip
47+
InstallerSha256: 9A066E8BC6A853F9CF75B6C325D0463BEF8F06B62883BA44D74EA09A96031E0E
48+
- Architecture: x64
49+
InstallerType: zip
50+
NestedInstallerType: portable
51+
NestedInstallerFiles:
52+
- RelativeFilePath: vfox_0.10.0_windows_x86_64\vfox.exe
53+
PortableCommandAlias: vfox
54+
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_x86_64.zip
55+
InstallerSha256: 2985685D05B70DF631AE612A12C02FA479E6DDAECD8584CDF97DB5BB9BAEB4C3
56+
- Architecture: arm64
57+
InstallerType: zip
58+
NestedInstallerType: portable
59+
NestedInstallerFiles:
60+
- RelativeFilePath: vfox_0.10.0_windows_aarch64\vfox.exe
61+
PortableCommandAlias: vfox
62+
InstallerUrl: https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_aarch64.zip
63+
InstallerSha256: 441489D104799E149B7DB31C2AF6A56E2B19A90264703F9486DBBBC64B80F9CA
64+
ManifestType: installer
65+
ManifestVersion: 1.12.0
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: version-fox.vfox
5+
PackageVersion: 0.10.0
6+
PackageLocale: en-US
7+
Publisher: Han Li
8+
PublisherUrl: https://vfox.dev/
9+
PublisherSupportUrl: https://github.com/version-fox/vfox/issues
10+
PackageName: vfox
11+
PackageUrl: https://vfox.dev/
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/version-fox/vfox/blob/HEAD/LICENSE
14+
Copyright: Copyright 2026 Han Li. All rights reserved.
15+
ShortDescription: The Multiple SDK Version Manager
16+
Description: |-
17+
If you switch between development projects which expect different environments, specifically different runtime versions or ambient libraries, or you are tired of all kinds of cumbersome environment configurations, vfox is the ideal choice for you.
18+
vfox is a cross-platform, extensible version manager. It supports native Windows, and of course Unix-like! With it, you can quickly install and switch different environment.
19+
It saves all tool version information in a file named .tool-versions, so you can share this information in your project to ensure that everyone on your team is using the same tool versions.
20+
Traditional work requires multiple cli version managers, each with its own API, configuration files, and implementation (e.g., $PATH operations, shims, environment variables, etc.). vfox provides a single interactive way and configuration file to simplify the development workflow and can be extended to all tools and runtime environments through a simple plugin interface.
21+
Tags:
22+
- asdf
23+
- develop
24+
- development
25+
- lua
26+
- nodejs
27+
- sdk-manager
28+
- version-manager
29+
ReleaseNotes: |-
30+
🎉 What's Changed in v0.10.0
31+
This version includes a critical bug fix for PowerShell on Windows.
32+
Changelog
33+
🚀 New Features
34+
- 7e3278ecaa2455dbf6fab74f893cb4dd5cbcd31b: feat: add --user flag to install.sh for user-local installation (#586) (@Copilot)
35+
- bbbe949fdba9a280c7e042f0776a217b1bc3df07: feat: compatible with a multiplexer environments(eg: tmux) (#592) (@aooohan)
36+
🐛 Bug Fixes
37+
- 68157c651033452386c52cc76553c9c26e731c80: fix(pwsh): fix regression from #448 that broke session-scoped env switching (@aooohan)
38+
- de2461103ba762044ea30740ecb92b05f1dc00cc: fix(shell): handle login shell dash prefix in Open() function (#579) (@Talbot3)
39+
- df862ce9f8020116164715ecc3ba5b189ddcebee: fix: check if sudo command is available before using it in install.sh (#575) (@Copilot)
40+
- c8e8f25dd944afa4b7dfea1e49d1266154fc24a2: fix: set __VFOX_SHELL in all shell hooks to prevent spawning subprocess on global use (#584) (@linghengqian)
41+
🔧 Chores
42+
- 1ca4237fcef6a84e083dae1d29c22ad880b9f062: chore(deps): bump actions/cache from 4 to 5 (#574) (@dependabot[bot])
43+
- fc0a221c7d3e972efc7db5ae34191ea3d77d2d3b: chore(deps): bump actions/checkout from 5 to 6 (#570) (@dependabot[bot])
44+
- a379f7b2cef21ea524c9bc51940e315449ca3e63: chore(deps): bump anchore/sbom-action from 0.15.1 to 0.19.0 (#565) (@dependabot[bot])
45+
- 1d21708663e3d0d323f1141fce8c0fa339f427e4: chore(deps): bump sigstore/cosign-installer from 3.10.0 to 3.10.1 (@dependabot[bot])
46+
Other Changes
47+
- 28447e7d1803d1f9cd0cb26dab59aee209008217: bug: don't fail if profile directory doesn't exist (#572) (@JayBazuzi)
48+
- 4b0f379eb15d1d6b9a31594bdfbb182272bbb9c6: release v0.10.0 🎉🎉🎉 (@github-actions[bot])
49+
50+
Full Changelog: https://github.com/version-fox/vfox/compare/v0.9.2...v0.10.0
51+
Installation
52+
See installation guide for more details.
53+
Thanks
54+
Thanks to all contributors who made this release possible! 🎉
55+
ReleaseNotesUrl: https://github.com/version-fox/vfox/releases/tag/v0.10.0
56+
Documentations:
57+
- DocumentLabel: Documentation
58+
DocumentUrl: https://vfox.dev/guides/intro.html
59+
- DocumentLabel: FAQ
60+
DocumentUrl: https://vfox.dev/guides/faq.html
61+
ManifestType: defaultLocale
62+
ManifestVersion: 1.12.0
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: version-fox.vfox
5+
PackageVersion: 0.10.0
6+
PackageLocale: zh-CN
7+
PublisherUrl: https://vfox.dev/zh-hans/
8+
PackageUrl: https://vfox.dev/zh-hans/
9+
ShortDescription: 跨平台、可拓展的版本管理器
10+
Description: |-
11+
如果你经常需要在各种开发项目之间切换,而这些项目又各自需要不同的运行环境,尤其是不同的运行时版本或环境库,或者 厌倦了各种环境繁琐的配置,那么 vfox 就是你的不二选择。
12+
vfox 是一款跨平台、可拓展的通用版本管理器。支持原生 Windows 以及 Unix-like! 通过它,您可以快速安装和切换开发环境。
13+
它将所有的工具版本信息保存在一个名为 .tool-versions 的文件中,这样您就可以在项目中共享这些信息,确保团队中的每个人都使用相同的工具版本。
14+
传统工作方式需要多个命令行版本管理器(如 nvm、fvm、sdkman、asdf-vm 等),而且每个管理器都有其不同的 API、配置文件和实现方式(比如,$PATH 操作、垫片、环境变量等等)。vfox 提供单个交互方式和配置文件来简化开发工作流程,并可通过简单的插件接口扩展到所有工具和运行环境。
15+
Tags:
16+
- asdf
17+
- lua
18+
- nodejs
19+
- sdk管理器
20+
- 开发
21+
- 版本管理器
22+
ReleaseNotesUrl: https://github.com/version-fox/vfox/releases/tag/v0.10.0
23+
Documentations:
24+
- DocumentLabel: 文档
25+
DocumentUrl: https://vfox.dev/zh-hans/guides/intro.html
26+
- DocumentLabel: 常见问题
27+
DocumentUrl: https://vfox.dev/zh-hans/guides/faq.html
28+
ManifestType: locale
29+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: version-fox.vfox
5+
PackageVersion: 0.10.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)