Skip to content

Releases: processing/processing4

Processing 4.5.5

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:58
31b7b2c

This is a hotfix for the broken MacOS builds (See #1532). We have a secondary signing pass that fixed our signing issues, but did not pass entitlements.plist to that command. This meant that the build we shipped was not allowed to run JIT compiled code. For details see: com.apple.security.cs.allow-jit.

What's Changed

What's Changed 🎊

  • Pass entitlements file when running codesign command by @catilac in #1533

Full Changelog: processing-1432-4.5.4...processing-1433-4.5.5

Processing 4.5.4

Choose a tag to compare

@github-actions github-actions released this 23 Jun 23:02
ecd9495

Hi everyone, wow. At long last. We are back on track with releases! I do not know what else to say, except that at the next Processing Weekly I will go into great detail. We have a lot of great work in here, and in the failed 4.5.3 release to go over.

Moreover, I've updated our release workflow so that it can handle mistakes a bit better. Specifically, if, say, a macOS build fails notarization for reasons then we're still able to fix and release without having to bump the version. Maven and Gradle will only be published to once all the platform builds are successful.

But anyways. Onwards and upwards from here I suppose.

What's Changed

What's Changed 🎊

New Contributors

Full Changelog: processing-1314-4.5.3...processing-1432-4.5.4

Processing 4.5.3

Processing 4.5.3 Pre-release
Pre-release

Choose a tag to compare

@catilac catilac released this 02 Mar 15:08
4206874

Welcome to Processing 4.5.3. Also welcome to me saying a little something about our releases moving forward <3
There have been so many new contributors, and there has been so much new activity in the community with helping find
bugs, fix bugs, reporting issues, and general "alive-ness" which makes me feel positive & good things

In addition to many maintainance fixes, some of the more notable changes are:

@Sumamasonia added a print() method to PMatrix which will be helpful for debugging (and also cleaned up the implementation!)
@Stefterv notably created a Gradle Plugin for Processing Libraries
@jSdCool made it so you can run a Processing sketch from anywhere on Windows systems
@avinxshKD helped move several of our core libraries to Maven Central
@hxrshxz fixed some SVG errors which is very wow.
@SalmaneKhalili helped us fix a bug when switching to Android Mode, and also found some leaks to fix

Anyways. Do take a look at this big long list, and check out the full changelog as well.

Moon☙* ٭ . ' ☾*. ٭ ❤

What's Changed

What's Changed 🎊

New Contributors

Full Changelog: processing-1313-4.5.2...processing-1314-4.5.3

Processing 4.5.2

Choose a tag to compare

@catilac catilac released this 29 Jan 13:20
c5fec05

What's Changed

What's Changed 🎊

New Contributors

Full Changelog: processing-1312-4.5.1...processing-1313-4.5.2

Processing 4.5.1

Choose a tag to compare

@Stefterv Stefterv released this 19 Jan 14:37
df585de

The Welcome and Preferences screens have a new refreshed design built with Jetpack Compose and Material Design 3.

This release also fixes a bug where the splash screen would freeze while fading in (#1357)

What's Changed 🎊

Enhancements

Bugfixes

Full Changelog: processing-1311-4.5.0...processing-1312-4.5.1

Processing 4.5.0

Processing 4.5.0 Pre-release
Pre-release

Choose a tag to compare

@Stefterv Stefterv released this 18 Dec 16:59
26c53c9

The new Processing beta is out, right in time for your holiday sketching needs!

It includes a brand new design for the Preferences and Welcome screens, plus a set of bug fixes (see below).

What's Changed 🎊

Enhancements

Bug Fixes

Documentation

Full Changelog: processing-1310-4.4.10...processing-1311-4.5.0

Processing 4.4.10

Choose a tag to compare

@catilac catilac released this 14 Oct 14:41
2a5341b

-_- okay. :)

What's Changed

What's Changed 🎊

Full Changelog: processing-1309-4.4.9...processing-1310-4.4.10

Processing 4.4.9

Processing 4.4.9 Pre-release
Pre-release

Choose a tag to compare

@catilac catilac released this 14 Oct 13:00
845cb0c

Biggest driver for this 4.4.9 release is the broken libraries introduced in 4.4.8.

What's Changed

What's Changed 🎊

  • Fix syntax highlighting for short and Short types by @aj-m in #1260
  • Update legacy and active libraries in build script by @Stefterv in #1265
  • Fix signing property check in build script by @Stefterv in #1266

Full Changelog: processing-1308-4.4.8...processing-1309-4.4.9

Processing 4.4.8

Choose a tag to compare

@catilac catilac released this 07 Oct 00:54
f36e5b2

What's Changed

What's Changed 🎊

New Contributors

Full Changelog: processing-1307-4.4.7...processing-1308-4.4.8

Processing 4.4.7

Choose a tag to compare

@catilac catilac released this 04 Sep 14:21
198f593

You can now access the forum, and report issues from the Help menu, thanks to first time contributor @lassevonpfeil! 💙 🎉 ✨
Minor bug fixes, and refactors.

We addressed a long standing issue where the location of an exception was not highlighted correctly, and no stack trace was shown. See issue: #1153. This should finally be resolved in this release thanks to @joshgiesbrecht

What's Changed 🎊

Enhancements

Bugs

New Contributors

Full Changelog: processing-1306-4.4.6...processing-1307-4.4.7