This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Removed support for a few things that made maintenance harder; extending configuration files is easier than before; test coverage greatly increased.
Breaking Changes:
- Java 11+ is now required as a runtime environment (rather than Java 8+), and also for compilation.
- Removed support for the
-w
argument option.
Features:
- Allow relative paths for included config files.
- Allow overriding settings in included configuration files.
Bugfixes:
(...)
is no longer displayed if there are no lines to skip.- Display empty lines with a non-zero height in the HTML output.
Improvements:
README.md
now explains how to getgw
, and has better syntax highlighting.
Other Changes:
- Test coverage increased to 72%.
- Various internal cleanups.
- Now using
java.nio.file.Path
everywhere instead ofjava.io.File
.