Skip to content

Releases: SaifAqqad/VMR.ahk

2.0.0

09 Mar 20:01
Compare
Choose a tag to compare

Note: I highly recommend using vscode with the vscode-autohotkey2-lsp extension by thqby, this library is fully documented using jsdoc comments which will be rendered nicely when using that plugin (and they'll also be used for IntelliSense to give correct suggestions)

2.0.0 RC

12 Feb 17:23
Compare
Choose a tag to compare
2.0.0 RC Pre-release
Pre-release
  • Implemented missing VMR properties (Recorder, VBAN, MacroButton, etc...)
  • Added VMRAsyncOP to work around issues when incrementing parameters and immediately getting an invalid value (see hotkey_example.ahk for more info)
  • Remove device methods from the VMR class (VMRStrip.Devices, VMRBus.Devices can be accessed directly instead)
  • Full Changelog 2.0.0-alpha...2.0.0-rc

Note

Supports AHK v2 only

2.0.0 Alpha

25 Nov 12:06
Compare
Choose a tag to compare
2.0.0 Alpha Pre-release
Pre-release
  • Supports AHK v2 only
  • Some parts are not implemented yet (Recorder, commands, VBAN, etc...)

Note: I highly recommend using vscode with the vscode-autohotkey2-lsp extension by thqby, this library is fully documented using jsdoc comments which will be rendered nicely when using that plugin (and they'll also be used for IntelliSense to give correct suggestions)