Skip to content

Breaking changes

Sverre Skodje edited this page Aug 24, 2026 · 3 revisions

Breaking changes in v7.0.0:

  • Audio sources must now manually be configured in AudioOptions, and no longer automatically defaults to system audio.
  • Several deprecated options were removed in this release.

Breaking changes in v5.0.0:

There are many breaking changes to RecorderOptions. Check out the quickstart guide for more info on the new layout.

Breaking changes in v2.0.0:

Audio device is now selected by ID instead of name. Recorder::GetSystemAudioDevices now returns a dictionary of ID and name.

Breaking changes in v1.2.0:

IsMouseClicksDetected and IsMousePointerEnabled is moved to the new MouseOptions, along with several new mouse related properties.

Breaking changes in v1.1.3:

The option to select monitor by index is removed. Monitor is now selected by Device Name, e.g. .\DISPLAY1

Clone this wiki locally