Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.2] - 2018-10-31

Changed

  • Now generating 32-bit executable.

[0.3.1] - 2018-10-30

Fixed

  • Problems loading Cairo DLL.

[0.3.0] - 2018-07-08

Added

  • Cairo DLL is now bundled inside the executable.

Fixed

  • Issues with statusDetails without message or trace attributes (issue #16).

[0.2.0] - 2018-06-13

Added

  • Command line options to control level of details in the generated docx report (issue #14).

[0.1.3] - 2018-06-13

Fixed

  • Gracefully treating cases where no test results are found (avoids ZeroDivisionError, Issue #15).

[0.1.2] - 2018-05-30

Fixed

  • Fixed problem when tests doesn't have start or stop attributes.
    • Also selecting newest test based on json file modification date.

[0.1.1] - 2018-05-29

Changed

  • Using shutil.which to find OfficeToPDF or LibreOfficeToPDF, as this function will also return batch files.