Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 4.4 KB

Changelog

v0.4.4 (2024-06-16)

Fix

  • StatisticsDisplay: Fix data/sec counter (db080c3)

v0.4.3 (2024-06-05)

Fix

  • RawImageDisplayArea: Use proper array type for rgba (12857b8)
  • MediaSourceDisplayArea: Adapt for wslink>=2 (de23267)
  • VideoDecoder: Flush before closing the decoder (4c484cf)
  • decoder: Use .buffer when sending arrays (824c7a8)
  • VideoDecoderDisplayArea: Adapt for wslink>=2 (9c4a990)
  • vue: Unmount components under both vue2 and vue3 (f779ee5)

v0.4.2 (2024-05-13)

Fix

  • wslink: Add support for wslink>2 (813b6e2)

v0.4.1 (2023-10-18)

Fix

  • dependencies: Update vtk-js (a694efe)

v0.4.0 (2023-09-29)

Feature

  • examples: Add ViewAdapter example (80f6ba1)
  • events: Use mousebutton as eventType (b79052a)
  • events: Forward start/end interaction events (6fd02a4)
  • events: Use vtk.js interactor (2819ab7)
  • vue23: Refactor code to be vue2/3 compatible (1d035a8)

Fix

  • pre-commit: Handle black and flake8 conflict regarding W503 (23eb6b2)

v0.3.1 (2023-04-25)

Fix

  • api: Expose only meaningful classes (3ccff7c)

v0.3.0 (2022-10-27)

Feature

  • RawImageDisplayArea: Support rgb24 and rgba32 images (b77143a)

v0.2.1 (2022-10-21)

Fix

  • stats: Allow stats to work on other pub/sub (b182e36)

v0.2.0 (2022-10-16)

Feature

  • VideoDisplayArea2: Decode native vp9 bitstreams (43f4167)

Fix

  • VideoDecoder: Code cleanup (32724b1)
  • VideoDisplay: Set source buffer in sequence mode (873ddc0)

v0.1.3 (2022-10-14)

Fix

v0.1.2 (2022-10-13)

Fix

  • FpsDisplay: Add fps feedback (2ddea8d)

v0.1.1 (2022-10-13)

Fix

  • VideoDisplayArea: Parse initialization segment (6dd4960)

v0.1.0 (2022-10-13)

Feature

  • VideoDisplayArea: Add video based DisplayArea (71d6e46)

Fix

  • rca-widget: Start handling mouse interaction (dd42f82)
  • vue: Size handling done at RCA rather than display (b47a944)