Skip to content

Releases: marzer/poxy

v0.20.1

24 Dec 12:16

Choose a tag to compare

  • disabled Doxygen's IMPLICIT_DIR_DOCS (a.k.a. Doxygen's HAVE_DOT) (#41) (@fwerner)

v0.20.0

07 Oct 09:48

Choose a tag to compare

  • added config option dot (a.k.a. Doxygen's HAVE_DOT)

v0.19.8

24 Sep 13:47

Choose a tag to compare

  • fixed additional libgs.so lookup issues
  • updated m.css

v0.19.7

24 Sep 13:43

Choose a tag to compare

  • fixed various issues related to CHANGELOG and README handling
  • fixed page tables of contents being broken on some newer versions of Doxygen

v0.19.6

28 Jun 16:10

Choose a tag to compare

  • fixed code blocks losing their file type with some versions of doxygen

v0.19.4

25 Dec 20:30

Choose a tag to compare

  • fixed minor issues on Python 3.8

v0.19.3

11 Nov 14:20

Choose a tag to compare

  • fixed crash with nested C-style enums without a name (#39) (@tim-janik)
  • fixed POXY_IMPLEMENTATION_DETAIL_IMPL appearing in HTML in some circumstances

v0.19.1

30 Oct 12:42

Choose a tag to compare

  • fixed ModuleNotFoundError error in Python 3.12 (#38) (@dekinet)

v0.19.0

15 Sep 15:05

Choose a tag to compare

  • fixed crash when using simple type specifiers in friend declarations (#37) (@benjaminulmer)
  • added workaround for this issue introduced in Doxygen 1.9.7
  • added auto-linking for various cppreference.com pages
  • made --bug-report keep a copy of the original (pre-pre-processed?) XML
  • updated m.css

v0.18.0

03 Aug 14:19

Choose a tag to compare

  • added config option excluded_symbols (a.k.a. Doxygen's EXCLUDE_SYMBOLS) (#36) (@Guekka)