Skip to content

Releases: mean-weasel/bugdrop

v1.28.0

15 Apr 19:57
8b24e6b

Choose a tag to compare

1.28.0 (2026-04-15)

Bug Fixes

  • theme: harden listener + closure-scope mode state (#104) (446f601)
  • theme: un-export ResolvedTheme and ThemeConfigSlice (#104) (fb84cb5)

Features

  • theme: add applyCustomStyles helper (#104) (1dacdd8)
  • theme: add applyThemeClass helper (#104) (d58558a)
  • theme: add attachSystemThemeListener wiring (#104) (9e4c28c)
  • theme: add isValidTheme predicate (#104) (bd340ce)
  • theme: add resolveTheme helper (#104) (6de157b)
  • theme: move getSystemTheme into theme module (#104) (6e74ae9)
  • theme: scaffold theme module and test file (#104) (8e9ac4e)
  • widget: add window.BugDrop.setTheme runtime API (#104) (110c260)
  • widget: auto-follow OS theme changes via matchMedia listener (#104) (b04ef27)

v1.27.2

09 Apr 18:10
8b9330e

Choose a tag to compare

1.27.2 (2026-04-09)

Bug Fixes

  • pass release tag as VERSION to deploy builds (80e8d60)

v1.27.1

09 Apr 17:39
56d7833

Choose a tag to compare

1.27.1 (2026-04-09)

Bug Fixes

  • bundle html-to-image, hide full-page capture on complex DOMs (#101) (eaa5d7c)

v1.27.0

09 Apr 14:46
cd0fb17

Choose a tag to compare

1.27.0 (2026-04-09)

Bug Fixes

  • add machine info to benchmark output, rewrite README with interpretation guide (3c9ba48)
  • address PR review findings in benchmark spec (f4ce712)
  • mock /api/check endpoint in benchmark so widget renders (5acc3ff)

Features

  • add screenshot threshold benchmark spec (1956001)
  • parameterize complex-dom.html with ?nodes=N query param (d4f4d35)

v1.26.1

09 Apr 11:37
05c0d56

Choose a tag to compare

1.26.1 (2026-04-09)

Bug Fixes

  • increase per-IP rate limit from 10 to 20 requests per 15 minutes (6f70fc3), closes #102

v1.26.0

07 Apr 15:23
ac4c03e

Choose a tag to compare

1.26.0 (2026-04-07)

Features

  • add Retake button to annotation step (6f7584f)

v1.25.0

07 Apr 01:04
104c8c7

Choose a tag to compare

1.25.0 (2026-04-07)

Bug Fixes

  • account for scroll offset in area picker coordinates (6eda60f)
  • unexport ResolvedPickerStyle (only used internally) (72a6def)

Features

  • add area picker module for drag-to-select screenshot (0b71f6d)
  • add cropScreenshot utility for area capture (5c8becf)
  • add Select Area option to screenshot flow (3aa1d9b)

v1.24.0

06 Apr 22:42
419ebaf

Choose a tag to compare

1.24.0 (2026-04-06)

Features

  • add showVersion param to createModal (default false) (90a124f)
  • show version only on welcome, success, and error screens (c8f4740)

v1.23.3

06 Apr 19:02
311eabf

Choose a tag to compare

1.23.3 (2026-04-06)

Bug Fixes

  • clear timeout timer on success, improve test coverage (2f237ec)
  • pass screenshotScale to retry handler (fad460c)
  • prevent screenshot crash on complex DOM pages (ea7660a), closes #67

v1.23.2

06 Apr 18:02
0128741

Choose a tag to compare

1.23.2 (2026-04-06)

Performance Improvements

  • optimize CI pipeline and fix flaky E2E tests (ad9d2fd)