Skip to content

Releases: marzer/poxy

v0.7.0

07 Sep 14:48
Compare
Choose a tag to compare
  • fixed some <link>, <meta> and <script> tags not being included in <head> when a file was excluded from post-processing
  • added theme command-line option
  • added html_header config option
  • added automatic generation of github links in changelog when config option github is set
  • added new light theme
  • added dynamic switch for dark/light theme
  • removed text from github icon on navbar (#5) (@wroyca)
  • removed excessive spacing between article sections (#5) (@wroyca)
  • many minor style fixes and tweaks

v0.6.1

16 Aug 08:20
Compare
Choose a tag to compare
  • Fixed multi-row navbar occluding page content (#3) (@wroyca)

v0.6.0

14 Aug 13:05
Compare
Choose a tag to compare
  • Fixed malformed error messages in some circumstances
  • Added builtin C++ standard macros for C++23
  • Added changelog config option
  • Updated cppreference.com tagfile

v0.5.7

17 May 13:43
Compare
Choose a tag to compare
  • Fixed being able to pass >= 33 threads to Doxygen's NUM_PROC_THREADS

v0.5.6

14 May 11:11
Compare
Choose a tag to compare
  • Fixed path error when using --dry
  • Fixed friend keyword sometimes leaking into function return types
  • Added additional language code block aliases
  • Added --nocleanup to --help output
  • Added support for C++20's consteval keyword

v0.5.5

16 Apr 10:19
Compare
Choose a tag to compare
  • Fixed C++20 concepts causing a crash in m.css (they are now skipped with a warning) (#1) (@jake-arkinstall)

v0.5.4

15 Apr 21:02
Compare
Choose a tag to compare
  • Updated m.css
  • Updated emoji database

v0.5.3

12 Dec 11:59
Compare
Choose a tag to compare
  • Fixed Doxygen bug that would sometimes treat keywords like friend as part of a function's return type
  • Blacklisted schema 0.7.5 because it's broken

v0.5.2

02 Nov 13:31
Compare
Choose a tag to compare
  • Fixed over-eager link-replacement for internal #anchor links
  • Added command-line options --ppinclude and --ppexclude

v0.5.1

09 Oct 10:11
Compare
Choose a tag to compare
  • Fixed over-eager link replacement causing text to be deleted