Releases: sebinside/HotkeylessAHK
Releases · sebinside/HotkeylessAHK
AHK v2 + Parameter Support
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
- Port to AHK v2 by @greener-hayden in #16
New Contributors
- @greener-hayden made their first contribution in #16
Full Changelog: v2.0.0...v3.0.0
HotkeylessAHK + Stream Deck Plugin
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
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 :)