Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 16:34
· 30 commits to main since this release

What's New in v0.5.0

🐛 Bug Fixes

  • fix(python): use ensurepip for reliable pip installation on Windows (#201)
  • fix(mirror): discover versions from upstream sources (#208)

🎉 New Features

  • feat(config): support XDG_DATA_HOME on Windows and macOS (#202)
  • feat(init): add --user flag for non-admin Windows installation (#204)

🔧 Maintenance

  • refactor(ci): commit manifests directly to main instead of PR

Installation

Quick Install (Recommended)

macOS / Linux:

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

Windows (PowerShell):

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