Releases: flexits/HotCornersWin
beta 0.9.1
Working beta 0.9.1:
- Added a portable version (x64) as requested in #24.
Unzip into any folder and run HotCornersWin.exe. The settings will be stored in the data
subfolder (will be created on startup).
Note that .NET 9 Desktop Runtime is required on the target machine!
The installable version has no new features in this release.
beta 0.9.0
Working beta 0.9.0:
- migrate to .NET 9;
- implement dark/lite color themes support with manual or system-wide switching as requested in #23 (this feature is experimental until .NET 10, there are some visual inconsistencies that I don't feel worth investing my time into fixing right now);
- detect nVidia GeForce Overlay window that fooled the app into turning itself off as if something entered the full-screen mode (issue #15) alongside with some other similar scenarios (however I'm afraid that's not the end with it, as I've discovered it's not uncommon for various applications to create such invisible windows and, on the other hand,
SHQueryUserNotificationState
doesn't always report a full-screen app being actually displayed); - tray icon mouse clicks processing routine was re-written to avoid false triggering of single click action on double click or omitting single click after double click that was an issue previously;
- application now checks for already open forms thus preventing the user from opening several Settings or About windows.
🎅 Happy New Year to everyone and heartfelt thanks for using the app! 🎄
beta 0.8.7
Working beta version 0.8.7:
- fix Lock computer command wasn't working
beta 0.8.6
Working beta version 0.8.6:
add Windows 11 Widgets Board command (issue #18)
beta 0.8.5
Working beta version 0.8.5:
fix adjacent corners detection on different physical monitors
beta 0.8.4
Working beta version 0.8.4:
fix context menu Enable malfunction.
beta 0.8.3
Working beta version 0.8.3:
- fix a full-screen app detection (issue #14).
beta 0.8.2
beta 0.8.0
Working beta version 0.8.0:
- added customizable delays before triggering an action for each corner separately;
- added customizable actions;
- fixed Start Menu and Left/Right Virtual Desktop actions malfunctioning;
- capitalized Task View action name.
beta 0.7.0
Working beta version 0.7.0:
- the issue with unwanted multiple time hot corners invocation is eliminated;
- the code refactored; completely abandoned the former event-driven approach for the sake of simplicity;
- update icons.
Special thanks to Lisa Jackson for the new icons and extensive testing 👍