Skip to content

v1.0.0.dev13: Bug Fixes

Choose a tag to compare

@MatrixEditor MatrixEditor released this 26 Oct 07:35
· 20 commits to master since this release
3517b82

This release includes important bug fixes and logging enhancements:

  • Logging credentials within a domain will be displayed as: <DOMAIN>/<USERNAME> instead of <USERNAME>/<DOMAIN>
  • The logging directory can be set to an arbitrary (non-existing) path (absolute, relative to current dir or relative to workspace)
  • Replaces logger.error messages with logger.fail and traceback for exceptions are now displayed in debug/verbose mode
  • Invalid packets will be displayed as hexdump in debug/verbose mode
  • Fixed request handling in SMB and IPP as well as UPnP to be more robust
  • Specifying options in the CLI now accepts nested sections, e.g. Log.Stream.Hashes.Path
  • Fixed a typo in confirmation prompt

Full Changelog: v1.0.0.dev12...v1.0.0.dev13