Skip to content

Releases: Yangmoooo/inro

v0.3.0

03 Mar 17:27

Choose a tag to compare

Added

  • Pin Version: pin command for preventing packages from being auto-updated.
  • Spot Risks: doctor command for find hidden dangers.

Changed

  • Rename info: Rename command info to show.

v0.2.1

03 Feb 12:50

Choose a tag to compare

Fixed

  • Faster extract: Significantly faster when extracting large files in .zip and .tar

v0.2.0

02 Feb 14:36

Choose a tag to compare

Added

  • Async Download: install and update commands support async now!
  • Progress Bar: There are progress bars when downloading.

v0.1.0

31 Dec 05:56

Choose a tag to compare

Added

  • Initial Release: First public release of inro.
  • Core Commands:
    • install: Support for latest or specific versions (pkg@ver).
    • uninstall: Support for removing specific versions or all versions.
    • update: Upgrade packages to the latest suitable version.
    • source: Manage upstream registries.
    • use: Switch between installed versions instantly.
    • list, info, clean, unlink.
  • Multi-Version Management: Ability to install and manage multiple versions of the same package side-by-side.
  • Smart Discovery: Automatically detects platform-specific assets (OS/Arch) from GitHub Releases.
  • Archive Support: Native extraction for .tar.gz, .tar.xz, .tar.bz2, .zip, .7z, and standalone binaries.
  • Registry System: Configuration-driven package definitions supporting local overrides and remote updates.
  • Shell Integration: Built-in generator for Man pages and shell completions (Bash, Zsh, Fish, PowerShell).