Skip to content

Latest commit

 

History

History
154 lines (84 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

154 lines (84 loc) · 11.9 KB

Changelog

1.4.1 (2025-01-21)

Bug Fixes

1.4.0 (2025-01-14)

Features

1.3.0 (2024-11-29)

Features

  • Spectrogram now emit options-change event (f45e2a9), closes #253

Bug Fixes

  • Axes breaks layout when outside flexbox (cfde6bc), closes #214

1.2.6 (2024-11-27)

Bug Fixes

  • Don't page when pressing skip in history (b186e2e)

1.2.5 (2024-11-14)

Bug Fixes

  • support calling toJSON on downloaded subjects (#248) (2534137)

1.2.4 (2024-11-14)

Bug Fixes

  • Incorrect verification decision tag updates (#246) (b08ed0a), closes #245

1.2.3 (2024-11-12)

Bug Fixes

1.2.2 (2024-10-31)

Bug Fixes

  • selection: Selection highlight when resizing (ad2881e), closes #187

1.2.1 (2024-10-30)

Bug Fixes

  • data: Parsing of tag model arrays on subject model (#222) (8583946), closes #213

1.2.0 (2024-10-29)

Features

  • build: Emit ESM modules in build output (#227) (8fc9aee)

1.1.5 (2024-10-14)

Bug Fixes

  • Reduce focus area for keyboard shortcuts (#217) (feae234), closes #91

1.1.4 (2024-10-10)

Bug Fixes

  • Result downloads for callback paginated sources (#205) (2c30f70), closes #204

1.1.3 (2024-10-09)

Bug Fixes

1.1.2 (2024-10-08)

Features

1.1.1 (2024-10-07)

Bug Fixes

  • Spectrograms performing double initial render (#201) (023ebe4), closes #200

1.1.0 (2024-09-27)

Features

  • Add a help dialog element (97c72ba)
  • Add a progress bar to show dataset progress (4d5f30b), closes #163
  • Add fullscreen toggle button (a78952b)
  • Add info card component (cda5c96)
  • Add UI to change verification grid size (d24cecc)
  • Added mock-up validation interface component (abd079a)
  • Added spectrogram settings to media controls (7548046)
  • Added support for csv's (b1d167d)
  • Added support for selection highlight box (5e8b106)
  • Change axes component to render in Lit (546acc3)
  • Change axes component to render in Lit (6401aca)
  • Create decision component (638c8a6)
  • Grid tiles automatically size to fill grid (#186) (182224e)
  • New verification/classification mental models (13f39dd)
  • Remove positive only classifications (77b788b), closes #135 #160 #122
  • Show completed actions in segmented meter (504d728), closes #134
  • spectrogram: Enabled spectrogram resizing (a8f4fe8)
  • spectrogram: improve performance (4027822)
  • spectrogram: optimization (2f6b813)

Bug Fixes

  • Added support for Firefox ESR and code cleanup (ca596e2)
  • Adjust for CDN release (dd5db93)
  • Clicking an active decision should remove it (9fa9298)
  • Icons not being included in production build (ab365b7), closes #98
  • Pagination bugs (b534845)
  • playwright snapshot tests (6d397d0)
  • PR review feedback (5fc8a94)
  • Race conditions (d70a33d)
  • Remove d3-scale and implement mel scale axes (a27021d)
  • Rows with no decisions should be emitted (e539d1f)
  • Selection box is to eager to start selection (262d397), closes #123
  • Shortcuts should reflect native bindings (7d989da)
  • spectrogram: Improve normalization (d5df4c4)
  • Unplayable after reaching the end of recording (#175) (94c499c), closes #110