Skip to content

Releases: SuperIlu/jSH

V0.99

14 Dec 11:18

Choose a tag to compare

  • fixed Screen object.
  • fixed CGets().
  • added missing include
  • updated zip, mbedTLS and curl

V0.98

27 Sep 15:37

Choose a tag to compare

V0.98

  • updated mbedTLS and curl
  • updated zip to 0.3.3

V0.96

20 Dec 17:50

Choose a tag to compare

V0.96

  • updated curl, mbedTLS, neural, SQLite, Watt32 to the current version of DOjS
  • unified similar modules with DOjS for easier updates
  • unified Makefiles
  • updated documentation (beware of breaking changes)!
  • ported IPX from DOjS to jSH
  • ported PdfGen from DOjS to jSH

v0.95

10 Apr 12:22

Choose a tag to compare

**V0.95 **

  • Added GetEnv()
  • Switched over to curl 8.0.1 with mbedTLS 2.28.3

v0.93

07 Aug 12:07

Choose a tag to compare

V0.92 updates, init?

  • updated openssl, curl and kuba-zip
  • added IniFile class for reading INI files

v0.92

10 Apr 12:01

Choose a tag to compare

  • updated zlib to 1.2.12
  • moved sources to src/
  • added MSecTime() based on PCTIMER
  • Sleep() now uses milliseconds and not seconds as before.
  • added Screen object for text mode double buffering.
  • added simple text mode port of p5js for fun
  • A sketch can now query if it is running on jSH using if (navigator.appName === "jSH") {}
  • added IntenseVideo() and BlinkVideo()

V0.91

19 Mar 10:49

Choose a tag to compare

  • updated openssl to 1.1.1n
  • small fixes in jpm package manager

V0.9 package manager & cURL

26 Feb 18:42

Choose a tag to compare

  • added JSBOOT.ZIP to replace JSBOOT/
  • added jpm package manager
  • Added LFN_SUPPORTED global to indicate if long filenames are supported by the current DOS installation.
  • added cURL plugin

V0.8 fixes, fixes, fixes

13 May 12:07

Choose a tag to compare

  • 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

V0.7 more modules support

18 Apr 13:44

Choose a tag to compare

V0.7 more modules support

  • added SQLite module
  • added neuronal network module
  • added libcpuid