Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.4 KB

File metadata and controls

69 lines (48 loc) · 1.4 KB

Changelog

All changes to this project will be documented in this file.

[0.2.6] - 2024-10-15

  • Fix audio delay issue

[0.2.5] - 2024-09-24

  • Fix parallel calls to uploadLastPart

[0.2.4] - 2024-08-20

  • Add timeslice parameter

[0.2.3] - 2023-07-20

  • add effects alpha version

[0.2.2] - 2023-02-07

  • add getSupportedMimeType method
  • add mimeType & generateFileOnStop options

[0.2.1] - 2023-01-24

  • Add videoPlayable event
  • Temporary remove computed audio delay

[0.2.0] - 2023-01-02

  • Add Image streams
  • Refactor code

[0.1.8] - 2022-10-11

  • Allow user to customize video name

[0.1.7] - 2022-09-29

  • add destroy() method
  • automatically remove expired drawing from drawings array

[0.1.6] - 2022-09-16

  • Fix screencast stream size ratio issue

[0.1.5] - 2022-09-14

  • Fix stream id generation
  • Fix mouse events when occuring outside the canvas

[0.1.4] - 2022-07-11

  • Add origin headers
  • Add audio sources management
  • Handles async errors

[0.1.3] - 2022-06-22

  • Clean npm package bundle
  • Update code samples

[0.1.2] - 2022-06-22

  • Add hidden and opacity options

[0.1.1] - 2022-06-22

  • Fix mouse coordinates when canvas display dimensions is different from it's real dimnsions

[0.1.0] - 2022-06-21

  • first beta release

[0.0.3] - 2022-06-08

  • 3rd alpha version

[0.0.2] - 2022-06-08

  • Second alpha version

[0.0.1] - 2022-05-31

  • First version