Releases: DarthAffe/ScreenCapture.NET
Releases · DarthAffe/ScreenCapture.NET
v1.2.1
v1.2.0
- Added IScreenCapture.UpdateCaptureZone to modify existing CaptureZones without having to remove and add them again.
(This has performance benefits when only X and/or Y is changed; changes to width, height and downscale are internally still reinitializing the zone.) - Fixed ambiguous equals in Display
v1.1.0
- Changed the capturing to use the older DuplicateOutput instead of DuplicateOutput1 to fix problems with capturing inside WPF-threads and to removed the need to call
DPIAwareness.Initalize()
. (The features of the new version weren't used so far anyway.)
You can still go back to the previous implementation by passing true touseNewDuplicationAdapter
in the constructor of the DX11ScreenCapture - Added .NET 6 support
- Updated Vortice to 1.9.143
Fixed black-bar detection
Fixed a black bar detection issue introduced with the last version.
AMD fix
Initial release
v1.0.0 Added nuget-link to readme