Skip to content

v1.0a6

Choose a tag to compare

@github-actions github-actions released this 28 Sep 22:15
· 31 commits to master since this release
v1.0a6
7823982

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.0a6 (2025-09-28)

Enhancements

  • CLI: Add new options from appcore.cli framework migration including --inscription.level, --inscription.presentation, --configfile, and --environment for enhanced logging and configuration support.
  • Implement graceful degradation for robots.txt access failures - queries now succeed with warnings instead of failing completely when robots.txt is inaccessible.
  • Improve content extraction quality with universal patterns that work across different documentation themes and provide better theme-specific precedence.

Notices

  • MCP Server: Change configuration parameters from --logfile to --inscription.target-file and --inscription.level for consistency with new CLI framework.

Repairs

  • CLI: Fix broken 'filters' option that was not working correctly.
  • Fix Sphinx content extraction returning sidebar content instead of main documentation for Python modules.
  • Fix confusing error messages when robots.txt access fails, now shows clear "Robots.txt Access Failure" instead of misleading "No Compatible Processor Found" messages.