Redshift Tray 2.1.0
NOTE: The compiled version of Redshift Tray rstray.exe
offered here is completely free of viruses and other malware. Unfortunately, many pesky virus scanners mark compiled AutoHotkey scripts as infected (see here). So please tell your antivirus software to back off and mind its own business, or - if you can - report the executable as safe.
An alternative way to use Redshift Tray is to run the uncompiled script with the AutoHotkey binary. Look here for the alternative package.
Changes
2.1.0
- BREAKING CHANGE Replaced
fullscreenignoreclass
withfullscreenignore
: - Now allows setting full
WinTitle
strings (https://autohotkey.com/docs/misc/WinTitle.htm) instead of only classes - Replaced separator
;
with|
- You should change your current
rstray.ini
setting, e.g.fullscreenignoreclass=SomeClass;SomeOtherClass
intofullscreenignore=ahk_class SomeClass|ahk_class SomeOtherClass
- Added the new setting
ctrlwforralt
to use Ctrl+W instead of Alt+F4 withRAlt x2
(see README.md) - Added support for the taskbar on a secondary screen with wheel/click on taskbar (for Volume up/down, show desktop & open Task Manager)
- Fixed issue that showed
Could not close the previous instance of this script. Keep waiting?
when restarting (when running as administrator)
- Added script compiler directives (uses ResourceHacker.exe) to easily recompile
- Added small delay in full-screen mode to prevent wrong window detections
- Added extra
WinChange
triggers necessary for RemoteDesktopMode - Fixed and improved settings saving (instantly store toggled settings, only write file when needed)
- Removed unnecessary timers to reset
RAlt
/RCtrl
states (for x2 shortcuts) - Removed detection for old Edge browser in
RAlt x2
- Use
SetTimer
for Full-screen mode instead of Sleep (just like Remote Desktop mode) - Big code clean-up and optimization