Skip to content

Releases: jianbingfang/vscode-dup-checker

v0.1.7

19 Feb 12:26
7b98991
Compare
Choose a tag to compare

Add MIT license.

v0.1.6

04 Nov 07:19
Compare
Choose a tag to compare
  • Fix "Assignment to a constant error" bug in regex check mode.

v0.1.5

21 Oct 02:46
Compare
Choose a tag to compare
  • Update README config demo.
  • More check on config settings.

v0.1.4

20 Oct 03:38
Compare
Choose a tag to compare
  • Exceptions will not interrupt checking progress in Check Duplicates (For All Files) mode.
  • Skip non-textual files in Check Duplicates (For All Files) mode.
  • Validate files include/exclude GlobPattern settings.

v0.1.3

20 Oct 03:37
Compare
Choose a tag to compare
  • Change default value of config checkAllFilesInclude to **.
  • Fix bug of "remove duplicates" not working if lose focus on the file.

v0.1.2

20 Oct 03:36
Compare
Choose a tag to compare
  • Support new check mode Check Duplicates (For All Files).

v0.1.1

20 Oct 03:35
Compare
Choose a tag to compare
  • Use cuckoo-filter to speed up checking progress.
  • Enable configuration editing in vscode settings view.
  • Optimize memory usage.
  • Better information output.

v0.0.9

13 Aug 12:33
Compare
Choose a tag to compare

Add new configration removeAllDuplicates to support removing duplicates including the first occurrence.

v0.0.8

12 Mar 12:38
Compare
Choose a tag to compare
  • Add new configration leaveEmptyLine to support removing line break.

v0.0.7

06 Mar 12:48
Compare
Choose a tag to compare
  • Support case insensitive comparison.
  • Support self configuration on whitespace triming on start and end.