Skip to content

v1.1.1

Compare
Choose a tag to compare
@Go1den Go1den released this 06 Mar 05:16
· 27 commits to main since this release

Adds support for handling duplicate hints in different ways.

  • Filter them. This is the default behavior from v1.1 that prevents duplicate hints from being written to the file.
  • Count them. Rather than writing the whole hint a 2nd time, this will add a counter at the end to indicate how many times that hint has been seen. The things I do for DK64...
  • Always add every hint. This will throw caution to the wind and add every single hint to the output file regardless of whether they are already in there or not. Unhinged v1.0 behavior brought back by absolutely no demand!