Skip to content

Commit

Permalink
Updated to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed Jun 23, 2023
1 parent d9c3a50 commit 5e64c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Nuget/ScreenRecorderLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ScreenRecorderLib</id>
<version>5.2.0</version>
<version>5.3.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>
- Added configuration for camera recording.
- Added configuration for disabling yellow border on WGC recording on Windows 11.
- Fixed a memory leak when reusing a Recorder instance for several recordings.
- Fixed audio syncronization issue when recording to fragmented mp4.
- Recording on laptops with hybrid GPU should now work without forcing application to run on iGPU.
- Fixed crash when plugging in a monitor while recording and using Desktop Duplication on Intel Quicksync.
- See Github for full list of changes.
- 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.
</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 5e64c8d

Please sign in to comment.