diff --git a/messages/1.5.0.txt b/messages/1.5.0.txt index 70f2728..5927872 100644 --- a/messages/1.5.0.txt +++ b/messages/1.5.0.txt @@ -1,5 +1,12 @@ Highlight Duplicates v1.5.0 + • Added Min Duplicate Count Setting + + The number of matching lines, beyond the first, that need to be found in order to be counted as duplicates. + + Default: + "min_duplicate_count": 1 + • Added Ignore List Setting Lines matching entries in this list, will be ignored for all functions. Leading and trailing white space, as well as letter case, will be ignored when checking lines against the ignore list.