Skip to content

Commit 71b5e28

Browse files
authored
New version: loonghao.vx version 0.8.4 (microsoft#341068)
1 parent c204858 commit 71b5e28

3 files changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: loonghao.vx
5+
PackageVersion: 0.8.4
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: vx.exe
10+
PortableCommandAlias: vx
11+
InstallModes:
12+
- interactive
13+
- silent
14+
- silentWithProgress
15+
UpgradeBehavior: uninstallPrevious
16+
Dependencies:
17+
PackageDependencies:
18+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
19+
ReleaseDate: 2026-02-20
20+
Installers:
21+
- Architecture: x64
22+
InstallerUrl: https://github.com/loonghao/vx/releases/download/v0.8.4/vx-x86_64-pc-windows-msvc.zip
23+
InstallerSha256: 306A357838DD89C852011E8120384E90E414228B1705F5506E0D324E3B4837A6
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: loonghao.vx
5+
PackageVersion: 0.8.4
6+
PackageLocale: en-US
7+
Publisher: loonghao
8+
PublisherUrl: https://github.com/loonghao
9+
PublisherSupportUrl: https://github.com/loonghao/vx/issues
10+
PackageName: vx
11+
PackageUrl: https://github.com/loonghao/vx
12+
License: MIT
13+
LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE
14+
ShortDescription: Universal Development Tool Manager
15+
Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest.
16+
Tags:
17+
- cli
18+
- development
19+
- go
20+
- nodejs
21+
- python
22+
- rust
23+
- tool-manager
24+
- version-manager
25+
ReleaseNotes: |-
26+
0.8.4 (2026-02-20)
27+
Features
28+
- starlark: add github.star stdlib + jj provider.star migration (2666e9c)
29+
- starlark: complete provider.star migration and fix stdlib ctx access (eb9c882)
30+
- vx-starlark: implement Phase 2 Starlark execution engine (46ace14)
31+
- vx-starlark: Phase 2 - integrate starlark-rust execution engine (61b2fd3)
32+
Bug Fixes
33+
- fix workspace-hack hakari section markers and regenerate dependencies (f41c6c6)
34+
- justfile: fix test-pkgs recipe to not duplicate -p flag (cbfc402)
35+
- vx-provider-jj: strip v prefix from version tags to prevent double-v in download URL (e0b13eb)
36+
- where: use executable_name() instead of runtime name for exe lookup (610310f)
37+
Code Refactoring
38+
- build: remove legacy provider.toml support, simplify build.rs and registry.rs (b0dd935)
39+
- vx-starlark: replace path-based cache with content-hash incremental analysis cache (23c9918)
40+
Documentation
41+
- rfc: add RFC 0036 - Starlark Provider Support (9f29ebf)
42+
- rfc: update RFC 0036 v0.3 - add Buck2 typed provider_field, load() module system, incremental analysis cache, declarative actions (58ac77d)
43+
ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/v0.8.4
44+
ManifestType: defaultLocale
45+
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 WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: loonghao.vx
5+
PackageVersion: 0.8.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)