Skip to content

Version 0.36.4

Pre-release
Pre-release

Choose a tag to compare

@TheElementalOfDestruction TheElementalOfDestruction released this 01 Oct 03:12
· 613 commits to master since this release
7ed4223

v0.36.4

  • [TeamMsgExtractor #291] Fixed typo in MSGFile.saveRaw that may have existed for a significant amount of time. It was using the wrong function (same name, but with different capitalization) but was hidden until MSGFile stopped being derived from OleFileIO.
  • Added logging code to MessageBase.getSavePdfBody to log the list that is going to be used to run wkhtmltopdf. This is mainly for debugging purposes, to allow users to potentially see why their arguments may be failing.
  • Updating funding information on GitHub and the README with more ways to support the module's development.
  • Fixed one of the exceptions in MessageBase.getSavePdfBody not using an fstring which caused it to omit information.
  • Changed the way wkhtmltopdf is called to patch a possible security vulnerability. This also seems to have fixed [TeamMsgExtractor #291].