Skip to content

Commit

Permalink
Updated to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed Aug 20, 2024
1 parent ed7ac59 commit ffc61b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Nuget/ScreenRecorderLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ScreenRecorderLib</id>
<version>6.1.0</version>
<version>6.2.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>
- 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.
- Fixed potential crash when no displays are available on the system.
- Fixed memory leak when updating stream sources.
- Fixed intermittent flickering when updating overlays.
- Added support for adding overlays on a recording in progress.
- Snapshots are no longer stale when calling TakeSnapshot() on a paused recorder instance.
</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 ffc61b2

Please sign in to comment.