Version 0.6.0-prerelease.2
Pre-releaseRelease 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" } }
Doing so will cause oranda to not fetch from GitHub at all, instead using axo Releases as a source of truth for your release data.
-
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 thecomponents.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:There's no configuration for this, it'll automatically enable if oranda detects that you have multiple "installable"
apps in your release assets.
Bug Fixes
-
Fixed a bug that could cause mdbook compilation to recurse infinitely - impl, issue
mdbook makes it very easy to put your book destination directory in the same directory as your book source, which in turn
causes your built files to be read as source files, over and over again. We detect this now and don't let you do it anymore.
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.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.6.0-prerelease.2/oranda-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/axodotdev/oranda/releases/download/v0.6.0-prerelease.2/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.2
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 |