Skip to content

0.5.0 - 2023-10-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 16:55
· 78 commits to main since this release

Release Notes

Features

  • RSS feed support - shadows-withal/pr656, zkat

    When you have changelog functionality enabled, oranda will now automatically
    generate a RSS feed for it! This means you can plug it into your RSS reader, or
    use further automation that works with RSS files 🙌

    The link to the RSS feed will also be shown on the changelog page. You can disable
    the feed using the new components.changelog.rss_feed option.

  • Removed hard dependency on README.md - shadows-withal/pr640

    In previous releases, you needed to have a README.md file for oranda to work.
    This is a holdover from the earliest version of oranda (which was literally just
    a tool to generate HTML from your readme files), but with all the since added
    functionality, there's no real reason to keep this requirement. This means that
    oranda now works without a readme file!!

  • New match_package_names option for workspace config - 06chaynes/pr652

    When you have a workspace with multiple projects that all publish releases in the same
    GitHub repository, oranda will get confused and think that every release belongs to
    every project. With the new components.artifacts.match_package_names, each workspace
    member will now only include releases that contain their project name in the Git tag
    (v0.4.0-myproject, for example).

  • Ignore public/ directory when running oranda generate ci - shadows-withal/pr649, konstin/i643

    When running the CI generator command, it'll now prompt you whether it should append the public/
    directory to your .gitignore file.

Fixes

  • Improved errors for when explicitly declared paths don't exist - shadows-withal/pr640, konstin

    There used to be some cryptic errors oranda would throw if it couldn't find a path you'd manually
    specified in the configuration file - these errors are much nicer now, and their handling is more consistent.

  • Workspace index now supports additional_css - 06chaynes/pr653

    The additional_css option will now be respected on the workspace index page!

  • Set correct colors for mdbook draft chapters - 06chaynes/pr655, hawkw/i654

    In custom oranda themes, mdbook draft chapter titles in the sidebar were unreadable. This has been fixed!

Install oranda 0.5.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install @axodotdev/oranda@0.5.0

Install prebuilt binaries via Homebrew

brew install axodotdev/homebrew-tap/oranda

Download oranda 0.5.0

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