Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: processing-1308-4.4.8
Choose a base ref
...
head repository: processing/processing4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: processing-1309-4.4.9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 8, 2025

  1. Fix syntax highlighting for short type (#1260)

    * fix: add syntax coloring for short and Short types
    
    * don't use unsupported Short datatype
    aj-m authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    5dc52be View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Update legacy and active libraries in build script (#1265)

    Removed 'dxf' and 'serial' from legacyLibraries and added 'serial' to active libraries in build.gradle.kts.
    This reflects changes in library maintenance and build configuration.
    Stefterv authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    ea6783d View commit details
    Browse the repository at this point in the history
  2. Fix signing property check in build script (#1266)

    Corrects the property name from 'signing.signingInMemoryKey' to 'signingInMemoryKey' in the signing condition to ensure proper detection of signing configuration.
    Stefterv authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    845cb0c View commit details
    Browse the repository at this point in the history
Loading