|
1 | 1 | *=========================================================================* |
2 | 2 | * ALTSNAP for Windows NT4/2000/XP/Vista/7/8.x/10/11 * |
3 | 3 | * Modified by Raymond Gillibert from original AltDrag by Stefan Sundin * |
4 | | -* release 1.59 (March 11, 2023) * |
| 4 | +* release 1.60 (March 24, 2023) * |
5 | 5 | *-------------------------------------------------------------------------* |
6 | 6 | * Download MEGA: https://mega.nz/folder/mW5ExCCT#gI8DQICICk-y4FIjxaqtGg * |
7 | 7 | * Download GitHub: https://github.com/RamonUnch/AltSnap/releases/ * |
@@ -184,6 +184,51 @@ Note that this version has some more feature. |
184 | 184 | =========================================================================== |
185 | 185 | == CHANGELOG == |
186 | 186 |
|
| 187 | +== AltSnap 1.60 == |
| 188 | + |
| 189 | + + Added the `ZSnapMode` option in the [Zones] section of the ini file, |
| 190 | + to change the strategy for choosing the zone zone on which the dragged |
| 191 | + windows will snap. #405 |
| 192 | + Set to 0 to snap to the pointed zones (default, old behavior). |
| 193 | + Set to 1 to snap to the zone which center is the nearest from cursor. |
| 194 | + The second mode will be needed if you want to use overlapped zones. |
| 195 | + |
| 196 | + + The Test Window will now also display the mouse events. |
| 197 | + |
| 198 | + + The test Window will now have a full-screen mode (toggle with F11). |
| 199 | + |
| 200 | + + Added the `MenuShowEmptyLabelWin` Advanced option to display the windows |
| 201 | + with empty titles inside the Windows list menu. #401 @mbartlett21 |
| 202 | + |
| 203 | + + Add the **All windows list** action that will behave like the |
| 204 | + Window list action but will even display windows outside the |
| 205 | + current monitor. Thanks to @mbartlett21 for this. #384 |
| 206 | + |
| 207 | + + You can now set `IgnoreMinMaxInfo` option in the Advanced section |
| 208 | + of the ini file if you want to ba able to resize Windos beyond their |
| 209 | + usual limits, Set to 0 (default) to always disable, set to 1 to ignore |
| 210 | + the minimum size, 2 to ignore maximum size and 3 to ignore both. #374 |
| 211 | + |
| 212 | + + You can set the `MenuShowOffscreenWin=1` in the [Advanced] section |
| 213 | + of the ini file to still display windows in a windows menu even |
| 214 | + if they are outside of any monitors. Thanks to @mbartlett21. #384 |
| 215 | + |
| 216 | + + The *clear AltSnap state* key can now be set to any other key, using |
| 217 | + the `ESCkeys` key list in the [Input] section of the ini file. Defalut |
| 218 | + value is `1B` (ESCAPE), like with previous AltSnap versions. #386 |
| 219 | + |
| 220 | + * Fixed inconsistant key state leading to drag-free actions not working |
| 221 | + and to blocked LMB in some cases. #392, #388. |
| 222 | + |
| 223 | + * Fixed: Now FancyZones snapped Windows will be restored to their proper |
| 224 | + dpi-scaled size. If this causes any issues for you you can always set |
| 225 | + `FancyZone=2` in the [Zones] section to prevent scaling. |
| 226 | + |
| 227 | + * Updated Chinese translation, thanks to @yatli, |
| 228 | + Updated Polish translation, thanks to @xeophyte, |
| 229 | + Updated German translation, thanks to @Ichisich |
| 230 | + Updated French and Italian translations. |
| 231 | + |
187 | 232 | == AltSnap 1.59 == |
188 | 233 |
|
189 | 234 | + Now AltSnap will respect the system drag threshold. Use `DragThreshold` |
|
0 commit comments