diff --git a/Nuget/ScreenRecorderLib.nuspec b/Nuget/ScreenRecorderLib.nuspec index 0b4e9fc..a61a7b6 100644 --- a/Nuget/ScreenRecorderLib.nuspec +++ b/Nuget/ScreenRecorderLib.nuspec @@ -2,7 +2,7 @@ ScreenRecorderLib - 5.1.4 + 5.2.0 Sverre Kristoffer Skodje https://github.com/sskodje/ScreenRecorderLib/blob/master/LICENSE https://github.com/sskodje/ScreenRecorderLib @@ -10,10 +10,13 @@ A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files. -- Borderless windows are now recordable again. -- Fixed issues that caused low framerates on high resolution recordings. -- Fix for deadlocks that could happen when losing video output on e.g UAC prompts. -- Check Github for full list of fixes. +- Added configuration for camera recording. +- Fixed a memory leak when reusing a Recorder instance for several recordings. +- Fixed audio syncronization issue when recording to fragmented mp4. +- Fix for recording on laptops with hybrid GPU. +- Fixed crash when plugging in a monitor while recording and using Desktop Duplication on Intel Quicksync. +- Added configuration for disabling yellow border on WGC recording on Windows 11. +- See Github for full list of changes Copyright © Sverre Kristoffer Skodje 2019 en-GB diff --git a/ScreenRecorderLib/app.rc b/ScreenRecorderLib/app.rc index 954b5e8..6a831d0 100644 Binary files a/ScreenRecorderLib/app.rc and b/ScreenRecorderLib/app.rc differ