Releases: vhanla/winxcorners
Fix: Improved Task View Toggling and Custom Command Visibility Handling
Release Notes:
-
Task View Toggle Fix: Resolved an issue where hovering the hot corner a second time failed to close the Task View. Hot corners now reliably toggle the Task View as expected.
-
Custom Command Visibility Fix: Corrected a logic error with the SW_HIDE and SW_SHOWNORMAL options for custom commands. Previously, visibility states were reversed due to a misinterpretation of checkbox values. Now, the visibility option updates correctly, ensuring commands execute with the intended visibility.
-
Deployment Instructions: Replace the WinXCorners.exe file in the same directory where it was extracted from the ZIP file. This is a portable application and does not require installation.
WinXCorners.exe hash:
CRC32: EB95FEA2
MD5: 6A1FE4417D3609150144D91FE3F08ED9
SHA-1: 1C0CAF6F49988CE54D1D4DBE8EFFCB0FD573E178
SHA-256: C77EF5441F61F7B2EDEAC44312A98076BD9D6A1FE29D9C472C1C34FCBAF2C11C
1.3.1
v1.3.1
This is another update for previous version, just replace the executable wherever you have used before.
For newer users, just unpack to a writeable directory (e.g. C:\Portables\WinXCorners\
) and run it.
- Fix UI on Windows 10
- Add pseudo script for custom hotkeys (check Readme section on how to use it)
- Replace timer with raw input (a better choice than low level mouse hook) to detect mouse movement globally (still blocked while elevated windows are in foreground)
- Add log window
Full Changelog: 1.3.0...1.3.1
1.3.0
This new version adds few modifications on functionality, just added
- Start Menu
- 3 more custom commands
- Styling according to the Windows 10 or Windows 11 theme
- Fixed trayicon's and context menu recoloring on system's theme change
- Full Screen detection in order to not trigger actions while being in a fullscreen application.
- Tray icon context menu includes a toggle check item to detect fullscreen and avoid or not.
- Added Virtual Desktop awareness.
Full Changelog: 1.2.1b...1.3.0
Error reporting added and fixed some bugs
This release includes MadExcept in order to help users send bug/errors reports.
- It has been fixed errors related to accessing windows registry entries.
- It has been fixed an error for accessing memory (OSD window) not yet created.
Since MadExcept has been added, executable has been increased and memory usage too (5MB to 10MB), I would compress it using UPX, but it adds more memory usage (20MB or even more).