Skip to content

v2.2.2

Choose a tag to compare

@epi052 epi052 released this 01 Mar 23:18
· 980 commits to main since this release
97889f9
  • bumped serde_json to version 1.0.64
  • bumped rlimit to version 0.5.4
  • bumped ctrlc to version 3.1.8
  • added command completion script install to .deb build
  • wordlist order is now preserved after being stored (#233 & #226)
    • previous implementation used a hashset for auto-dedup, with the side effect having an unordered wordlist. Now using a Vec to store the wordlist, which preserves insertion order

thanks to @secure-77 and @Kiblyn11 for bringing wordlist ordering to my attention 🙏