diff --git a/Nuget/ScreenRecorderLib.nuspec b/Nuget/ScreenRecorderLib.nuspec index f699ae5..0b4e9fc 100644 --- a/Nuget/ScreenRecorderLib.nuspec +++ b/Nuget/ScreenRecorderLib.nuspec @@ -2,7 +2,7 @@ ScreenRecorderLib - 5.1.3 + 5.1.4 Sverre Kristoffer Skodje https://github.com/sskodje/ScreenRecorderLib/blob/master/LICENSE https://github.com/sskodje/ScreenRecorderLib @@ -10,9 +10,10 @@ A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files. -- Fixed issue where recording could stop if recording a window that went to/from fullscreen. -- Mouse cursor settings is now working with both window recordings and overlays. -- Fixed bug where monitor DPI scaling was not honored after triggering UAC screen in Windows. +- 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. Copyright © Sverre Kristoffer Skodje 2019 en-GB diff --git a/ScreenRecorderLib/app.rc b/ScreenRecorderLib/app.rc index 2b0adb8..954b5e8 100644 Binary files a/ScreenRecorderLib/app.rc and b/ScreenRecorderLib/app.rc differ