Skip to content

V0.8 fixes, fixes, fixes

Compare
Choose a tag to compare
@SuperIlu SuperIlu released this 13 May 12:07
· 9 commits to main since this release
  • fixed internal version number, now reports itself as 0.8, 0.7 did report itself as 0.6. #4
  • Quit() now takes an optional numerical parameter, Exit() now exists as alias to Quit(). #6
  • There is a new function CtrlBreak() which enables/disables handling of CTRL-C during script runtime. #5
  • HTML documentation will now contain the PNGs shown on the GitHub page. #7
  • The creation of JSLOG.TXT can now be suppressed on the command line (option "-n") or the logdata redirected to another file (option "-l"). #9