Skip to content

v0.3.3

Compare
Choose a tag to compare
@jethron jethron released this 15 Sep 04:19
· 32 commits to main since this release
  • When importing bad rows, allow multi-line JSON input (thanks @k-s-710)
  • Fix an issue detecting parameters in some bad row formats (thanks @k-s-710)
  • Fix an issue on MacOS where dropdown menus select the incorrect item when the first <option> has the disabled attribute (thanks @k-s-710 and @miike)
  • Migrate build system from parcel to rollup
    • Fixes an issue where sourcemaps were sometime included in the final build even when explicitly disabled
    • Fixes an issue where web font files were included in the bundle, but never had their references included in the actual output CSS
  • Add an option in the Extension Options to hide the Test Suites feature entirely (thanks Jordan Peck)
  • When viewing Events, make the UI more compact by reducing padding on section headings (thanks @rlh1994)
  • Fix table column alignment when viewed with a narrow viewport (thanks @rlh1994)
  • Various font/display tweaks
  • Include a link to these release notes in the extension popup
  • Fix some usability issue on the Options page