- fixed being able to pass >= 33 threads to Doxygen's `NUM_PROC_THREADS`
0.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
0.5.5
- fixed C++20 concepts causing a crash in m.css (they are now skipped with a warning) (1) (jake-arkinstall)
0.5.4
- updated m.css - updated emoji database
0.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](https://github.com/keleshev/schema/issues/272)
0.5.2
- fixed over-eager link-replacement for internal `anchor` links - added command-line options `--ppinclude` and `--ppexclude`