- Code cleanup and minor optimization
- Removed
outputFileName
config option- The main output file is now an
index.html
in theoutputDirectory
- The main output file is now an
- Changed the default value of
outputDirectory
from~
to~/jstats
- Fixed an exception when the output directory does not exist
- Moved template styles to a separate CSS file
- Added dark mode support to the default stylesheet
- Template tables now have
thead
,tbody
, andtfoot
tags - The following characters are now escaped in the output HTML:
&<>"'
- gzip files are now detected by their magic number (
1F8B
) instead of their extensions
Full Changelog: v1.1.0...v1.1.1