Skip to content

Releases: jacob-carlborg/dvm

DVM 0.6.0.rc.1

23 Oct 18:38
Compare
Choose a tag to compare
DVM 0.6.0.rc.1 Pre-release
Pre-release
v0.6.0.rc.1

Release 0.6.0.rc.1

DVM 0.5.1

10 Oct 16:15
Compare
Choose a tag to compare

New/Changed Features

  • Add support for macOS Catalina (10.15)

DVM 0.5.0

31 Mar 19:07
Compare
Choose a tag to compare

New/Changed Features

  • Add a flag to print the version of DVM, --version

Bugs Fixed

  • Fixed installing the latest compiler, that is using the -l flag
  • Issue 44: Make dub executable
  • Issue 42: Doesn't compile with recent compilers (e.g. dmd-2.074.1)

DVM 0.4.4

13 Sep 16:13
Compare
Choose a tag to compare

New/Changed Features

  • Experimental support for FreeBSD (using Bash)
  • Download DMD using platform specific archive if available
  • Support for installing release candidates
  • Download DMD from downloads.dlang.org (fallback to ftp.digitalmars.com)
  • Set a user agent when fetching compilers. The user agent will be in the form
    of dvm/<version> (<architecture>-<operating system>)

Bugs Fixed

  • Issue 31: Windows: default compiler does not persist

DVM 0.4.3

02 Sep 19:37
Compare
Choose a tag to compare

New/Changed Features

  • Add support for Dub
  • Since issue 23 has been fixed this means that now both 32 and 64bit
    libraries are supported simultaneously

Bugs Fixed

  • Fix issue "unexpected redirect for method GET"
  • Issue 23: Leave DMD directory structure as-is

DVM 0.4.2

03 Jan 11:56
Compare
Choose a tag to compare

In this release DVM has been ported to D2. This means that support for Linux 64bit is back.

New/Changed Features

  • Ported to D2
  • Add support for fetching the latest version of the compiler
  • Bring back support for 64bit Linux

Bugs Fixed

  • Fails to get the latest version of the compiler

For installation instructions see the readme.