diff --git a/Nuget/ScreenRecorderLib.nuspec b/Nuget/ScreenRecorderLib.nuspec index eb7c768..f79228b 100644 --- a/Nuget/ScreenRecorderLib.nuspec +++ b/Nuget/ScreenRecorderLib.nuspec @@ -2,7 +2,7 @@ ScreenRecorderLib - 5.3.0 + 5.3.1 Sverre Kristoffer Skodje https://github.com/sskodje/ScreenRecorderLib/blob/master/LICENSE https://github.com/sskodje/ScreenRecorderLib @@ -10,9 +10,9 @@ A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files. -- Substantial performance improvements. -- Made audio and video capture more robust in handling and reconnecting on e.g. lost bluetooth devices or turning off and on a display. -- Various bugs and issues fixed. See Github for a complete list. +- Fixed wrong mouse cursor render position when cropping input. +- Fixed crash on load on Windows Server 2016. +- Fixed broken "polling mode" when using mouse click detection. Copyright © Sverre Kristoffer Skodje 2019 en-GB diff --git a/ScreenRecorderLib/app.rc b/ScreenRecorderLib/app.rc index 73bc70c..d5e7bf1 100644 Binary files a/ScreenRecorderLib/app.rc and b/ScreenRecorderLib/app.rc differ