Skip to content

Releases: DarthAffe/ScreenCapture.NET

v3.0.0

22 Jul 21:24
af9f75c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v3.0.0

v2.0.4

19 Feb 20:39
Compare
Choose a tag to compare

What's Changed

  • Fixed a memory leak after disposing the DX11ScreenCapture by @DarthAffe in #31

Full Changelog: v2.0.3...v2.0.4

v2.0.3

23 Dec 22:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

23 Sep 19:05
c9ef361
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1 (Core only)

12 Sep 22:26
5eb8b56
Compare
Choose a tag to compare

What's Changed

  • Made black-bar calculations public
  • Added ToArray and CopyTo Methods to IImage and RefImage
  • Made RefImage pinnable

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Sep 21:45
9cc6cfb
Compare
Choose a tag to compare

! This release has a lot of breaking changes !

  • Splitted the capture logic from the core functionality. This allows to easily add new capture-providers, which I used to add a DirectX9 one (for Win7) and one for the X-Window-System for linux users in addition to the existing DirectX11-capture. (Both of the new capture-providers do not support the full feature-set: Downscaling is done in software, and display-rotation is not handled)
  • Reworked how the result-data is handled. You can still use the raw buffer, but there is now an image-wrapper around it, that allows for way easier pixel-access
  • Moved black-bar-detection into an extension to be applied on an image.

Full Changelog: v1.3.2...v2.0.0

v1.3.2

24 Aug 21:22
Compare
Choose a tag to compare

The downscale-level is now automatically limited if it would scale the image below a size of 1x1 px.
This is a change that can potentially break existing behavior but should only affect cases that are expected to crash with earlier versions.

v1.3.1

14 May 14:05
8d0a5f6
Compare
Choose a tag to compare

Fixed striding issue on downscaled captures introduced with 1.3.0

v1.3.0

07 May 21:53
3fc564c
Compare
Choose a tag to compare
  • Added support for for rotated screens
  • Updated Vortice

v1.2.2

25 Mar 01:34
Compare
Choose a tag to compare
  • Fixed missing error handling in DX11 capture introduced with the last version