Skip to content

0.2.0

Choose a tag to compare

@c4spar c4spar released this 15 Mar 00:35
· 27 commits to main since this release

Features

  • cli: add --maximize option to start the web-view with a maximized window (6263411)
  • cli: show loading page on startup (6f24052)
  • cli: delete tmp directory on exit, add --keep option and ask before deleting (c05538f)
  • cli: add --hostname option (5948104)
  • lcov: add lcov parser (#1) (9e01290, 84e0800, 2fe52a7, ad03f65)

Bug Fixes

  • cli: add missing param to debounce option (46badcb)
  • cli: fix logLevel type (d6c808a)
  • cli: make reload parameter optional and fix option types (4465092)
  • cli: fix description of --debounce option and add short flag (a8646cd)
  • cli: fix description of --no-spinner option (9d9623c)
  • cli: add missing -A short flag for --allow-all (013c498)

Code Refactoring

  • cli: refactor initialisation, clean and exit (206812e, eb9b131)
  • server: use std/http for web-server (c13c199)