Processing 4.3.3
Pre-release
Pre-release
SableRaf
released this
21 Jan 17:12
·
16 commits
to main
since this release
What's Changed 🎊
Bug fixes, and a shiny new "Export PDEZ" feature added to the File menu. Export your sketches to a .pdez
bundle directly from Processing.
Enhancements
- Export to PDEZ button by @Stefterv in #927
- Add new preference option 'console.head_padding' by @Junology in #919
Bug fixes
- Update Base.java alongside todo.txt by @Stefterv in #887
- Refactor PShapeSVG.parseRect() to parse rx and ry attributes by @Junology in #905
- Fix: set stroke and fill properly in PFont.getShape by @Junology in #910
- New
ThinkDifferent
methodactivateSketchWindow()
by @hx2A in #912 - Fix Sketch Window Resizing Issues with Java2D Renderer on Windows by @Stefterv in #932
- Fix for NullPointerException thrown in
PApplet.dequeueWindowEvents()
by @hx2A in #930 - Adds gradient export to SVG library by @tracerstar in #929
- Set Layout in Java2D by @Stefterv in #928
Documentation
- Update Javadoc for
noCursor()
by @SableRaf in #920 - Improve CODESIGNING documentation for macOS by @SableRaf in #907
New Contributors
- @tracerstar made their first contribution in #929
Full Changelog: processing-1295-4.3.2...processing-1296-4.3.3