Skip to content

Releases: marzer/poxy

v0.13.2

Choose a tag to compare

@marzer marzer released this 31 Jul 13:40
  • fixed doxygen's @ref links to #id anchors on the same page being treated as external links
  • added auto-linking for C++ named requirements
  • minor style fixes

v0.13.1

Choose a tag to compare

@marzer marzer released this 29 Jul 16:10
  • fixed crash regression with Doxygen 1.9.7
  • fixed issues with [tag] substitution
  • minor style fixes

v0.13.0

Choose a tag to compare

@marzer marzer released this 28 Jul 13:36
  • migrated to pyproject.toml
  • fixed footer being off-center (#24) (@wroyca)
  • fixed redundant auto in trailing return types (#26) (@wroyca)
  • added config option sponsor
  • added config option twitter

v0.12.7

Choose a tag to compare

@marzer marzer released this 26 Jul 22:26
  • allowed the use of square-bracket [tags] in more places

v0.12.6

Choose a tag to compare

@marzer marzer released this 24 Jul 22:39
  • fixed overlong template<> lines in summary views
  • fixed function parameter names greedily wrapping in details tables

v0.12.5

Choose a tag to compare

@marzer marzer released this 20 Jul 20:55
  • fixed overlong template<> lines in page headers (they now wrap)

v0.12.4

Choose a tag to compare

@marzer marzer released this 22 Mar 11:11
  • fixed changelog not auto-linking with some versions of Doxygen

v0.12.3

Choose a tag to compare

@marzer marzer released this 09 Feb 18:13
  • fixed backwards-incompatible use of a newer argparse feature on Python <= 3.8 (#20) (@fwerner)

v0.12.2

Choose a tag to compare

@marzer marzer released this 08 Feb 14:26

Switched default TOML lib to tomli since pytomlpp wheels builds are currently failing on some platforms. tomli is a purely-python implementation so this should be a pretty robust workaround.

v0.12.1

Choose a tag to compare

@marzer marzer released this 22 Nov 21:57
  • fixed github and gitlab config options not accepting periods (.)