X Tutup
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-1312-4.5.1
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-1313-4.5.2
Choose a head ref
  • 9 commits
  • 8 files changed
  • 6 contributors

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    422ac5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4727d6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1387 from processing/all-contributors/add-madhav2348

    docs: add madhav2348 as a contributor for code
    SableRaf authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    0a113f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. fix(cli): support sketches with custom main file names (#1329)

    * fix(cli): support sketches with custom main file names
    
    Previously, the CLI only accepted sketches where the main .pde file
    matched the sketch folder name (e.g., sketch/sketch.pde). This caused
    issues when users renamed their main file in the IDE, which stores
    the custom filename in sketch.properties.
    
    Now the CLI checks sketch.properties for a 'main' property before
    falling back to the default naming convention, matching the IDE's
    behavior implemented in Sketch.findMain().
    
    Fixes #1219
    
    * test: add CLI test for custom main file support
    
    Added testSketchWithCustomMainFile() to CLITest.kt as requested by maintainer. This test provides a placeholder for manual testing of sketches with custom main files specified in sketch.properties.
    
    Follows the same pattern as existing CLI tests (testLSP, testLegacyCLI) and is intended to be run manually in IntelliJ IDEA.
    
    * test: convert to automated CLI test with temp directory
    
    Converted testSketchWithCustomMainFile() from manual to automated test. Now creates a temporary sketch folder with custom main file and sketch.properties, then tests the CLI build command.
    
    Follows the pattern from SchemaTest.kt using Files.createTempDirectory() and automatic cleanup.
    avinxshKD authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    fa85cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e4736d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bea632 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    56deae8 View commit details
    Browse the repository at this point in the history
  2. docs: add avinxshKD as a contributor for code (#1390)

    * docs: update CONTRIBUTORS.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    a05d254 View commit details
    Browse the repository at this point in the history
  3. docs: add DinoWw as a contributor for doc (#1389)

    * docs: update CONTRIBUTORS.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Moon <catilac@users.noreply.github.com>
    allcontributors[bot] and catilac authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    c5fec05 View commit details
    Browse the repository at this point in the history
Loading
X Tutup