Releases: ludvikjerabek/StopSaver
v1.1.2.0
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
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_MOUSEand event typeMOUSEEVENTF_MOVEwhich 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.
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
Stop Saver
Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.
Requirements:
- Windows x86 or x64
What's new
Tray Configuration Options
- 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
1048576010MB - 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
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
Stop Saver
Statically compiled Windows VC binary that stops screensaver, sleep, and inactivity.
Requirements:
- Windows x86 or x64