Test build - cloaked windows, GroupDeactivate fix, -9x/NT

Community news and information about new or upcoming versions of AutoHotkey
Locked
lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

Test build - cloaked windows, GroupDeactivate fix, -9x/NT

Post by lexikos » 13 Oct 2019, 23:44

v1.1.31.01-3+g98e4ffa0
Fixed GroupDeactivate to exclude the Desktop on Windows 10 (and 8?).
Changed WinTitle parameters to treat cloaked windows as hidden.
Removed obsolete Windows 9x/NT4 support code (already unused because the compiler doesn't support those OSes).

Background info (cloaked windows):
https://www.autohotkey.com/boards/viewtopic.php?t=40800
https://www.autohotkey.com/boards/viewtopic.php?p=296293#p296293

Scripts that previously relied on being able to detect cloaked windows by default will need to use DetectHiddenWindows On. I decided against making the new behaviour opt-in or separate to A_DetectHiddenWindows because (like the previous behaviour) it wouldn't be intuitive.

Locked

Return to “Announcements”