Skip to content

AltSnap 1.64

Latest
Compare
Choose a tag to compare
@RamonUnch RamonUnch released this 12 Nov 17:47
· 5 commits to main since this release
9e235fe

Quick release with mostly bug fixes,

  • Multi-user is now supported. Portable mode is still automatic if
    AltSnap.ini is located next to AltSnap.exe. Otherwise the AltSnap.ini
    file will be written to %APPDATA%\AltSnap\ and it will be copied from
    the AltSnap.dni file if present in altsnap's folder.

  • uiAccess flag was added to the .manifest file, see #538 for more details.
    Basically you can install AltSnap to the Program Files directorry,
    run an AHK script that changes the uiAccess to true and self-sign
    AltSnap.exe, to be able to move elevated windows without elevation.

  • Fix Compatibility with Komorebi #535 and other accessibility softwares,
    Huge thanks to @alex-ds13 for the fix! #564

  • Fixed crash caused by zero-size window, Thanks to @gizabit #560

  • Account for the borders in CenterWindow thanks to @mbartlett21 #555

  • Fixed bad offset when restoring MDI window.

  • Add League of Legends to blacklist (not a joke). #533

  • Improve move to top/left/right/bottom. #534

  • Ignore Ctrl if simulated (vai Alt Gr for exmple). #518