Skip to content

Version 1.10.0 (DOStodon FTW!)

Compare
Choose a tag to compare
@SuperIlu SuperIlu released this 20 Jan 20:03
· 17 commits to master since this release
  • Added MIME multipart to cURL POST requests
  • Fixed crash when alpha channel was disabled
  • Fixed missing error messages when Include() was used on files with syntax errors
  • Switched from OpenSSL to mbedTLS
  • Added blurhash decoding to new Bitmap()
  • Updated nanosvg
  • Updated cURL to 7.87.0
  • Fixed memory corruption when starting a renamed DOjS with ZIP file (#22)
  • Added loading images directly from a ByteArray using new Bitmap()
  • Switched from NanoJPEG to stb_image.h to support progressive JPEG decoding
  • Fixed a bug with getting the current time/date
  • SQlite3 plugin now supports prepared statements and BLOBs.
  • Fixed DOjS not running on CPUs <i586 because of pentium instructions
  • Fixed a lost reference when using SetRenderBitmap()
  • EvalChain() has now a function Size()
  • Fixed re-initialization of loaded Plugins when running from the editor (#41)
  • Switched QOI Loading to C. Added QOI saving. QOI is now handled like BMP or PNG.
  • Fixed red and blue color channel for MPEG1 decoding (#42)
  • Added Clear() to the EvalChain