From 72e58905f75cffc874735bea9bf7ab6ce14bc09f Mon Sep 17 00:00:00 2001 From: Nate Mills Date: Tue, 24 Aug 2021 14:55:40 -0700 Subject: [PATCH] Updating release message. --- messages/1.5.0.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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.