v1.1.33

Community news and information about new or upcoming versions of AutoHotkey
lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

v1.1.33.08

Post by lexikos » 23 Apr 2021, 03:04

v1.1.33.08

Fixed non-zero SendLevel events erroneously being suppressed in cases not covered by the v1.1.33.07 fix:
  • When there's a matching context-sensitive hotkey with a higher #InputLevel and no enabled global variant.
  • When there's no matching key-down hotkey, but there's a key-up hotkey with a higher #InputLevel.
SHA256 hashes
lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

v1.1.33.09

Post by lexikos » 07 May 2021, 23:01

Fixed crash on load when an AltTab action is used in a key-up/down pair.
Fixed garbage error text when the main script file cannot be opened.
Removed "Error at line 0" from error messages which appear before the first line is read.
Fixed focus resetting when a minimized GUI is restored.
Fixed focus not saving when a GUI is minimized with Gui Show.

SHA256 hashes
lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

v1.1.33.10

Post by lexikos » 28 Aug 2021, 19:33

Fixed loading of JPG/GIF files which are already open for reading.
Fixed misidentification of digits/xdigits by if-var-is.
Added a safety check for ControlGet Selected in case it is used with a non-Edit control.
Fixed variables being set to NULL in certain rare cases, causing crashes. The only confirmed case being when a string longer than 63 characters is returned from a function and assigned to a variable while AutoHotkey is running as a Windows store app.
Fixed InputHook callbacks failing after input is stopped and restarted.
Updated Ahk2Exe to commit be208d4 (this was not noted in the initial release as the release script automatically pulls in the latest Ahk2Exe).

Updated 2021-09-04:
  • Removed two v2 exe files that were unintentionally included in the 7z archive embedded in the installer (but were not installed).
  • Added documentation (by TAC109) for changes (by TAC109) to Ahk2Exe that were automatically included in the initial v1.1.33.10 release.
  • Updated Ahk2Exe (automatically) from commit be208d4 to commit 7cae56c (minor fixes).
If you get the old (3.8 MB) setup file, that's due to caching. The new file (3.1 MB) is also available on GitHub.

SHA256 hashes
Last edited by lexikos on 04 Sep 2021, 04:34, edited 1 time in total.
lexikos
Posts: 9553
Joined: 30 Sep 2013, 04:07
Contact:

v1.1.33.11

Post by lexikos » 20 Apr 2022, 06:51

Fixed Format(n) returning blank when n is a pure numeric expression.
Fixed the debugger's inability to query obj.<base>.<base>.
Changed debugger step/breakpoints to slip over Try/Catch/Finally/Case.
Fixed Switch { incorrectly raising a load-time error.
Fixed debugger stack_get reporting incorrect line after OnError.
Fixed debugger stack_get reporting incorrect line for auto-execute thread.
Fixed auto-env retrieval and A_ComVar to safely allow for variables larger than the official limit [PR #259 from mikeblas].
Fixed A_EventInfo for mouse wheel hotkeys [broken by v1.1.33.05].
Fixed ControlClick to convert coordinates correctly for wheel messages.
Fixed the IDispatch implementation for AutoHotkey objects to preserve case for property names.
Fixed #Warn StdOut to default to codepage 0 when /ErrorStdOut is not used.
Fixed crashes when a timer's __delete() meta-function deletes the next timer.

SHA256 hashes
Locked

Return to “Announcements”