Releases: marzer/poxy
Releases · marzer/poxy
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
v0.6.1
Fixed multi-row navbar occluding page content (#3 ) (@wroyca )
v0.6.0
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
Fixed being able to pass >= 33 threads to Doxygen's NUM_PROC_THREADS
v0.5.6
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
Fixed C++20 concepts causing a crash in m.css (they are now skipped with a warning) (#1 ) (@jake-arkinstall )
v0.5.4
Updated m.css
Updated emoji database
v0.5.3
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
Fixed over-eager link-replacement for internal #anchor
links
Added command-line options --ppinclude
and --ppexclude
v0.5.1
Fixed over-eager link replacement causing text to be deleted
You can’t perform that action at this time.