Skip to content

Ghostwriter v4.2.1

Latest
Compare
Choose a tag to compare
@chrismaddalena chrismaddalena released this 20 Jun 20:23
· 10 commits to master since this release
66a753b

Summary

This release includes some bug fixes and enhancements following feedback from the v4.2.0 release.

CHANGELOG

[v4.2.1] - 20 June 2024

Changed

  • Increased the filename character limit to 255 characters for evidence filenames
    • This aligns with the maximum filename length for most filesystems
    • Filenames displayed in the interface are now truncated if they are longer than 50 characters
    • The full filenames can be viewed by hovering over the filename when viewing the evidence file's details
  • Changed report export errors to help further narrow down the cause of Jinja2 syntax errors
  • Activity log imports now make naive timestamps timezone-aware (Closes #433 & #434)
    • If the import does not specify a timezone (e.g., +00:00 for UTC), the server's timezone will be used
  • When coming from an activity log to import entries, the log you came from will now be selected by default
  • A domain's current availability status is no longer only visible under the Health tab

Fixed

  • Fixed white space before hyperlinks being removed in generated Word documents (Closes #461)
  • Fixed an issue with how evidence displayed inside XLSX reports (Closes #462)
  • Fixed extra fields on projects not being processed for project document generation