Skip to content

Releases: atakiya/melatonin

v0.7.8 - 🚢

11 Mar 20:12
v0.7.8
33d447f
Compare
Choose a tag to compare

Changelog

0.7.8 - 2024-03-11

Re-release of 0.7.7 code for CI/CD to build a container image.
Now available at ghcr.io/atakiya/melatonin


melatonin-v0.7.8-x86_64-pc-windows-msvc.zip was updated due to an upstream issue with the GitHub-actions created zips and cargo binstall, for more information: cargo-bins/cargo-binstall#1080

v0.7.7

05 Mar 20:11
39a3bf7
Compare
Choose a tag to compare

Note: As automated releases are configured and tweaked, this release body and tags have been modified over time.

Changelog

0.7.7 - 2024-03-05

Added

  • Linux support

Changes since last release:

0.6.4-beta - 2024-02-06

Added

  • Feedback on missing BYOND tool
  • Global (user) version pinning support via bvm pin -g <version>
  • Indication of global and active version in bvm list
  • Ability to supply path to bvm pin

v0.5.0-beta

03 Feb 16:56
552b239
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release

General functionality is given
What works:

  • Windows support
  • Download and installation of multiple BYOND versions
  • Listing of installed versions
  • Uninstallation of installed versions by version specifier
  • Setup of environment
  • Get and install latest stable or beta version without specifying version
  • Pinning version per BYOND project
  • Shimming of CLI executables

What does not work:

  • Linux support
  • Globally available default version
  • Shimming of shell shortcuts on Windows to global version
  • Interoperability with existing system installation of BYOND

Pre-compiled binaries included in this release were built locally on the development machine.
As always, please exercise caution when downloading unsigned binaries.

Future binaries will be available from github runners via cargo binstall.