- Added
KeyIsPressed()
andkeyIsDown()
in p5js emulation. - Updated syntax highlighting
- Updated internal
help.txt
- JPEG decoding now uses libjpeg and JPEG saving is supported, too.
- Added TIFF loading and writing.
- Added Sun Raster (RAS) loading and writing.
- Added Jpeg 2000 (JP2) loading and writing.
- Added a Node.js compatible
console
- Made
require()
Node.js compatible - Added
RealPath()
- Added
Trace()
- Updated to mbedTLS 3.6.2
- Updated cURL to 8.11.0
- Updated zlib to 1.3.1
- Fixed javascript
Date
string conversion - Improved JSDoc generation in Makefile (contributed by MinekPo1) and added
node_install
target for dependencies - Updated SQLite to 3.46.1 (thanks to https://mastodon.social/@[email protected])
- Updated libjpeg to from 9e to 9f
- Added a Win32 binary release that runs on Win98 and never.
Please note:
- The Linux binaries were compiled on Ubuntu 20.04 LTS using WSL. It is very likely that they won't work on your distribution. To check out the Linux version of DOjS it is possibly easier to just compile it yourself!
- Both, the Linux and the Win32 version are highly experimental