Releases: TheMaster1127/HTH
Releases · TheMaster1127/HTH
2.0.11
2.0.10
Release Notes for HTH Version 2.0.10
- Fixed some bugs
Please update to version 2.0.10 to benefit from these improvements.
2.0.9
Release Notes for HTH Version 2.0.9
- Fixed bug in GUI creation limit is now
Gui 99:
. However, if you never use the Msgbox command, you can create more GUIs. In such cases, the Msgbox command will not display, and you will need to create a custom message box using a new Gui, perhapsGui 100:
.
Please update to version 2.0.9 to benefit from these improvements.
2.0.8
Release Notes for HTH Version 2.0.8
- Fixed some bugs
Please update to version 2.0.8 to benefit from these improvements.
2.0.7
Release Notes for HTH Version 2.0.7
Changes
Added null
here is an exmaple:
InputBox, theNumber, Choose a number.
if (theNumber === null)
{
; the user canceled
return
}
Please update to version 2.0.7 to benefit from these improvements.
2.0.6
Release Notes for HTH Version 2.0.6
Changes
- Added the Destroy GuiControl
For more details, please refer to the documentation.
Please update to version 2.0.6 to benefit from these improvements.
2.0.5
Release Notes for HTH Version 2.0.5
Changes
- Adjusted the documentation
For more details, please refer to the documentation.
Please update to version 2.0.5 to benefit from these improvements.
2.0.4
Release Notes for HTH Version 2.0.4
Changes
- Fixed some issues
- Adjusted the documentation
For more details, please refer to the documentation.
Please update to version 2.0.4 to benefit from these improvements.
2.0.3
Release Notes - Version 2.0.3
- Bugfixing
2.0.2
Release Notes - Version 2.0.2
- Bugfixing