Skip to content

Commit

Permalink
Updated to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed Feb 17, 2023
1 parent a968ae0 commit 82b4ea2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Nuget/ScreenRecorderLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ScreenRecorderLib</id>
<version>5.1.4</version>
<version>5.2.0</version>
<authors>Sverre Kristoffer Skodje</authors>
<licenseUrl>https://github.com/sskodje/ScreenRecorderLib/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/sskodje/ScreenRecorderLib</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files.</description>
<summary />
<releaseNotes>
- 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
</releaseNotes>
<copyright>Copyright © Sverre Kristoffer Skodje 2019</copyright>
<language>en-GB</language>
Expand Down
Binary file modified ScreenRecorderLib/app.rc
Binary file not shown.

0 comments on commit 82b4ea2

Please sign in to comment.