Skip to content

Commit

Permalink
Added release message
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom committed Nov 3, 2019
1 parent 6acd854 commit 018253e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions messages/1.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Highlight Duplicates v1.3.0

• Added Remove Duplicates Command

Using this command will remove all duplicate lines from the file. The first instance of each duplicate will be kept.
This command is similar to the build in "Permute Lines > Unique" function found in the Edit menu, however with follow the Highlight Duplicates settings.

For example...

1: <someTag></someTag>
2: Content
3: <someTag></someTag>
4:

Would result in

1: <someTag></someTag>
2: Content
3:

0 comments on commit 018253e

Please sign in to comment.