-
-
Notifications
You must be signed in to change notification settings - Fork 175
Comparing changes
Open a pull request
base repository: processing/processing4
base: processing-1314-4.5.3
head repository: processing/processing4
compare: processing-1432-4.5.4
- 10 commits
- 11 files changed
- 10 contributors
Commits on Apr 17, 2026
-
add github action to implement #1490 contributor image (#1497)
Implements @skyash-dev's solution from the p5.js repository: - add a github action to generate the image in contributors-png.yml - add utils/contributors-png.js to use node & canvas to make an image - use processing-bot to generate a pull request with the new updated image when the all contributors file is changed - action only applies to processing/processing4 repo's main branch - add contributors.png file with current list of contributors (generated during testing) - make contributors.png visible in the README in the contributors section
Configuration menu - View commit details
-
Copy full SHA for c6090d5 - Browse repository at this point
Copy the full SHA c6090d5View commit details
Commits on Apr 25, 2026
-
add codesign verify step for mac builds (#1509)
and use verbose output so that during release actions, someone can get a little info to debug the issue even if they don't have a mac. this ended up being implemented in the gradle build file instead of the release.yml file, because the Build with Gradle step (which is `./gradlew packageDistributionForCurrentOS`) includes both signing and notarization. to stop the build early if the app signing failed, the intervening check had to be inserted into the normal build process.
Configuration menu - View commit details
-
Copy full SHA for 5164116 - Browse repository at this point
Copy the full SHA 5164116View commit details
Commits on Apr 28, 2026
-
fix for #1507 - mac signing issues for release builds (#1510)
fixes issue with Mac app notarization failure by signing the whole app again after fileAssocations are made. previously, release builds were failing because the .icns files for .pde, .pdex, and .pdez were added to the .app file after signing.
Configuration menu - View commit details
-
Copy full SHA for 625e210 - Browse repository at this point
Copy the full SHA 625e210View commit details -
Add ShapeTests for Processing4 core module (#1462)
* Add ShapeTests for Processing4 * Rename ShapeTests to PGraphicsTests, move to core package, merge tests
Configuration menu - View commit details
-
Copy full SHA for 24faa54 - Browse repository at this point
Copy the full SHA 24faa54View commit details
Commits on May 11, 2026
-
Enhance Gradle section in README.md (#1516)
Expanded explanation of Gradle plugin's role (sentence was incomplete).
Configuration menu - View commit details
-
Copy full SHA for 9341e32 - Browse repository at this point
Copy the full SHA 9341e32View commit details -
Added in SQL fields VARCHAR, CHAR, and BLOB (#1478)
Co-authored-by: Elise Ferguson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f593b - Browse repository at this point
Copy the full SHA 32f593bView commit details
Commits on May 22, 2026
-
Use lazy evaluation for dependencies of the zipDistributable task (#1474
) The createDistributable task is generated by the Compose plugin, so it's not always available when zipDistributable task is configured. Using lazy evaluation by wrapping these expressions in a Provider avoids that issue. This issue was encountered in the Nix build, presumably because it uses single-threaded compilation. Co-authored-by: Tony Wasserka <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 174753c - Browse repository at this point
Copy the full SHA 174753cView commit details
Commits on May 23, 2026
-
Revise IntelliJ setup instructions for clarity (#1519)
Updated instructions for setting up IntelliJ IDEA with JDK 17 and Gradle. Removed redundant steps and clarified JDK selection process.
Configuration menu - View commit details
-
Copy full SHA for 56a8190 - Browse repository at this point
Copy the full SHA 56a8190View commit details
Commits on May 25, 2026
-
Update contributors.png from .all-contributorsrc (#1505)
Co-authored-by: catilac <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bfbf86 - Browse repository at this point
Copy the full SHA 6bfbf86View commit details
Commits on Jun 23, 2026
-
* publish to gradle and maven after desktop platforms have succeeded * draft release workflow * specify a release environment to require a manual approval
Configuration menu - View commit details
-
Copy full SHA for ecd9495 - Browse repository at this point
Copy the full SHA ecd9495View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff processing-1314-4.5.3...processing-1432-4.5.4