v1.1.30

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

v1.1.30

Post by lexikos » 22 Aug 2018, 03:11

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.

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

v1.1.30.01

Post by lexikos » 10 Nov 2018, 17:54

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.)
Last edited by lexikos on 11 Nov 2018, 02:35, edited 1 time in total.
Reason: Fixed the download.

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

v1.1.30.02

Post by lexikos » 01 Apr 2019, 06:05

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.

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

v1.1.30.03

Post by lexikos » 04 Apr 2019, 16:44

Fixed debugger context_get triggering #Warn UseUnset.
Fixed straight modifier hotkeys such as Shift:: (broken by v1.1.30.02).

Locked

Return to “Announcements”