|
| 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 |
0 commit comments