Skip to content

v1.1.0

Choose a tag to compare

@KasimAhmic KasimAhmic released this 18 Apr 13:47
· 167 commits to main since this release

1.1.0 (2025-04-18)

1.1.0 is here and it includes a massive overhaul of the project documentation! Every single function, enum, type, method, etc. has been comprehensively documented so you never have to leave your IDE when working with AutoIt JS. If you need a bit more detail, every docstub also contains a link to the official AutoIt documentation. Typedoc has been added as well and I will deploy the auto generated docs to GitHub Pages within the next few days as well.

In addition to the documentation overhaul, I have also gone an fully reimplemented the Tooltip function using the Win32 API directly in much the same way I did PixelSearch. As usual, if you encounter any bugs, please report them!

Features

  • Install and configure typedoc (a6b35dd)
  • Reimplement Tooltip function (6d362fa)
  • Reimplement Tooltip function (d7db524)