Releases: CodingWithCalvin/dtvem.cli
Releases · CodingWithCalvin/dtvem.cli
v0.6.1
What's New in v0.6.1
🐛 Bug Fixes
- fix(python): force-reinstall bundled pip wheel to create Scripts/*.exe
- fix(shim): discover install-time shims from disk, not static provider
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.6.1/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.6.1/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.6.0
What's New in v0.6.0
✨ Highlights
- Shim binary is now 67% smaller (8.2 MB → 2.7 MB), reducing disk footprint and cold-start cost for every shimmed command!
🔨 Improvements
- refactor(runtimes): split provider files to slim shim binary
🎉 New Features
- feat(cmd): add doctor command for diagnosing configuration issues (#248)
🔧 Maintenance
- build(flags): add -trimpath to binary builds
- chore(rnr): update rnr to v0.1.1
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.6.0/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.6.0/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.8
What's New in v0.5.8
🐛 Bug Fixes
- fix(init): wait for elevated init child on Windows
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.8/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.8/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.7
What's New in v0.5.7
🐛 Bug Fixes
- fix(shim): error when secondary executable is missing
- fix(shim): make shim-map cache version-aware
🔧 Maintenance
- ci(workflow): drop per-commit message lint, keep PR title check
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.7/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.7/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.6
What's New in v0.5.6
🐛 Bug Fixes
- fix(init): clean up stale dtvem shims entries from PATH (#247)
- Issue Reported by @BradKnowles - Thank You!
🔧 Maintenance
- chore(repo): pin .go files to LF line endings via .gitattributes
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.6/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.6/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.5
What's New in v0.5.5
🐛 Bug Fixes
- fix(shim): handle Windows .exe case + seed shim-map at install
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.5/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.5/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.4
What's New in v0.5.4
🐛 Bug Fixes
- fix(node): keep odd versions Current through maintenance window
🔧 Maintenance
- ci(node): add weekly workflow to refresh release schedule
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.4/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.4/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.3
What's New in v0.5.3
🎉 New Features
- feat(lifecycle): add Node.js lifecycle status to list-all command (#237)
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.3/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.3/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.2
What's New in v0.5.2
🎉 New Features
- feat(ruby): add build-from-source workflow to fill R2 mirror gaps (#225)
- feat(shim): add .cmd wrapper generation on Windows (#234)
🔧 Maintenance
- ci(workflow): remove social media posting from release workflow
- fix(ci): check R2 when --version is provided to gap detector
- fix(ci): use macos-15 with Rosetta for darwin-amd64 Ruby builds
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.2/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.2/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)
v0.5.1
What's New in v0.5.1
🐛 Bug Fixes
- fix(path): respect XDG_DATA_HOME on macOS and Windows (#202)
- fix(config): return ("", nil) from GlobalVersion when unconfigured (#220)
- fix(mirror): handle osx-*-tar naming in Node.js index.json (#223)
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.1/install.sh | bashWindows (PowerShell):
irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.1/install.ps1 | iexManual Installation
- Download the appropriate archive for your platform from the assets below
- Extract the archive
- Move binaries to a directory in your PATH
- Run
dtvem initto complete setup
Supported Platforms
- ✅ Windows (amd64, arm64)
- ✅ macOS (amd64, arm64/Apple Silicon)
- ✅ Linux (amd64)