-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: arduino/arduino-app-cli
base: v0.6.7
head repository: arduino/arduino-app-cli
compare: v0.6.8-rc.1
- 12 commits
- 261 files changed
- 8 contributors
Commits on Nov 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dbc97ff - Browse repository at this point
Copy the full SHA dbc97ffView commit details -
Add Serial Number to Avahi Service for Board Deduplication (#48)
* set serial number for network discovery at post install time * adds space in a comment * set script running before Avahi service * code review fix * code review fix * code review fix
Configuration menu - View commit details
-
Copy full SHA for 606a084 - Browse repository at this point
Copy the full SHA 606a084View commit details -
Improve the arduino-app-cli version command by adding the "server ver…
Configuration menu - View commit details
-
Copy full SHA for 5be93c5 - Browse repository at this point
Copy the full SHA 5be93c5View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4f24059 - Browse repository at this point
Copy the full SHA 4f24059View commit details -
Expose serial number for App-Lab in network mode (#63)
* expose serial number for App-Lab in network mode * fix the way to retrive serial number for network
Configuration menu - View commit details
-
Copy full SHA for 5bcedf4 - Browse repository at this point
Copy the full SHA 5bcedf4View commit details
Commits on Nov 14, 2025
-
* test .deb update * task test * dind * taskfile udpate * using a go script to test update * no parameters * define arch * unstable test * delete major * Client test * Client test * using a helper file * using run * path in the building --------- Co-authored-by: Giulio Pilotto <pilotto.giulio@gmail.com> Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 62e5944 - Browse repository at this point
Copy the full SHA 62e5944View commit details
Commits on Nov 18, 2025
-
feat: implement app cache deletion (#59)
* feat: implement app cache deletion Introduce a `cache clean <app-id>` command to clean app cache. This implementation also tries to stop the related app if running. In case we do not care about that we can simply rm -rf `.cache/*`. Closes #52 * feature: add `--force` flag Add `--force` flag to forcefully terminate the app in case it's running, and then clean the related cache. * feat: add `clean-cache` under app * feat: apply CR suggestion * Update internal/orchestrator/cache.go Co-authored-by: Luca Rinaldi <to@lucar.in> * Update internal/orchestrator/cache.go Co-authored-by: Luca Rinaldi <to@lucar.in> --------- Co-authored-by: Luca Rinaldi <to@lucar.in>
Configuration menu - View commit details
-
Copy full SHA for 97e4f19 - Browse repository at this point
Copy the full SHA 97e4f19View commit details -
fix(pkg/board): handler error in GetCmd creation (#79)
* fix(pkg/board): handler error in GetCmd creation * fixup! fix(pkg/board): handler error in GetCmd creation
Configuration menu - View commit details
-
Copy full SHA for 4d105dd - Browse repository at this point
Copy the full SHA 4d105ddView commit details -
fix(pkg/board): consume zombie process in adb (#81)
* fix(pkg/board): wait for zombie process in adb * make linter happy * user a better way to handler wait on close
Configuration menu - View commit details
-
Copy full SHA for 03379d0 - Browse repository at this point
Copy the full SHA 03379d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792337e - Browse repository at this point
Copy the full SHA 792337eView commit details -
Check app status in stop cmd (#84)
* check app status in stop cmd * Update internal/orchestrator/orchestrator.go Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc> --------- Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for d004d58 - Browse repository at this point
Copy the full SHA d004d58View commit details -
chore: update template files (.gitignore) (#85)
* feat: improve sketch template * remove not used libraries * update golden files * revert sketch change for now * add gitignore * support additional files * refresh golden files * move some generation to warning
Configuration menu - View commit details
-
Copy full SHA for 8707370 - Browse repository at this point
Copy the full SHA 8707370View 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 v0.6.7...v0.6.8-rc.1