Releases: lightproof/UAC-Focus
Releases · lightproof/UAC-Focus
v0.7.8
- Fixed flashing windows not being properly focused sometimes.
- Tray tooltip/toast notifications now display program icon instead of a generic one. Also, when the program tray icon briefly changes on window focus, the tray tooltip/toast notification icon also gets changed. This is true if notify mode is not off and if tray icon change is not disabled via startup parameter.
v0.7.5
- Flashing windows are now also correctly detected and focused.
- Added tray tooltip/toast notification on settings change.
- Had to disable
-beepall
parameter for now as it erroneously produced an extra beep when focusing flashing windows. It also significantly slowed down their focus acquisition.
v0.7.1
- Tray icon now briefly changes to a different one to indicate that the window has been successfully focused. This is enabled by default, but can be disabled with a
-noflash
parameter. - Added a new startup parameter:
-beepall
, which makes the script additionally beep once when the UAC window pops up already in focus. - Replaced standard AutoHotKey window detection method (winwait) with a shell hook. This reduces already negligible CPU usage even further.
- Replaced standard AutoHotKey window focusing method (winactivate) with a system call which works much more reliable in cases that were missed before. As of now, the script is unable to show a notification/sound a beep when they occur.
v0.6.0
- Added an option to beep when UAC window is focused.
- Can now show selected settings on startup in an optional tray tooltip/toast.
- More command line startup parameters.
- Done some optimizations to further decrease CPU load (reduced window polling frequency).
v0.5.2
- fixed notification option in menu being always checked at start
- made all notification options available in menu
v0.5.0
- The script now prompts for Administrator privileges on start.
- Added "Notify on focus" menu option, similar to
-notify
startup parameter. Can be switched on or off on the fly.
v0.4.0
- added startup parameters
v0.2.0
- Added custom icon and tray menu