Skip to content

Latest commit

 

History

History
125 lines (74 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

125 lines (74 loc) · 10.8 KB

Changelog

0.13.0 (2025-02-13)

Features

  • Add switch toggle to enabled/disable rules (#442) (963dd6e)
  • Show actions menu button when hover over file item (#466) (95cf6ff)
  • Simpler default file names (#453) (445202e)

Bug Fixes

Internal Changes

  • Data files: Generate code for opening data files (#445) (992e516)
  • Data files: Select data files in Test options (#441) (c01750a)
  • Data files: UI for importing data files (#427) (526dd3b)
  • Parse generator files in main (#465) (cec1a30)
  • Thresholds: Generate code for thresholds (#451) (51d21eb)
  • Thresholds: polish UI (#464) (f20710c)
  • Thresholds: Validate and save to Generator file (#446) (fef51d8)

Miscellaneous Chores

Continuous Integration

  • release: Increase heap size for publish script (#433) (dbebeed)

0.12.0 (2025-01-23)

Features

Bug Fixes

  • Content preview layout is broken (#430) (a3d2d88)
  • intel mac app (#420) (7969f1f)
  • sourcemaps not uploading to Sentry (#424) (67d4d1a)
  • Type column in Request List takes too much space when window is small (#421) (6fe039a)

Styles

Miscellaneous Chores

Code Refactoring

  • Extract Json preview into separate component (#429) (81c00db)

Continuous Integration

  • Remove bootstrap-sha from release-please config (#416) (1b3255a)

0.11.0 (2025-01-16)

Features

Bug Fixes

  • Caret icon doesn't change state in Validator dialog (#391) (01bff4a)
  • File watcher isn't initialized on start-up (#398) (73bf382)
  • intel mac app (#414) (aac1c14)
  • Last item scripts list isn't always accessible (#389) (7d9112b)
  • save generator after migration (#400) (a1c6d02)
  • windows: Chrome folder is shown when no starting URL is provided (#388) (7e6fd8a)

Reverts

Miscellaneous Chores

Continuous Integration