Skip to content

Releases: NarodGaming/gamedetector

2.0.1

06 Nov 14:32
Compare
Choose a tag to compare
  • Add exception information to documentation

2.0.0

30 Sep 00:06
Compare
Choose a tag to compare

Please note 2.0.0 is not compatible with 1.x.x versions - you'll need to change your code to work with 2.0.0

2.0.0 is an evolution which corrects various mistakes and oversights made in 1.x.x and sets the library up for a better future.

Changes:

  • Namespace is now corrected (Narod.FullscreenDetector)
  • Object name has been spell-corrected
  • Instead of returning a 2D list, it uses getters to return the information you need
  • Functions which were unused by most have been removed, and can be easily re-implemented directly in to your own code should you wish

In preparation for this move, a migration document is available here.

1.2.0

01 May 23:46
Compare
Choose a tag to compare
  • Added a custom option for searching for a specific full screen open application

1.1.3

02 Jan 18:00
Compare
Choose a tag to compare

(No functional changes)

  • Adds metadata to allow for NuGet Gallery publish

1.1.2

02 Jan 03:41
Compare
Choose a tag to compare
  • Added XML comments for easier usage

1.1.1

02 Jan 03:19
Compare
Choose a tag to compare
  • Added 'As' clauses to functions.

1.1.0

02 Jan 02:27
Compare
Choose a tag to compare
  • Removed try statements, which speeds up the processing of the library.

1.0.1

01 Jan 18:08
Compare
Choose a tag to compare
  • Fixes re-initialisation requirement that would otherwise mean after a successful fullscreen check, every application would be considered fullscreen.

1.0.0

01 Jan 18:10
Compare
Choose a tag to compare

First release