Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@cvaugh cvaugh released this 21 Jul 00:57
· 2 commits to main since this release
3477ba5
  • Code cleanup and minor optimization
  • Removed outputFileName config option
    • The main output file is now an index.html in the outputDirectory
  • 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, and tfoot 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