Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 00:42
· 1 commit to main since this release

Orphus 2.1.1

This patch makes the Orphus identity clearer and brings the terminal into line
with the black-and-Matrix-green branding at localhost:4321.

What changed

  • Replaced the hard-to-read overlapping wordmark with a compact, plain-ASCII
    ORPHUS mark that stays legible in ordinary terminals and on GitHub.
  • Pinned the startup mark to Orphus Matrix green (#00ff41) instead of allowing
    a theme to render it olive.
  • Aligned the default dark terminal theme with the Orphus black, Matrix green,
    dim green, off-white, and grey brand palette.
  • Kept NO_COLOR, narrow-terminal fallback, startup animation, worker lanes,
    and the v2.1 completion runtime behaviour intact.
  • Updated the README, terminal usage documentation, tests, and changelog.

Upgrade

If Orphus is already installed:

orphus update

Or install this exact release:

curl -fsSL https://raw.githubusercontent.com/kelvincushman/orphus/main/install.sh | sh -s -- --ref v2.1.1

Verification

  • The exact merged main commit passed the full GitHub Actions suite.
  • macOS arm64 and Linux x64 archives were built by GitHub Actions.
  • Both archives match the published SHA256SUMS file.