Skip to content

Processing 4.4.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@SableRaf SableRaf released this 25 Apr 13:08
c83f44c

Fixes some issues people have spotted in 4.4.1 and 4.4.2, plus some quality of life and infrastructure improvements.

Sketches will now looks super crisp by default on higher DPI displays (#1038). Use pixelDensity(1) in setup() if you need to revert to the old default behavior.

This release also resolves a long-standing issue where Processing could freeze at startup when indexing very large sketchbooks (#1037)

A note for Linux users: with this release, processing-java is being replaced by processing cli. If this breaks anything, consider setting an alias.

What's Changed 🎊

Enhancements

Bug Fixes

  • Move populateSketchbookMenu to a separate thread by @Stefterv in #1037
  • Change for includeJDK to grab the running JDK by @Stefterv in #1054
    • Also fixes FX2D on macOS ARM
  • Added missing module by @Stefterv in #1056

Documentation

New Contributors

Known issues

  • Some shader examples are broken (see #1063)

Full Changelog: processing-1302-4.4.2...processing-1303-4.4.3