Releases: MichaelSasser/wordlist-dedup
Releases · MichaelSasser/wordlist-dedup
Release v0.1.4
What's Changed
- No significant changes.
Dependencies
- Update dependencies.
Full Changelog: v0.1.3...v0.1.4
Release v0.1.3
Release v0.1.2
Added
- Command line argument parsing is now done with clap, which adds a
--help
and--version
argument.
Fixed
- Source and destination file must be different from each other. Before, it was possible to choose the same file as source and destination file.
This could lead to some unexpected behavior, where the file was changed, while it got read.
Release v0.1.1
Fixed
reader.rs
: Changed'\n' as u8
tob'\n'
Removed
- unused file
linecount.rs
Release v0.1.0
Initial Release
This is the first release of wordlist-dedup.
The wordlist-dedup.zip
contains the program for GNU/Linux based operating systems, the readme and license file.