Skip to content

v1.0a5

Choose a tag to compare

@github-actions github-actions released this 06 Sep 02:32
· 57 commits to master since this release
v1.0a5
ce7f980

Executables

Linux

The Linux executables are dynamically linked and require a Glibc-based OS
distribution from 2022 or later (Ubuntu 22.04+, RHEL 9+, or derivatives). For
older Glibc-based OS distributions and non-Glibc-based OS distributions
(Alpine, etc...), please install the Python package instead.

Other Platforms

The macOS and Windows executables should work on any recent version of their
respective operating systems.

librovore v1.0a5 (2025-09-06)

Enhancements

  • CLI: Consolidate display options into unified dataclass with mutual exclusion validation for better user experience.
  • Implement unified partial_ratio search strategy to dramatically improve substring discovery in documentation inventories.
  • Improve UX formatting by cleaning up metadata display order and removing dead architecture.

Repairs

  • Fix Rich markdown rendering by converting metadata patterns to bullet lists for improved readability.