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: arduino/arduino-app-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: arduino/arduino-app-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 9 commits
  • 199 files changed
  • 6 contributors

Commits on Nov 28, 2025

  1. remove no-python option for creating app (#121)

    * remove no-python option for creating app
    
    * remove flag no-python
    
    * fix test
    
    * fix test
    mirkoCrobu authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    86853c9 View commit details
    Browse the repository at this point in the history
  2. fix: manage missing sketch folder (#123)

    * refactor: rename MainSketchPath to mainSketchPath and update related methods
    
    * test: add tests for sketch library operations when sketch folder is missing
    
    * fix: correct description formatting in app.yaml for MissingSketch
    dido18 authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    3687b09 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    17f979f View commit details
    Browse the repository at this point in the history
  2. [API] Change the GET /v1/bricks/{id} variables field (#126)

    * add config variables for brick details
    
    * update unit tests
    
    * update openapi and e2e test
    
    * code review fix
    
    * make lint happy
    mirkoCrobu authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    a7317dc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. update runner (#132)

    mirkoCrobu authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    51dab70 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    67a2532 View commit details
    Browse the repository at this point in the history
  2. Update examples to 0.6.1 (#138)

    Co-authored-by: Xayton <30591904+Xayton@users.noreply.github.com>
    giulio93 and Xayton authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    741159c View commit details
    Browse the repository at this point in the history
  3. Revert "Update examples to 0.6.1 (#138)" (#139)

    This reverts commit 741159c.
    lucarin91 authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    18c2617 View commit details
    Browse the repository at this point in the history
  4. feat: update the python runner to 0.6.1 (#140)

    * feat: update the python runner to 0.6.1
    
    * re-run formatter
    lucarin91 authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    b252167 View commit details
    Browse the repository at this point in the history
Loading