Skip to content

Releases: marzer/poxy

v0.12.6

24 Jul 22:39
Compare
Choose a tag to compare
  • fixed overlong template<> lines in summary views
  • fixed function parameter names greedily wrapping in details tables

v0.12.5

20 Jul 20:55
Compare
Choose a tag to compare
  • fixed overlong template<> lines in page headers (they now wrap)

v0.12.4

22 Mar 11:11
Compare
Choose a tag to compare
  • fixed changelog not auto-linking with some versions of Doxygen

v0.12.3

09 Feb 18:13
Compare
Choose a tag to compare
  • fixed backwards-incompatible use of a newer argparse feature on Python <= 3.8 (#20) (@fwerner)

v0.12.2

08 Feb 14:26
Compare
Choose a tag to compare

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

22 Nov 21:57
Compare
Choose a tag to compare
  • fixed github and gitlab config options not accepting periods (.)

v0.12.0

13 Nov 14:34
Compare
Choose a tag to compare
  • fixed AttributeError during XML post-processing (#17) (@wroyca)
  • added command-line option --bug-report
  • improved diagnostic text in some areas

v0.11.1

23 Oct 10:00
Compare
Choose a tag to compare
  • fixed crash when using <a> tags in navbar

v0.11.0

21 Oct 06:44
Compare
Choose a tag to compare
  • added syntax highlighting for functions
  • improved syntax highlighting of typenames

v0.10.2

16 Oct 11:24
Compare
Choose a tag to compare
  • fixed crash when tagfile is disabled
  • fixed a few syntax highlighting edge-cases
  • fixed non-determinism in XML output formatting
  • improved performance of syntax highlighting post-process
  • minor style fixes