Skip to content

v1.0a2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:19
· 95 commits to master since this release
v1.0a2
907f090

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.0a2 (2025-08-29)

Enhancements

  • Add MkDocs inventory processor to support pure MkDocs sites using search_index.json files.
  • Implement parallel URL pattern probing for improved performance and network efficiency.
  • Transform JSON output format from dictionary-based to structured dataclass objects with enhanced error handling.

Removals

  • CLI: Remove summarize-inventory subcommand and MCP server tool.