- Added
LFN_SUPPORTED
global to indicate if long filenames are supported by the current DOS installation. - Fixed some docs
- Added QOI Image decoder in
jsboot/qoi.js
. See https://qoiformat.org/ - Improved error reporting in case
Setup()
,Loop()
orInput()
are missing when running a script. - Updated openssl to 1.1.1n
- Updated cURL to 7.80.0
- Added
-t
command line option to disable TCP/IP (faster startup with a loaded packet driver). - Improved
Console
class with basic input handling - Updated
Zip
to 0.2.2 - Added
ZIPFILE.DELETE
andZip.DeleteFile()
- Improved project structure, DOjS main source is now located in
src/
, all native libraries inplugins/
and all third party code in3rdparty/
. - Optimized buildfiles
- Improved IPX remote logging with
REMLOG.BAT
andEnableRemoteDebug()
- implemented
DPM
package manager - A sketch can now query if it is running on DOjS using
if (navigator.appName === "DOjS") {