Releases: wneessen/apg-go
Releases · wneessen/apg-go
v0.2.7: Refactoring of config flags
- Config flags are not global state anymore but have been moved into config-package
v0.2.6: Improvements in logging and error handling
- Converted to go module structure
- Better logging
- Better error handling
- Removed Makefile since github takes care of building/releasing
v0.2.5: Minor fixes and updated documentation
- Fixes in getCharRange() tests
- Fix for excludeChars. Chars are now escaped before using them as regExp
- Added sane defaults´
- Updates README.md
v0.2.4: Added new-style parameters and PW spelling
- Using the -l parameter the password will be spelled in the output
- Using the -M parameter the different password types can be (de-)activated
v0.2.3: More chars, cleanup and better test coverage
- Added more special characters
- Fixed issue with ` character
- Added lots of tests
- Moved character range generation into it's own function
- Better error handling
- A bit of code cleanup
v0.2.2: Minor fix in error handling
- Replaced log.Fatal() with log.Fatalf() since we provide %v