Version 0.3.0-prerelease.5
Pre-releaseRelease Notes
Features
-
Workspace Support - shadows-withal/many PRs, jamesmunns/i493
You can now tell oranda to build multiple sites at once! By default, this will also generate a separate "root"
page, providing an index into all projects defined within your workspace.Details TBD
-
Inlining CSS - shadows-withal/pr565, pr566, i554
oranda now uses a CSS version that's included in the binary it's shipped with! This means no more HTTP requests to GitHub
to fetch a CSS version over and over. As a bonus, we removed the internal dependency on a Node.js toolchain to build
the CSS in development, which should make hacking on oranda and its themes a lot easier! -
Basic CSS caching - jamesmunns/pr551
In line with workspace support, oranda will now attempt to keep already downloaded versions of its CSS in-memory, which
helps tremendously when you have a lot of workspace members all using a custom CSS version.
Fixes
-
Display platforms alphabetically in install widget - Plecra/pr544, shadows-withal/i480
Platforms are now sorted alphabetically in the install widget dropdown. This is an improvement over the
previous unsorted state. -
Show prerelease contents on changelog pages - shadows-withal/pr549
This is a simple bug fix. Previously, we accidentally hid the body of a prerelease on its own separate changelog page
(but mysteriously, it showed up on the main changelog page when prereleases were toggled!) -
Restrict parsed repo URLs to GitHub only - Plecra/pr553
Right now, we only support GitHub repository URLs to get context from. This fixed an issue where technically, oranda
would attempt to do this with GitLab URLs as well, which would cause unintended behavior. -
Support
git+https
URLs - shadows-withal/pr563, geelen/i531oranda now correctly handles
git+https://yourrepo
repository URLs, and is a lot more informative when it encounters
one that it can't parse.
Install oranda 0.3.0-prerelease.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.3.0-prerelease.5/oranda-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/axodotdev/oranda/releases/download/v0.3.0-prerelease.5/oranda-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install @axodotdev/[email protected]
Download oranda 0.3.0-prerelease.5
oranda-aarch64-apple-darwin.tar.gz | checksum |
oranda-x86_64-apple-darwin.tar.gz | checksum |
oranda-x86_64-pc-windows-msvc.tar.gz | checksum |
oranda-x86_64-unknown-linux-gnu.tar.gz | checksum |