v0.0.4
What's New in v0.0.4
✨ Highlights
- We now have the Ruby runtime provider with full support for Windows, macOS, and Linux!
🐛 Bug Fixes
- fix(global,local): validate version is installed before setting (#111)
- fix(python): use version-specific pip URL for older Python versions (#113)
- fix(lint): extract pathActionMove constant to fix goconst warning (#114)
🎉 New Features
- feat(runtime): add Ruby provider (#37)
- feat(installer): add XDG Base Directory support on Linux (#91)
- feat(logging): add verbose mode and debug output (#92)
- feat(installer): use GitHub API digests for checksum verification (#103)
- feat(tui): add styled output with lipgloss (#104)
- feat(install): auto-set global version when installing first version (#112)
Installation
Quick Install (Recommended)
macOS / Linux:
curl -fsSL https://github.com/dtvem/dtvem/releases/download/v0.0.4/install.sh | bashWindows (PowerShell):
irm https://github.com/dtvem/dtvem/releases/download/v0.0.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)