v1.1.23 - Several new features and other improvements

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

v1.1.23 - Several new features and other improvements

16 Jan 2016, 02:06

v1.1.23.00

Added Menu Insert sub-command.
Added MenuGetHandle().
Added MenuGetName().
Added menu item options: Radio, Right, Break and BarBreak.
Improved the Menu command to allow identifying items by position: 1&

Added LoadPicture().
Added hicon/hbitmap: syntax for passing handles to commands which normally load an image from file.
Added built-in variables: A_CoordModeToolTip/Pixel/Mouse/Caret/Menu, A_DefaultGui, A_DefaultListView, A_DefaultTreeView, A_KeyDelayPlay, A_KeyDuration/Play, A_MouseDelayPlay, A_SendLevel, A_SendMode and A_StoreCapslockMode.
Added Ix Hotkey option to set the hotkey variant's input level to x.

Improved Picture control to support BackgroundTrans with icons.
Improved Picture control to reduce flicker when loading large images.
Small optimizations to the menu code and built-in var lookups.
Fixed conversion of menu items to/from separators.
Fixed A_ThisMenuItemPos to support duplicate item names.
Fixed sub-menus sometimes not being recreated after a menu is deleted.
Fixed AutoHotkeyXXX.exe to launch AutoHotkey.chm, not AutoHotkeyXXX.chm.

Download
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.23 - Several new features and other improvements

25 Jan 2016, 18:38

v1.1.23.01

(Released a couple of days ago)

Fixed a theoretical issue with loading scripts from weird/very long paths.

Ahk2Exe: Fixed Unicode in compiled scripts (broken by v1.1.23.00 release).
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.23 - Several new features and other improvements

11 Mar 2016, 21:44

v1.1.23.02

Fixed RegDelete deleting the entire key instead of the default value.
Code maintenance; minor code size improvement.

v1.1.23.03

Fixed __Delete meta-functions erroneously suppressing or prematurely re-throwing exceptions, when they are called during exception propagation.
Fixed load-time detection of function calls where a required parameter is blank, as in fn(x,,y).

Fixed Window Spy to fall back to #vk41 for its hotkey when "A" does not exist on the current keyboard layout.
Changed the installer UI to ignore F5 and Ctrl+<any letter>.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.23 - Several new features and other improvements

25 Mar 2016, 21:50

v1.1.23.04

Fixed LV_Modify to support omitting Options, as in LV_Modify(r,, col1).

Changed the installer back to the standard 7-zip self-extractor (7zS2.sfx v9.20). It has less useful error reporting in the event of failure but also less antivirus false positives.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.23 - Several new features and other improvements

26 Mar 2016, 20:28

v1.1.23.05

Fixed InputBox, MsgBox, FileSelectFile and FileSelectFolder sending an unwanted Alt-up if Alt is down. This was due to an error with the Ctrl/Shift workaround added in v1.1.22.01.

Improved the Ctrl/Shift workaround to avoid unnecessarily "masking" the Win key if Ctrl, Shift or Alt is also down.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.23 - Several new features and other improvements

14 May 2016, 22:13

v1.1.23.06

Fixed break label crashing the program if nested directly inside its target loop.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: v1.1.23 - Several new features and other improvements

20 May 2016, 00:52

v1.1.23.07

Fixed Menu x, Insert, y, z, % object to use the object, not ignore it.
Fixed Menu x, Add, :item text, % object to use the object, not look for a submenu.

Return to “Announcements”

Who is online

Users browsing this forum: No registered users and 25 guests