Skip to content

Version 0.6.0-prerelease.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 11:38
· 58 commits to main since this release

Release Notes

Features

  • axo Releases support - impl

    oranda how supports axo's homegrown release hosting service, axo Releases! At the time of drafting these notes,
    axo Releases is still in closed beta, however, if you have access and want to try it out, you can set the following
    configuration parameter:

    {
      "components": {
        "source": "axodotdev"
      }
    }
  • App names show on multi-app releases - impl, issue #1, #2 (thanks
    to aumetra!)

    If you use oranda to work with a project that publishes multiple differently-named binaries, your install widget may
    end up looking very confusing, with lots of similarly-named tabs. Previously, your options were to set up a
    workspace, or to set the components.artifacts.match_package_names configuration
    setting. With this release, if you want to keep everything inside of a single website, the install widget will now
    show the app names in the tabs, like this:

    picture of an app with lots of tabs and app names

    There's no configuration for this, it'll automatically enable if oranda detects that you have multiple "installable"
    apps in your release assets.

Housekeeping

  • Minor cleanups to the source code, such as finally settling the "who has the better line endings, Linux or
    Windows" debate (it's Linux)

Install oranda 0.6.0-prerelease.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.6.0-prerelease.1/oranda-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/oranda/releases/download/v0.6.0-prerelease.1/oranda-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install @axodotdev/[email protected]

Install prebuilt binaries via Homebrew

brew install axodotdev/homebrew-tap/oranda

Download oranda 0.6.0-prerelease.1

File Platform Checksum
oranda-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
oranda-x86_64-apple-darwin.tar.gz macOS Intel checksum
oranda-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
oranda-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
oranda-x86_64-unknown-linux-musl.tar.gz musl Linux x64 checksum