Skip to content

Releases: MichaelSasser/wordlist-dedup

Release v0.1.4

08 Feb 00:33
176ced0
Compare
Choose a tag to compare

What's Changed

  • No significant changes.

Dependencies

  • Update dependencies.

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

04 May 08:21
882b125
Compare
Choose a tag to compare

Fixed

  • Don't add an empty file extension if no destination file is given and the input file doesn't have one (#3)

Dependencies

  • Bump indicatif from 0.15.0 to 0.16.0 (#2)

Misc

  • Add dependabot
  • Fix: partially rewritten README.md

Release v0.1.2

09 Jul 22:28
dc3bd57
Compare
Choose a tag to compare

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

05 Jul 23:43
622afd3
Compare
Choose a tag to compare

Fixed

  • reader.rs: Changed '\n' as u8 to b'\n'

Removed

  • unused file linecount.rs

Release v0.1.0

02 Jul 22:42
fa1b32e
Compare
Choose a tag to compare

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.