Skip to content

Releases: PiniponSelvagem/ScreensaverFocus

1.0.2

01 May 02:45
Compare
Choose a tag to compare

Reverted some changes back to using tracking of started processes. To only use mutex, further analysis is needed since some problems got fixed, but new ones arise.

This release still fixes issue #1, although there is still a very rare chance of more than one ScreensaverProfile being run at a given time. But now, this can only happen if a screensaver starts and stops a bit fast, and the start and stop events get out of order due to their async nature. ScreensaverFocus now will handle the issue by it self.

1.0.1

30 Apr 23:47
Compare
Choose a tag to compare

Fixed issue #1, by removing tracking of started process ScreensaverProfile, and using Mutex release and wait instead.
This also simplified a good part of the code.

1.0.0

30 Apr 19:24
Compare
Choose a tag to compare

Initial release of ScreensaverFocus.

In this release:

  • Detect screensaver start/stop.
  • Auto startup setup upon launch.
  • Can pause/resume screensaver detection.

Download: ScreensaverFocus_1-0-0.zip