Skip to content

Releases: RamonUnch/AltSnap

AltSnap 1.68

Choose a tag to compare

@RamonUnch RamonUnch released this 04 Jul 17:53
2030746

What's Changed

Allow to have parameters for an action #718, #749, For the mouse buttons it usually will not affect anyone. However for Keyboard shortcuts it changes completely the way they are configured. Fixes #711

You will have to click on the [+] button next to the keyboard shortcut drop list and configure the advanced action.

This generalise the Step Window Action to ie: Step_U_32, to Step Up of 32 pixels.

Action parameters are separated by underscore. It also applies to the command line options:
ie: AltSnap.exe -afTransparency_S_128 will set the Transparency of the currently focused window to 128.

To see the list of possible parameters, look at the advanced configuration box for the keyboard shortcuts.
Those advanced actions can also be used as Mouse actions but you have to write them manually in the proper format.

  • Unify Movement logic, #732, to prepare for #723.
  • Send WM_SIZING during resize for grid-snapping apps (like putty) by @andrewachen in #723, #739
  • Add DragOutThresholdPx in the [Advanced] section of the ini file. #737. Default is 20 pixels. The reason the option was added is because Windows 11 returns random erroneous values when querying the SPI_GETMOUSEDRAGOUTTHRESHOLD value.
  • Proper per-monitor WindowListMenu dpi awareness. #748. Fixes #747
  • Updated German translation by @Ichisich
  • Updated Ukrainian translation by @acid-jack
  • Updated French and Italian Translations.
  • Updated Polish translation by @xeophyte
  • Updated Japanese translation by @coolvitto

Full Changelog: 1.67...1.68

As usual, ARM64 builds are provided but untested.

AltSnap 1.67

Choose a tag to compare

@RamonUnch RamonUnch released this 14 Nov 17:11
9bb43a7

Mostly a bug fix release, Update is recommended.

New

  • Add Center on physical monitor Action (Center2), #684, #685
  • Allow arbitrary accelerators for Windows list menu. #688
    You can now use the MenuAccelMap option to specify a list of virtual key codes in the [Input] section of the ini file. This list is limited to 36 entries. see #687 for more details.
  • Add a simple MSVC build batch file. #674

Fixes

  • Do not snap windows to borders that are completely hidden. #681, #682
  • Double check the Control key is down when needed. Fixes random "stuck key" problem #689
  • Cursor would not be clamped properly to the monitor when moving fast. #690
  • Fix 1 pixel keyboard move bug. #691, #692
  • Fixes Ctrl repeat locking window to monitor. #694, #695
  • Fix Horizontal Wheel handling. #697 (Fixes #696 bug introduced in #658)

Translations

New Contributors

Full Changelog: 1.66...1.67)

AltSnap 1.66

Choose a tag to compare

@RamonUnch RamonUnch released this 21 Sep 06:40
dfcd004

What's Changed

  • Add the MenuZoom option in the [Advanced] section of the ini to set zoom factor in percentage for the windows list menu.
  • Simplify resources #619
  • 1.65 zh_CN Translation by @yatli in #624
  • Fix NSI installer with new translations #634, #635
  • Use HungWindowFromGhostWindow() in the Kill action, #134, #637
  • Add next/previous layout actions N/P/NPLayout #632, #638
    Also Show preview on layout change, use the ShowZonesOnChange variable
    in the [Zones] section of the ini file to set the preview time in tenth
    of seconds. set 0 to disable preview (default).
  • fix UWP apps identification #645, #646
  • Correction traduction FR by @TroudhuK in #649
  • Fix typo in AltSnap.dni after #533 for LoL by @sequencerr in #657
  • Add instructions for building on Windows on ARM64. @andrewachen, #659
  • Different actions for Wheel Up and Down #654, #658. Use the ScrollUp
    and HScrollUp .ini entries to override Up actions only

New Contributors

Full Changelog: 1.65...1.66

AltSnap 1.65

Choose a tag to compare

@RamonUnch RamonUnch released this 29 May 16:45
20caf7b

Human notes

  • You can disable the WinEvent notification when moving a window with NotifyWinEvent=0 in the [Advanced] section of the .ini file.
  • You can now add a [ToolTip] section in the Translation ini file to add tooltips to any option.
  • More work was offloaded to a worker thread reducing the risk for stuck buttons/keys.

What's Changed (auto)

  • dni: Add syntax highlighting by @brian6932 in #571
  • Make NotifyWinEvent optional #572, #573
  • NotifyWinEvent only After Drag started #580
  • reafactor language struct definition #584
  • Add ToolTips to the config dialog #586
  • fix: ERRORs and add a quality of life for both sch_off and sch_on batch
    scripts by @devCKVargas in #608
  • Fix typos and improve clarity in README.md by @jefflord in #594
  • fix: dni/ini diffs - attempt 2 by @brian6932 in #605
  • Update zh_TW translation. by @undecV in #587
  • Update German translation by @Ichisich
  • Add Turkish translation by @TRShadow33
  • Make Use of a worker thread #609
  • get rid of reduntant windows #611

New Contributors (auto)

Full Changelog: 1.64...1.65

AltSnap 1.64

Choose a tag to compare

@RamonUnch RamonUnch released this 12 Nov 17:47
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

AltSnap 1.63

Choose a tag to compare

@RamonUnch RamonUnch released this 14 Apr 13:48
7dc5c37
  • Snap Layout preview #511, #359, #464.
    Configure via the folowing options:
   in the [Zones] section

   ShowZonesPrevw=1
   ; Enable/Disables Layout preview (default 1)

   ZonesPrevwOpacity=160
   ; Opacity from 0-255 of the Zone preview (default 160).
   ; Use 0 if you disabled Desktop composition.

   ZonesPrevwBGCol=FF FF FF
   ZonesPrevwBDCol=00 00 00
   ; Color of the Snap Layout preview, ZonesPrevwBGCol for background color
   ; and ZonesPrevwBDCol for the border color. default are white and black.
   ; Use a dark beckground and a light border if you use dark theme.
  • Fixed: Titlebar action now has precedence over Hotclick. #503

  • Fixed Scheduled task script #505, thanks to @VladKappa

  • Updated Polish translation, thanks to @xeophyte

  • Updated Chinese translation, thanks to @yatli

  • Updated Korean translation, thanks to @1kko

AltSnap 1.62

Choose a tag to compare

@RamonUnch RamonUnch released this 03 Dec 10:08
a1e68a3
  • Add the ShrtX actions to send arbitrary key sequences, see #493 for more details.

  • Add the focus left/top/right/bottom window actions. They can be used
    by setting up keyboard shortcut or via the command line.
    FocusL; FocusT, FocusR, FocusB. #465

  • Add the option to change the LongClick move delay, use LongClickMoveDelay.
    option in the [Advanced] section of the ini file. #468

  • Add sch_On.bat and sch_Off.bat batch files to setup Scheduled task #475

  • Add the -lX command line option to select Snap Layout layout number X. #479

  • Add the -r command line option to reload altsnap config. #452

  • Add RezTimer=4 to automatically select 1 if display frequency is 60Hz
    or 3 otherwise. #452

  • Allow more messages to filter through elevation so that AltSnap command
    line option can pass from non-elevated to elevated. #452, #483

  • Transform action list-box into an actual Edit+List combo-box. This is useful
    when typing ShrtX actions and helps with long list boxes.

  • Audio balance resets when decreasing the system volume to Zero,
    so now AltSnap mutes the sound instead. #186

  • Also disable Alt+Scroll when Movement is disabled on a window. #484

  • Fix border calculation error in the Move To Next Edge actions. #491

  • Fix negative border problems when starting from a maximized state. #445

  • Transform Snap to corner in move to next edge for non-resizable windows
    when not using the Resize all windows option. #447

  • Updated French and Italian translations.

  • Updated German translation thanks to @Ichisich

AltSnap 1.61

Choose a tag to compare

@RamonUnch RamonUnch released this 01 Sep 15:32
f1c3861

Mostly a bug-fix release, Update is recommended.

  • Added the Focus Window action. #408

  • Add the Edit snap layout tray menu entry that re-opens all the windows
    fom the currently selected layout for easier edition. #407

  • You can now set RezTimer=3 in the [Performance] section of the .ini file
    to combine a timer based resizing with the usual MoveRate and ResizeRate
    multiplication factors. See #451 and #452 for more details.

  • Fix Action without click #455, #456. (huge regression, sorry for that).

  • Always focus the window on Always On Top toggle #442

  • Fixed: Allow xxbutton as hotclick (1.55 regression). #433

  • Fixed: the send Original click option must be shown on hotclick,
    not just for the titlebar action.

  • Fixed: AltSnap hotkeys not working properly when using AltSnap elevated
    with a non admin account (make use of the ChangeWindowMessageFilterEx()
    function when running on Windows 7 and later). #428

  • Partially fixed window resizing when going to a monitor with a
    different DPI. #413

  • Fixed French translation, thanks to @TroudhuK

  • Updated Japanese translation, thanks to @kakakaya

  • Updated Korean translation, thanks to @1kko-ahnlabio

  • Add Finish Translation by @6sto based on AltDrag 1.0, see
    stefansundin/altdrag#170

AltSnap 1.60

Choose a tag to compare

@RamonUnch RamonUnch released this 24 Mar 07:37
ec4f90a
  • Added the ZSnapMode option in the [Zones] section of the ini file, to change the strategy for choosing the zone zone on which the dragged windows will snap. #405
    Set to 0 to snap to the pointed zones (default, old behavior).
    Set to 1 to snap to the zone which center is the nearest from cursor.
    The second mode will be needed if you want to use overlapped zones.

  • The Test Window will now also display the mouse events.

  • The test Window will now have a full-screen mode (toggle with F11).

  • Added the MenuShowEmptyLabelWin Advanced option to display the windows
    with empty titles inside the Windows list menu. #401 @mbartlett21

  • Add the All windows list action that will behave like the Window list action but will even display windows outside the current monitor. Thanks to @mbartlett21 for this. #384

  • You can now set IgnoreMinMaxInfo option in the Advanced section of the ini file if you want to ba able to resize windows beyond their usual limits, Set to 0 (default) to always disable, set to 1 to ignore the minimum size, 2 to ignore maximum size and 3 to ignore both. #374

  • You can set the MenuShowOffscreenWin=1 in the [Advanced] section of the ini file to still display windows in a windows menu even if they are outside of any monitors. Thanks to @mbartlett21. #384

  • The clear AltSnap state key can now be set to any other key, using the ESCkeys key list in the [Input] section of the ini file. Defalut value is 1B (ESCAPE), like with previous AltSnap versions. #386

  • Fixed inconsistent key state leading to drag-free actions not working and to blocked LMB in some cases. #392, #388.

  • Fixed: Now FancyZones snapped Windows will be restored to their proper dpi-scaled size. If this causes any issues for you you can always set FancyZone=2 in the [Zones] section to prevent scaling. #395

  • Updated Chinese translation, thanks to @yatli,
    Updated Polish translation, thanks to @xeophyte,
    Updated German translation, thanks to @Ichisich
    Updated French and Italian translations.

AltSnap 1.59

Choose a tag to compare

@RamonUnch RamonUnch released this 11 Mar 07:54
a6e663f
  • Now AltSnap will respect the system drag threshold. Use DragThreshold value in the [Advanced] section of the ini file to determine when the threshold will be respected. Possible values are:
    0: disabled, like old AltSnap versions,
    1: Enabled when restoring snapped window (default),
    2: Always wait the drag threshold before moving the window,
    3: Same than 2 but also applies to the resize action. #365

  • Generalized combo actions: Now you can select any action that will apply if a move or a resize action was started. You can configure them in the Mouse tab of the config dialog by selecting the While moving and While resizing radio buttons. Those options are available via the ini file in the [Input] section using the M and R sufixes. ie: MMBR=ExtendTNEdge. Also an extra B sufix can be added for alternate action (only available via ini). #217, #362.

  • Multiple snap layouts are now supported... #232
    To configure a new SnapLayout, you need to:

    1. Add the MaxLayouts=X in the [Zones] section of the .ini file X = 0-10.
    2. Select it in the tray menu.
    3. Configure your test Windows
    4. Hit the save test window as snap layout.
    5. If you use Grid mode you will need to add GridNx1, GridNy1, GridNx2, GridNy2 etc.
  • New IScroll blacklist in the [Blacklist] section of the ini file that only applies to the Inactive scroll option. #351

  • Added the Move/Extend to next edge action, That will extend the next edge from a snapped window, also available as keyboard shortcuts. #368

  • Added the --help option, also available as -help or -? or /?. It will display a very short summary of available commands. #370

  • Fixed: Now a hotclick will not always be blocked, It will be forwarded in case no action was done. If you want a hotclick to always be blocked set AblockHotclick=1 in the [Advanced] section of the ini file.

  • Fixed: Next/Previous stacked window keyboard shortcut no longer depends on cursor position, unless you enabled use pointed window. #372

  • Added the missing Next/Previous laser stacked window. #362

  • Fix delay when forwarding a click in some cases. #352

  • Fix button up being improperly blocked sometime. #355

  • Fixed occasional crash when editing the config dialog.

  • Updated German, Korean, French and Italian translations.