Skip to content

v0.5.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@3nderXP 3nderXP released this 17 Jul 07:05
· 7 commits to develop since this release
cbe8b5c

This release candidate brings the interactive Gum interface to feature parity
with the direct CLI and significantly improves performance when browsing large
addon collections.

As a pre-release, it is intended for real-world testing before v0.5.0.
Feedback about terminal compatibility, addon searches, pagination, and large
local collections is especially welcome.

Highlights

  • Complete interactive access to Elo commands and options.
  • Native Gum tables, file selection, inputs, confirmations, and loading
    indicators.
  • Consistent Minecraft-inspired visual theme and branded ASCII headers.
  • First, Previous, Next, and Last navigation for paginated lists.
  • Cursor memory, page caching, and adjacent-page prefetching.
  • Faster installed-addon listings through incremental integrity validation.
  • Modrinth search pagination using the complete result set.
  • Improved shader and resource-pack compatibility handling.
  • Explicit Iris or OptiFine selection when installing shaders.
  • Expanded interactive, provider, installation, and cache test coverage.

Install this release candidate

Pre-releases are not selected automatically by elo update. Install this
version explicitly:

elo update --version v0.5.0-rc.1

For a new installation:

curl -fsSL \
  https://raw.githubusercontent.com/3nderXP/elo/v0.5.0-rc.1/install.sh |
  bash -s -- --ref v0.5.0-rc.1

Testing notice

Although the automated test suite passes, this release includes extensive
changes to the interactive experience. Please report any unexpected behavior,
particularly with:

  • different terminal sizes and environments;
  • large installed-addon collections;
  • remote search pagination;
  • shader installation and platform selection;
  • page navigation and loading indicators.

What's Changed

  • Feature: interactive command parity by @3nderXP in #14

Full Changelog: v0.4.1...v0.5.0-rc.1