Skip to content

v2.3.0

Compare
Choose a tag to compare
@jothepro jothepro released this 29 Nov 23:10
· 13 commits to main since this release

Colors, Tabs and Navigation Buttons 馃暫

This release brings better compatibility with Doxygen 1.9.8, official support for page navigation buttons and improved tabs.

Thanks to @mr-c, @david-alvarez-rosa, @patricklaf, @dsieger and @traversebitree for reporting bugs, opening pull requests and providing feedback that influenced this release!

Added

  • Official support for page navigation buttons was added. (db7f670, 4f33788, 9796bbf)

    They were originally introduced as a custom extension for the demo page, but people seemed to like them, so they are now part of doxygen-awesome.css. This feature is based on MR #120 by @patricklaf.
    Instructions on setting up page navigation can be found here.

Changed

  • The coloring of text blocks like "note", "warning", "error", etc. was improved based on pmp-library/pmp-library@54e8e75. Fixes #123 (3831e5c)
  • The Tabs extension was slightly improved. The height of the tab content is now always set to the maximum required space.
    This prevents unwanted jumping of the content below when tabs are changed. Also the appearance of the tabs was improved.
    Be aware that this feature is still considered experimental! (fa53db2, 20a0c45)

Fixed

  • The Makefile does now install the Tabs extension as well. (00a52f6)
  • Code Fragments are now working as expected in Doxygen 1.9.8. Fixes #128. (c064ec1)

Full Changelog: v2.2.1...v2.3.0