Releases: NarodGaming/gamedetector
Releases · NarodGaming/gamedetector
2.0.1
2.0.0
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
- Added a custom option for searching for a specific full screen open application
1.1.3
(No functional changes)
- Adds metadata to allow for NuGet Gallery publish
1.1.2
- Added XML comments for easier usage
1.1.1
- Added 'As' clauses to functions.
1.1.0
- Removed try statements, which speeds up the processing of the library.
1.0.1
- Fixes re-initialisation requirement that would otherwise mean after a successful fullscreen check, every application would be considered fullscreen.
1.0.0
First release