Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 04:36
· 5 commits to main since this release

Added

  • Refresh Binary Links: inro relink <package> applies the current registry's binary definitions to the active installed version without downloading again. It adds, removes, renames, or repairs links and updates the manifest and installation receipt. Unlinked packages must first select a version with inro use <package> <version>.

Changed

  • Grouped Command Help: Top-level help now groups related commands with blank lines while keeping names and descriptions aligned. Running inro, inro -h, inro --help, or inro help shows the same grouped list.
  • Visible Command Aliases: Help now lists existing aliases beside the command name, such as uninstall, rm, remove, in an aligned command column. inro source --help uses the same format for list, ls.

Fixed

  • Broken Links Through Directory Aliases: Resolve existing parent directories when checking links whose targets are missing, so aliases such as macOS /var and /private/var do not cause inro-managed broken links to be mistaken for foreign links.