Releases: SuperIlu/jSH
Releases · SuperIlu/jSH
V0.96
v0.95
v0.93
v0.92
- 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()
andBlinkVideo()
V0.91
V0.9 package manager & cURL
- added
JSBOOT.ZIP
to replaceJSBOOT/
- 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
- 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 toQuit()
. #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
V0.7 more modules support
- added SQLite module
- added neuronal network module
- added libcpuid
V0.6 native library loading support
V0.6 native library loading support
- added support to load DXEs during runtime to extend functionality
- moved comport to a loadable library
- re-added KbHit()
V0.5 backport to musj
- switched back to MuJS for DOjS compatibility
- added watt32 TCP/IP support
- added raw disks access
- unified code base with DOjS