Skip to content

v0.13.1

Latest

Choose a tag to compare

@rich-iannone rich-iannone released this 11 Jun 19:30
· 1 commit to main since this release

Great Docs v0.13.1 is a maintenance release focused on rendering correctness and polish. Key fixes address HTML table styling preservation, mobile sidebar scrolling, and callable attribute documentation. The license page and homepage sidebar also received a few presentation upgrades.

Enhancements

  • The license page now displays comprehensive SPDX metadata including permissions, conditions, limitations, and interactive badge tooltips. (#209)
  • The homepage right sidebar now gets external link indicators. (#210)
  • Various package build improvements for reliability and maintainability. (#206)

Bug Fixes

  • Pre-styled HTML tables (e.g., from Great Tables) are no longer overwritten by Quarto's Bootstrap styling; table processing is disabled site-wide. (#205)
  • The mobile "On This Page" sidebar now scrolls reliably to sections using precise position calculations instead of scrollIntoView(). (#208)
  • Callable attributes defined as method = some_function are now correctly promoted to full function documentation. (#204)
  • MCP reference page generation now supports FastMCP instances in addition to the standard mcp.server.Server. (#198)
  • MCP generation state is properly tracked and stale references are cleaned up between builds. (#197)
  • Fixed a UnicodeEncodeError crash on Windows systems with limited console encoding. (#201, @chriscarrollsmith)
  • Duplicate page headings no longer appear on single-object API pages. (#194, @bschwedler)

Maintenance

  • Python 3.14 added to CI matrix and package classifiers. (#203)

New Contributors

Full Changelog: v0.13.0...v0.13.1