Skip to content

Releases: mtalyat/Computer-Human-Interface-Scripting-Language

Version 1.4.2

18 Sep 06:14
Compare
Choose a tag to compare
  • Fix Exit. It now exits the program, as one would expect.
  • Change test result wording to present participles for more conciseness.

Version 1.4.1

31 Jul 03:58
Compare
Choose a tag to compare
  • Add CHISL_PATH environment variable.
  • Fix installer missing opencv dll.
  • Fix Countdown spacing.

Version 1.4.0

30 Jul 07:35
Compare
Choose a tag to compare
  • Add printing error codes for invalid commands.
  • Add Test command.
  • Add Input command. Accepts input from the user.
  • Add Countdown command. Waits, but shows the time remaining in real time.
  • Add Exit command. Quits the program.
  • Add Delete at command. Deletes a file or folder at the given path.
  • Add and and or operators.
  • Add operators for strings.
  • Add printing color. Allows for foreground and background. Allows for common word colors. Ex. Print "text" in red. or Print "text" in red with white.
    • Red
    • Yellow
    • Green
    • Blue
    • Magenta
    • Cyan
    • White
    • Black
  • Changed Print and Show to only allow for string or variable types.
  • Add OUTPUT, RESULT, PASS_COUNT, FAIL_COUNT, true, false constants.
  • Fix various bugs.

Version 1.3.1

28 Jul 08:36
Compare
Choose a tag to compare
  • Update installer to ignore extra dll files.

Version 1.3.0

28 Jul 08:33
Compare
Choose a tag to compare
  • Added Configure command for editing settings.
  • Remove echo. Now able to use with Configure.
  • Change Set mouse to to Move mouse to.
  • Remove Run script from command. Now able to run scripts directly with Run "path.to.chisl"..
  • Scripts can be ran with Run directly from a string or variable.
  • Change multi-line comments to #- This format -#.

Version 1.2.0

25 Jul 05:03
Compare
Choose a tag to compare
  • Implement draw rect.
  • Add echo on/off.
  • Fix goto if.

Version 1.1.0

24 Jul 06:47
1a7d133
Compare
Choose a tag to compare
  • Add Record, Run, Run Script, and Open.
  • Fix type with delay.
  • Various string bug fixes.
  • Update extension.

Version 1.0.0

18 Jul 04:58
Compare
Choose a tag to compare

Initial release.

Run chisl_setup to install. The program will be installed into project_files and will be automatically added to the system PATH variable.

Alternatively, you can download and extract the CHISL exe.