Skip to content

v2.74.1

Compare
Choose a tag to compare
@yufeih yufeih released this 30 Nov 11:23
· 243 commits to main since this release

NOTE: If you are using a custom template with a custom toc.html.tmpl file, you may encounter problems building TOC files. Rename toc.html.tmpl to toc.html.primary.tmpl to fix the problem. See #9515 for details.

What's Changed

πŸŽ‰ New Features

  • feat: support <exclude /> documentation comment by @yufeih in #9492
  • feat: auto-generate TOC name from title by @yufeih in #9475 #9481
  • feat: toggle log severity using rules config by @yufeih in #9460
  • feat: Add option for including explicit interface implementations by @yufeih in #9471

🐞 Bug Fixes

  • fix: log message text break at 80 columns by @yufeih in #9464
  • fix: affix display problem on ios by @yufeih in #9470
  • fix: xml indentation issue on external <code> by @yufeih in #9465
  • fix: only allow first h1 to be the title by @yufeih in #9474
  • fix: make _tocRel deterministic by @yufeih in #9483
  • fix: filter compiler generated helpers by @yufeih in #9489
  • fix: PDB symbol link respect disable git features by @yufeih in #9490
  • fix: class level seealso leaked to members by @yufeih in #9491

πŸ“„ Documentation

Full Changelog: v2.74.0...v2.74.1