Skip to content

Version 0.4.0-prerelease.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 15:08
· 133 commits to main since this release

Release Notes

Features

  • Improved CSS generation - shadows-withal/pr617, ashleygwilliams/i610

    Users and distributors now have more control over how oranda and especially its CSS gets built! You can choose to
    opt-in to building CSS at build or runtime using the Tailwind binary, or you can explicitly prebuild the CSS using
    npm. For more information, see the docs.

  • New generate command - shadows-withal/pr621, ashleygwilliams/i188

    You can now generate a GitHub Actions CI file that'll build your site and deploy it to GitHub Pages by running
    oranda generate ci, which runs you through an interactive wizard! In the future, we'll add more types of
    generatable files.

  • LiveReload support for oranda dev - shadows-withal/pr622, [jamesmunns]/i556

    A pretty simple change that has a lot of quality-of-life: Your oranda dev browser tab now reloads automatically
    when you change a relevant file and oranda rebuilds your site!

Fixes

  • Fixed Tailwind breaking the Nix flake - hawkw/pr609

    Because Tailwind was being downloaded on each build in a global cache directory (which Nix doesn't support),
    @hawkw added the Tailwind binary as an explicit dependency, and enhanced our Tailwind build code with the
    ability to use a preexisting Tailwind binary.

  • Hide changelog sidebar on mobile - shadows-withal/pr614, zkat/i612

Housekeeping

  • oranda is now available on Homebrew! Run brew install axodotdev/tap/oranda to install it.
  • Factored out a bunch of code into axoproject - mistydemeo/pr590

Install oranda 0.4.0-prerelease.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/oranda/releases/download/v0.4.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.4.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