Skip to content

Releases: marzer/poxy

v0.10.1

15 Oct 08:47
Compare
Choose a tag to compare
  • minor style fixes

v0.10.0

14 Oct 09:45
Compare
Choose a tag to compare
  • fixed static keyword sometimes appearing twice on variables
  • fixed constexpr keyword sometimes leaking into variable type
  • fixed newer versions of pygments adding unnecessary markup to whitespace
  • fixed malformed trailing return types in some circumstances
  • fixed changelog page sometimes not having a table-of-contents
  • added support for C++20's constinit
  • added fallback to tomllib or tomli if pytomlpp is not available
  • added command-line options --html, --no-html
  • added command-line options --xml, --no-xml
  • added command-line option --no-werror
  • added CHANGES to the set of candidate changelog filenames
  • deprecated command-line option --xmlonly
  • removed command-line option --doxygen

v0.9.1

04 Oct 09:54
Compare
Choose a tag to compare
  • fixed SVG inlining not preserving original image class attributes
  • fixed ValueError when reading some SVG files
  • fixed navbar option allowing duplicates
  • fixed custom navbar items always being transformed to lowercase
  • fixed navbar generating links to empty pages
  • added concepts to the default set of links in navbar
  • added navbar values all and default
  • reduced I/O churn during HTML post-processing
  • removed command-line option dry

v0.9.0

03 Oct 06:38
Compare
Choose a tag to compare
  • added support for C++20 concepts 🎉

v0.8.2

01 Oct 07:57
Compare
Choose a tag to compare
  • added post-process to inline all local SVGs
  • minor style fixes

v0.8.1

30 Sep 04:07
Compare
Choose a tag to compare
  • minor style fixes

v0.8.0

29 Sep 08:52
Compare
Choose a tag to compare
  • added config option gitlab (#13) (@wroyca)
  • added ixx module extension in source patterns (#11) (@wroyca)
  • added support for multi-codepoint emojis
  • improved doxygen.exe location discovery on Windows
  • improved CHANGELOG location discovery
  • moved all poxy assets in the generated HTML to html/poxy
  • self-hosted google fonts in generated HTML (instead of requiring additional HTTP requests on page load) (#6)
  • removed ability to override m.css implementation
  • removed legacy support for reading config options from neighbouring Doxyfiles
  • overhauled the light theme
  • many minor style fixes and tweaks

v0.7.1

08 Sep 06:28
Compare
Choose a tag to compare
  • fixed crash on python <= 3.8 (#9) (@wroyca)

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)