Skip to content

Releases: ludvikjerabek/StopSaver

v1.1.2.0

07 Nov 01:18
68295de

Choose a tag to compare

Stop Saver

Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.

Requirements:

  • Windows 7 or greater (x86 or x64)

What's new

  • Support for legacy Windows version starting at Windows 7

Bug Fixes

  • Fixed minor icon resource leak. Icons were allocated every time start/stop action was toggled.
  • RAII free icon resources when the tray icon resource is destroyed.
  • Fixed issue where the tray icon vanishes by Windows Explorer being restarted.

Full Changelog: v1.1.1.0...v1.1.2.0

v1.1.1.0

21 Oct 23:03
7507cfa

Choose a tag to compare

Stop Saver

Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.

Requirements:

  • Windows x86 or x64

What's new

Tray Configuration Options

  • Show user as active - Send input type INPUT_MOUSE and event type MOUSEEVENTF_MOVE which telling the system the mouse moved.

This is what keeps other system applications showing the user as active. If this option is disabled, applications like Teams, will eventually show yellow "Away" instead of green "Available" when the user steps away and no activity is present. The system will not lock out, but reflect the user's actual activity.

image

User Registry Options (Manual Overrides)

Under the HKEY_CURRENT_USER\Software\StopSaver registry

  • ShowUserAsActive - REG_DWORD value 0 or 1 are associated with theTray Configuration Option Show user as active

Full Changelog: v1.1.0.0...v1.1.1.0

v1.1.0.0

17 Oct 17:39
8f0db84

Choose a tag to compare

Stop Saver

Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.

Requirements:

  • Windows x86 or x64

What's new

Tray Configuration Options

image
  • Start automatically on launch - Once the applicaiton lanches, it will automatically be in the started state.
  • Restore active state on unlock - If you lock your system, walk away, and unlock. The prior running state will resume.

User Registry Options (Manual Overrides)

Under the HKEY_CURRENT_USER\Software\StopSaver registry

  • LogFile - REG_EXPAND_SZ value can be used to change the logfile path. Default is %USERPROFILE%/stopsaver.log
  • LogLevel - REG_SZ string values trace, debug, info, warn, error, critical, off. Default is error
  • MaxSizeLogSize - REG_DWORD value max size of logfile in bytes. Default is 10485760 10MB
  • MouseIntervalMs - REG_DWORD value from 1000 to 60000 (in miliseconds). Default is 30000 (30s).
  • AutoStartOnLaunch - REG_DWORD value 0 or 1 are associated with the Tray Configuration Option Start automatically on launch
  • RestoreOnUnlock - REG_DWORD value 0 or 1 are associated with theTray Configuration Option Restore active state on unlock

Full Changelog: v1.0.0.2...v1.1.0.0

Release 1.0.0.2

19 Jul 12:43
e3b9d74

Choose a tag to compare

Stop Saver

Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.

Requirements:

  • Windows x86 or x64

Improvements

  • Improved resource management
  • Added logging

Full Changelog: v1.0.0.1...v1.0.0.2

Release 1.0.0.1

13 Jul 10:48
b6598f7

Choose a tag to compare

Stop Saver

Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.

Requirements:

  • Windows x86 or x64