Skip to content

Commit

Permalink
Updated to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed Jun 4, 2024
1 parent aa23342 commit bcad5cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Nuget/ScreenRecorderLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ScreenRecorderLib</id>
<version>6.0.0</version>
<version>6.1.0</version>
<authors>Sverre Kristoffer Skodje</authors>
<license type="expression">MIT</license>
<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>
- Enabled Structured Exception Handling (SEH) in order to more gracefully handle hardware error from device drivers/codecs.
- Fixed a bug that under some conditions caused extra, empty folders to be generated.
- Fix for issue where mouse cursor could intermittenly disappear and reappear when recording with low framerate.
- Recording two monitors on two different graphics cards should now work again.
- Added support for stream sources for recording and overlays.
- Fix for error when reading video files where video stream is not at index 0.
- Added support for updating the recording source or overlay source while recording.
- Fixed erronous framerate calculation for soure reader.
- Fix for only returning formats for first camera on systems with more than one camera.
- Fix for crash on audio devices with empty "friendly name" property.
</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 bcad5cf

Please sign in to comment.