|
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.60 (March 24, 2023) * |
| 4 | +* release 1.61 (September 1, 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,42 @@ Note that this version has some more feature. |
184 | 184 | =========================================================================== |
185 | 185 | == CHANGELOG == |
186 | 186 |
|
| 187 | +== AltSnap 1.61 == |
| 188 | + |
| 189 | + + Added the Focus Window action. #408 |
| 190 | + |
| 191 | + + Add the **Edit snap layout** tray menu entry that re-opens all the windows |
| 192 | + fom the currently selected layout for easier edition. #407 |
| 193 | + |
| 194 | + + You can now set RezTimer=3 in the [Performance] section of the .ini file |
| 195 | + to combine a timer based resizing with the usual MoveRate and ResizeRate |
| 196 | + multiplication factors. See #451 and #452 for more details. |
| 197 | + |
| 198 | + * Fix Action without click #455, #456. (huge regression, sorry for that). |
| 199 | + |
| 200 | + * Always focus the window on Always On Top toggle #442 |
| 201 | + |
| 202 | + * Fixed: Allow xxbutton as hotclick (1.55 regression). #433 |
| 203 | + |
| 204 | + * Fixed: the send Original click option must be shown on hotclick, |
| 205 | + not just for the titlebar action. |
| 206 | + |
| 207 | + * Fixed: AltSnap hotkeys not working properly when using AltSnap elevated |
| 208 | + with a non admin account (make use of the ChangeWindowMessageFilterEx() |
| 209 | + function when running on Windows 7 and later). #428 |
| 210 | + |
| 211 | + * Partially fixed window resizing when going to a monitor with a |
| 212 | + different DPI. #413 |
| 213 | + |
| 214 | + * Fixed French translation, thanks to @TroudhuK |
| 215 | + |
| 216 | + * Updated Japaneese translation, thanks to @kakakaya |
| 217 | + |
| 218 | + * Updated Korean translation, thanks to @1kko-ahnlabio |
| 219 | + |
| 220 | + * Add Finish Translation by @6sto based on AltDrag 1.0, see |
| 221 | + https://github.com/stefansundin/altdrag/issues/170 |
| 222 | + |
187 | 223 | == AltSnap 1.60 == |
188 | 224 |
|
189 | 225 | + Added the `ZSnapMode` option in the [Zones] section of the ini file, |
|
0 commit comments