Skip to content

v6.1.0

Compare
Choose a tag to compare
@sei-dupdyke sei-dupdyke released this 04 Aug 19:16
· 857 commits to master since this release
d30b110

BREAKING CHANGES:

  • Finally drops support for Internet Explorer (IE). I am not aware of anyone using this handler
  • Updates logging to latest due to some security concerns - nlog.config must be updated
  • Updates internal logging to UTC (not the timeline history, this was already UTC)

Windows Client:

  • Updates dependencies, including the latest versions of chrome and gecko drivers
  • Adds randomization tokens to web browsing, such as document?id={uuid}, where GHOSTS replaces this token with a UUID at runtime for better randomization of URLs
  • Adds the ability to save Office documents to an array of locations for better file save randomization
  • Adds better browser handling of downloads (avoids blocking modal download windows)
  • Removes lower-casing of emails when searching documents for next link to browse
  • Cleans up several bugs with "working hours"
  • Cleans up a specific bug with port listener threads dying
  • Memory use should be significantly reduced
  • Fixes export of PDFs where those files would be saved in the wrong directory
  • Cleans up logging
  • Cleans up handling of thread aborts which happen on shutdown or timeline change
  • Fixed bug with outside email addresses
  • Changed the cmd paradigm to avoid typing in wrong window errors

Other:

  • Adds PANDORA Server