Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: TheMaster1127/HTH

2.0.11

18 Aug 11:42
c6b162d

Choose a tag to compare

Release Notes for HTH Version 2.0.11

  • Added to the documation TextIDE

2.0.10

04 Aug 00:59
90e7d2a

Choose a tag to compare

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

12 Jul 19:38
e445cec

Choose a tag to compare

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, perhaps Gui 100:.

Please update to version 2.0.9 to benefit from these improvements.

2.0.8

12 Jul 17:49

Choose a tag to compare

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

10 Jul 08:06

Choose a tag to compare

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

09 Jul 21:51
c550e3f

Choose a tag to compare

Release Notes for HTH Version 2.0.6

Changes

  1. 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

09 Jul 16:34
24e99ef

Choose a tag to compare

Release Notes for HTH Version 2.0.5

Changes

  1. 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

06 Jul 21:24
da7294c

Choose a tag to compare

Release Notes for HTH Version 2.0.4

Changes

  1. Fixed some issues
  2. 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

26 Jun 14:58

Choose a tag to compare

Release Notes - Version 2.0.3

  • Bugfixing

2.0.2

26 Jun 12:08

Choose a tag to compare

Release Notes - Version 2.0.2

  • Bugfixing