Skip to content

Version 1.12.0

Compare
Choose a tag to compare
@JuicyDragon JuicyDragon released this 07 Jul 00:12
· 15 commits to master since this release

Improved how item content text is written to item detail pages.

  • Most of HTML template is first rendered and written to file
  • If text is being included in details page, it is written in a separate pass, to reduce chances for large text to cause problems.
    • If using Nuix 8.6, the new Text.usingText method is now used to stream item text a line at a time to the output file. This should hopefully prevent a class of errors that can occur with really large item text.
    • If using a version of Nuix prior to 8.6 then old Text.toString method is still used due to lack of alternative in these versions.
  • Very basic HTML compression now applied to details files. Ultimately will probably reduce report sizes very little, but I figure save it where you can.