Skip to content

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Dec 21:51
· 93 commits to main since this release
5e1c138

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 | bash

Windows (PowerShell):

irm https://github.com/dtvem/dtvem/releases/download/v0.0.4/install.ps1 | iex

Manual Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the archive
  3. Move binaries to a directory in your PATH
  4. Run dtvem init to complete setup

Supported Platforms

  • ✅ Windows (amd64, arm64)
  • ✅ macOS (amd64, arm64/Apple Silicon)
  • ✅ Linux (amd64)