Page 1 of 1

v1.1.30

Posted: 22 Aug 2018, 03:11
by lexikos
Fixed SendInput/SendPlay to restore DownR/remapped modifiers.
Increased limit of hotkeys per script from 1000 to 32762.
Changed commands which accept On/Off/Toggle to also accept 1/0/-1 (where documented).
Improvements to debugger (DBGp) support:
  • Added support for the -d (stack depth) option.
  • Added (DBGp-only) .<base> pseudo-property to resolve ambiguity.
  • Fixed debugger to avoid unsupported re-entry during break state.
  • Fixed DBGp command parser to support quoted parameters.

v1.1.30.01

Posted: 10 Nov 2018, 17:54
by lexikos
Changed TV_Add/TV_Modify to allow "Bold1" and "Bold0".
Fixed hotkey pairs with non-zero #InputLevel blocking sent events.
Fixed Control Choose to send WM_COMMAND even if the control's ID is 0.
Fixed heap corruption in scripts with keyboard hook but no hotkeys.
Fixed escape sequences in one-line hotstrings with 'X' option.
Fixed `` escape sequence preceding a ; comment flag.
Fixed finally corrupting the value of a pending return.
Fixed MsgBox to detect timeouts even if the thread is interrupted.
Fixed Ahk2Exe to support more built-in variables in #Include. See #Include.

(The initial download omitted the last item from the documentation and had the wrong version of Ahk2Exe. It has been fixed.)

v1.1.30.02

Posted: 01 Apr 2019, 06:05
by lexikos
Fixed Menu Rename to allow duplicates and no-op/case-only renames.
Fixed X option for Hotstring(). [PR #132 from Helgef]
Fixed __init/__delete causing misleading error line/stack trace.
Fixed #if expressions stalling in Sleep and similar.
Fixed custom combos triggering incorrectly after a custom combo suspends itself.

Installer is digitally signed
I have digitally signed the installer for this release. The publisher name is "Open Source Developer, Steven Gray" due to restrictions placed by the provider of the certificate (for open source code signing certificates); specifically, the prefix is mandatory and the certificate could only be issued to a natural person, not an organization. Due to the "interpreter" nature of the main AutoHotkey executable files, I chose not to sign them.

v1.1.30.03

Posted: 04 Apr 2019, 16:44
by lexikos
Fixed debugger context_get triggering #Warn UseUnset.
Fixed straight modifier hotkeys such as Shift:: (broken by v1.1.30.02).