Skip to content

Releases: JakeWnuk/ptt

v0.2.2

01 Jul 16:50
6fc515f
Compare
Choose a tag to compare

v0.2.2 Release Notes:

  • Added a new transformation mode called substring that allows for the extraction of specific characters based on index positons

What's Changed

v0.2.1

15 May 23:06
bcc6fa7
Compare
Choose a tag to compare

v0.2.1 Release Notes:

  • Added new transformation mode to create random passphrases based on input
  • Documentation updates

The passphrase module generates passphrases by combining words from a wordlist.
The -w flag can be used to specify the number of words to use in the passphrase.
The -tf flag is optional and can be used to specify a file containing separators
to use between words.

What's Changed

v0.2.0

12 May 14:12
c6927a9
Compare
Choose a tag to compare

v0.2.0 Release Notes:

  • 🎉 Increment version from v0.1.0 to v0.2.0 🎉
  • Added the bypass flag as -ballowing skipping the in-memory map creation to print results faster and reduce memory requirements
  • Added the debug flag as -d [0-2] providing two new debugging verbosity levels for tracing errors and workflows
  • Added the template flag as -tp allowing the loading of JSON files to perform multistep processes in a single command
  • Improved the mask-swap mode by implementing more flexible logic to help make swaps and prevent bad ones
  • Renamed functions, improved existing documentation, added security documentation, new unit tests, automated CI builds, aligned output to stderr across the application, and the creation of public templates.

What's Changed

v0.1.3

06 May 22:29
194f2fd
Compare
Choose a tag to compare

v0.1.3 Release Notes:

  • Bug fixes and small changes
    • Added indicators to all items sent to stderr to show the type of message being sent (error or notification)
    • Removed deprecated documentation reference
    • Altered high-numeric-ratio to ~71% (5/7) instead of 50%
    • Added additional checks to all-uppercase and all-lowercase classes

Last release before 0.2.0.

v0.1.2

28 Apr 23:02
46842ad
Compare
Choose a tag to compare

v0.1.1

23 Apr 22:07
de2f1c0
Compare
Choose a tag to compare

v0.1.0

20 Apr 20:13
Compare
Choose a tag to compare

🎉 Initial release with 20 transformation modes. 🎉