diff --git a/Nuget/ScreenRecorderLib.nuspec b/Nuget/ScreenRecorderLib.nuspec index 40e57a6..3a5ca8a 100644 --- a/Nuget/ScreenRecorderLib.nuspec +++ b/Nuget/ScreenRecorderLib.nuspec @@ -2,7 +2,7 @@ ScreenRecorderLib - 6.0.0 + 6.1.0 Sverre Kristoffer Skodje MIT https://github.com/sskodje/ScreenRecorderLib @@ -10,10 +10,12 @@ A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files. - - Enabled Structured Exception Handling (SEH) in order to more gracefully handle hardware error from device drivers/codecs. - - Fixed a bug that under some conditions caused extra, empty folders to be generated. - - Fix for issue where mouse cursor could intermittenly disappear and reappear when recording with low framerate. - - Recording two monitors on two different graphics cards should now work again. + - 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. Copyright © Sverre Kristoffer Skodje 2019 en-GB diff --git a/ScreenRecorderLib/app.rc b/ScreenRecorderLib/app.rc index 06699d4..7ed88e2 100644 Binary files a/ScreenRecorderLib/app.rc and b/ScreenRecorderLib/app.rc differ