diff --git a/Nuget/ScreenRecorderLib.nuspec b/Nuget/ScreenRecorderLib.nuspec index 3a5ca8a..c0a2d97 100644 --- a/Nuget/ScreenRecorderLib.nuspec +++ b/Nuget/ScreenRecorderLib.nuspec @@ -2,7 +2,7 @@ ScreenRecorderLib - 6.1.0 + 6.2.0 Sverre Kristoffer Skodje MIT https://github.com/sskodje/ScreenRecorderLib @@ -10,12 +10,11 @@ A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files. - - Added support for stream sources for recording and overlays. - - Fix for error when reading video files where video stream is not at index 0. - - Added support for updating the recording source or overlay source while recording. - - Fixed erronous framerate calculation for soure reader. - - Fix for only returning formats for first camera on systems with more than one camera. - - Fix for crash on audio devices with empty "friendly name" property. + - Fixed potential crash when no displays are available on the system. + - Fixed memory leak when updating stream sources. + - Fixed intermittent flickering when updating overlays. + - Added support for adding overlays on a recording in progress. + - Snapshots are no longer stale when calling TakeSnapshot() on a paused recorder instance. Copyright © Sverre Kristoffer Skodje 2019 en-GB diff --git a/ScreenRecorderLib/app.rc b/ScreenRecorderLib/app.rc index 7ed88e2..388e99f 100644 Binary files a/ScreenRecorderLib/app.rc and b/ScreenRecorderLib/app.rc differ