Releases: marzer/poxy
Releases · marzer/poxy
v0.10.1
v0.10.0
- 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
ortomli
ifpytomlpp
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
- 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 innavbar
- added
navbar
valuesall
anddefault
- reduced I/O churn during HTML post-processing
- removed command-line option
dry
v0.9.0
v0.8.2
v0.8.1
v0.8.0
- 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
v0.7.0
- 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