- Respect --capture=no, --show-capture=no, and -s pytest flags (https://github.com/pytest-dev/pytest-html/issues/171)
- Make the Results table Links column sortable (https://github.com/pytest-dev/pytest-html/issues/242)
- Fix issue with missing image or video in extras. (https://github.com/pytest-dev/pytest-html/issues/265 and https://github.com/pytest-dev/pytest-selenium/issues/237)
[christiansandberg](https://github.com/christiansandberg) and [superdodd](https://github.com/superdodd) and [dhalperi](https://github.com/dhalperi) for the fix
- Fix attribute name for compatibility with pytest-xdist 2. (https://github.com/pytest-dev/pytest-html/issues/305)
- Post process HTML generation to allow teardown to appear in the HTML output. (https://github.com/pytest-dev/pytest-html/issues/131)