Skip to content

v0.14.1

Latest

Choose a tag to compare

@rich-iannone rich-iannone released this 25 Jun 20:56
31f248e

Great Docs v0.14.1 is a maintenance release focused on bug fixes and cross-platform stability. It resolves a number of rendering and configuration issues (including navbar color CSS leaking on Firefox, preview hangs in Safari, and margin sidebar placement) alongside fixes for Windows subprocess encoding, custom page tags, and project-level bibliography forwarding. The site header has also been improved for mobile devices.

Enhancements

  • Improved the site header layout and behavior on mobile devices. (#229)

Bug Fixes

  • navbar_color: CSS no longer leaks onto the root element, fixing a rendering issue seen on Firefox. (#233)
  • Project-level bibliography is now correctly forwarded so citations resolve as expected. (#234)
  • Fixed preview hangs that occurred in the Safari browser. (#223)
  • The metadata margin sidebar is now placed after the body, correcting its positioning. (#224)
  • Tags now render correctly on custom pages. (#225)
  • Section files are now copied correctly. (#226)
  • Removed 404 errors seen with helper scripts. (#222)
  • Subprocess pipes are now decoded as UTF-8 on Windows, preventing encoding errors. (#217)
  • Fixed a pypi: false bug where the package_name was mishandled. (#232)
  • hero_name now correctly returns False instead of None when set to False. (#221)

New Contributors