Releases: jianbingfang/vscode-dup-checker
Releases · jianbingfang/vscode-dup-checker
v0.1.7
v0.1.6
- Fix "Assignment to a constant error" bug in regex check mode.
v0.1.5
- Update README config demo.
- More check on config settings.
v0.1.4
- 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
- Change default value of config
checkAllFilesInclude
to**
. - Fix bug of "remove duplicates" not working if lose focus on the file.
v0.1.2
- Support new check mode
Check Duplicates (For All Files)
.
v0.1.1
- Use cuckoo-filter to speed up checking progress.
- Enable configuration editing in vscode settings view.
- Optimize memory usage.
- Better information output.
v0.0.9
Add new configration removeAllDuplicates
to support removing duplicates including the first occurrence.
v0.0.8
- Add new configration
leaveEmptyLine
to support removing line break.
v0.0.7
- Support case insensitive comparison.
- Support self configuration on whitespace triming on start and end.