Skip to content

Releases: mmikeww/AHK-v2-script-converter

v1.0.3

09 Sep 10:05
a4edf00
Compare
Choose a tag to compare

Changes

  • Fixed try in if statement with no braces from pairing with else (#282)
  • Removed space when whitespace is present between gui name and sub-command
  • Fileread -> FileRead (#283)
  • Fixed +hwnd in Gui, New
  • Fixed ByRef conversion in func calls (#287)
  • Fixed g being omitted in GUI name (#288)

Antivirus Warning

Due to the nature of AutoHotkey, Windows smart screen may silently block the executable from running. If this happens you can either add an exclusion or download and run from source

v1.0.2

08 Aug 11:41
ad7f3ec
Compare
Choose a tag to compare

Changes

  • Split FileReadLine conversion for ErrorLevel and no ErrorLevel
  • Fixed pseudo-characters in StringMid with L mode
  • VarSetCapacity is now wrapped in ().Size (NumPut only)
  • Readd SendMessage conversion
  • Fixed assumed menu callbacks and menu params
  • Fixed "" -> `" conversion in quoted functions (#273)
  • Fixed MsgBox continuation sections with vars (#274)
  • Fixed missing/blank output for certain conversions (#277)
  • Fixed hotkey conversion with characters that have other meanings ((){}[]:;) (#279)

v1.0.1

20 Jul 04:43
a709015
Compare
Choose a tag to compare

Changes

  • Fixed directives that changed script syntax (#242)
  • Updated comments for clarity (#257, #260, #264)
  • More "" -> `" fixes (#259)
  • Fixed converting objects created by VarSetCapacity() (#265)

v1 (ish)

15 Jul 03:28
e4849c9
Compare
Choose a tag to compare

Changes

  • Fixed bug with StringMid when L mode was on and no count param

This release is mainly to setup getting code from master branch and after merging #251
Expect future releases to be after every couple of commits (or any major changes)

v0.1 - Test Compile

14 Jul 00:47
Compare
Choose a tag to compare

Initial compile test
Binaries will be automatically compiled and uploaded
In future releases a changelog will be here