Skip to content

Processing 4.1.3

Compare
Choose a tag to compare
@benfry benfry released this 10 Feb 02:48
· 165 commits to main since this release

Revision 1291 – 9 February 2023

Rollup of bug fixes from the past few weeks. Mostly in the Contributions Manager, several others too.

bug fixin'

  • Lots of work on the Contributions Manager to deal with concurrency issues (and myriad problems revealed in the process). #640

  • Preferences were not saved when closing Processing under certain circumstances. #608

community contributin'

  • Fix typos in French translation. #661

  • Improved documentation for lerpColor() function. #655

house cleanin'

  • Warn users about multiple libraries with the same name.

  • Tool tips for errors and warnings not picking up correct colors from the theme. Also made fixes for the margins and border of the popup.

  • Many more updates to the contribs wiki

internal changin'

  • Update to JDK 17.0.6+10 from Adoptium

  • Set all build.xml files to use Java 17. Also fix several that still had tabs instead of spaces.

  • Add exports to the library parameters.

  • Fix inversion of handleSaveAs() (regression from earlier)