Skip to content

Releases: DarthAffe/ScreenCapture.NET

v1.2.1

22 Feb 23:03
ffc52e8
Compare
Choose a tag to compare
  • Updated Vortice
  • Added .NET 7 Target
  • Removed unsupported .NET 5 Target

v1.2.0

03 May 19:23
cdc03a9
Compare
Choose a tag to compare
  • 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

24 Nov 20:08
Compare
Choose a tag to compare
  • 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 to useNewDuplicationAdapter in the constructor of the DX11ScreenCapture
  • Added .NET 6 support
  • Updated Vortice to 1.9.143

Fixed black-bar detection

10 Jul 21:56
Compare
Choose a tag to compare

Fixed a black bar detection issue introduced with the last version.

AMD fix

04 Jul 22:50
Compare
Choose a tag to compare
  • Simplified texture creation logic to fix issues with small capture regions on AMD GPUs. Width is now always correct; Capture and Buffer sizes are removed.
  • Added BytesPerPixel and Stride to CaptureZone
  • Updated Vortice.

Initial release

24 May 23:09
Compare
Choose a tag to compare
v1.0.0

Added nuget-link to readme