Skip to content

Releases: sebinside/HotkeylessAHK

AHK v2 + Parameter Support

23 Apr 21:51
a5d4e4e

Choose a tag to compare

This release updates HotkeylessAHK to AutoHotkey Version 2. Furthermore, it adds support for passing parameters to called functions, e.g.,

; can be called using the URL "localhost:<serverPort>/send/FunctionWithParams?Hello,World"
FunctionWithParams(param1, param2) { 
    MsgBox "Param1: " . param1 . "`nParam2: " . param2
}

Last, also a couple of bug fixes, an updated Elgato Stream Deck plugin, more configuration options, and enhanced documentation, see the README.md.
A big thank you to @greener-hayden, who contributed the hard work for this release!

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

HotkeylessAHK + Stream Deck Plugin

11 Sep 10:12
bff41be

Choose a tag to compare

This release updated the internal workings of HotkeylessAHK and cleaned up some functionality. Additionally, a Stream Deck plugin is now available that simplifies calling AHK functions.

Initial release

25 Aug 15:53

Choose a tag to compare

This is the first release of the working software. If there are no bug reports or feature requests, this will also be the last one :)