Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Dec 20:23
· 138 commits to main since this release

Changes in v0.0.2

🐛 Bugs Squashed

  • fix(shim): propagate exit code instead of reporting failure on windows (831a6c3) - Fixes #59
  • fix(init): use system path on windows for correct priority (925d7bb) - Fixes #55
  • fix(current): show installation status and hide unconfigured runtimes (0ef78d3) - Fixes #53

🎉 Features Added

  • feat(list): show all runtimes and indicate global version (bae8e28) - Fixes #54

🧹 Chores Addressed

  • chore: Add dtvem to itself to manage node for commit hooks (814fc8b)
  • chore: Add conventional commit configuration (1d8a2ad)
  • chore: Update badges in README (6241e21)
  • chore: Update documentation on contributing (25ff8e8)

Installation

Quick Install (Recommended)

macOS / Linux:

curl -fsSL https://github.com/dtvem/dtvem/releases/download/v0.0.2/install.sh | bash

Windows (PowerShell):

irm https://github.com/dtvem/dtvem/releases/download/v0.0.2/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)

Checksums

See the assets below for SHA256 checksums.

Full Changelog: v0.0.1...v0.0.2