Skip to content

Commit

Permalink
Update AltSnap.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonUnch authored Mar 24, 2023
1 parent 4accaae commit c954aa0
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion AltSnap.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*=========================================================================*
* ALTSNAP for Windows NT4/2000/XP/Vista/7/8.x/10/11 *
* Modified by Raymond Gillibert from original AltDrag by Stefan Sundin *
* release 1.59 (March 11, 2023) *
* release 1.60 (March 24, 2023) *
*-------------------------------------------------------------------------*
* Download MEGA: https://mega.nz/folder/mW5ExCCT#gI8DQICICk-y4FIjxaqtGg *
* Download GitHub: https://github.com/RamonUnch/AltSnap/releases/ *
Expand Down Expand Up @@ -184,6 +184,51 @@ Note that this version has some more feature.
===========================================================================
== CHANGELOG ==

== AltSnap 1.60 ==

+ 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 Windos 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 inconsistant 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.

* 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 ==

+ Now AltSnap will respect the system drag threshold. Use `DragThreshold`
Expand Down

0 comments on commit c954aa0

Please sign in to comment.