Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

2.0.0

Latest
Compare
Choose a tag to compare
@rkrisztian rkrisztian released this 05 Aug 03:10
· 22 commits to master since this release
c6926b1

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 get gw, and has better syntax highlighting.

Other Changes:

  • Test coverage increased to 72%.
  • Various internal cleanups.
  • Now using java.nio.file.Path everywhere instead of java.io.File.