Skip to content

v0.3.2

Choose a tag to compare

@reach2jeyan reach2jeyan released this 09 Jul 04:25
8484d6f

What's Changed

New Features & Enhancements
📧 Send HTML report as an attachment
The enhanced single-page HTML report is now delivered as an email attachment, instead of inline content. This preserves interactivity and ensures cleaner formatting across email clients.
#97

🛠 Improvements
📢 Improved exception handling
Replaced raw print() statements with meaningful exceptions like ValueError and RuntimeError to ensure better debuggability and CI integration.

🧾 Wrapped stdout, stderr, and logs in collapsible sections
Standard output, error messages, and logs are now displayed inside expandable cells for improved readability and organization within the HTML report.
#96