You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- pkg/board/board: expose the `serial_number` in network mode (#63)
16
-
- pkg/board/remote/adb: return `failed to create command` error when `GetCmd` fails (#79)
17
-
- Update `arduino-cli` dependencies (#86)
18
-
- Add `code` field with `NO_INTERNET_CONNECTION`, `OPERATION_IN_PROGRESS` and `UNKNOWN_ERROR` values in the update handlers and CLI (#62)
19
-
- Refactor README.md and contribution guidelines (#58)
20
-
- Return detailed `error running needrestart command` error information during updates (#95)
11
+
- Improve the help message of `arduino-app-cli` (https://github.com/arduino/arduino-app-cli/pull/61)[#61]
12
+
- Add `arduino-avahi-serial.service` systemd service that runs once to add the `serial_number` to the avahi daemon (https://github.com/arduino/arduino-app-cli/pull/48)[#48]
13
+
- Add the `daemon_version` field to the `arduino-app-cli version` command (https://github.com/arduino/arduino-app-cli/pull/49)[#49]
- Add `code` field with `NO_INTERNET_CONNECTION`, `OPERATION_IN_PROGRESS` and `UNKNOWN_ERROR` values in the update handlers and CLI (https://github.com/arduino/arduino-app-cli/pull/62)[#62]
19
+
- Refactor README.md and contribution guidelines (https://github.com/arduino/arduino-app-cli/pull/58)[#58]
20
+
- Return detailed `error running needrestart command` error information during updates (https://github.com/arduino/arduino-app-cli/pull/95)[#95]
- pkg/board/remote/adb: fix zombie process in adb that resulted in `fork failed: resource temporarily unavailable` error (#81)
29
-
- Check if the app is running/starting before stopping it in `arduino-app-cli app stop` and `DELETE /v1/apps/{appID}` (#84)
30
-
- Allow missing required variables when adding a brick (#74)
28
+
- pkg/board/remote/adb: fix zombie process in adb that resulted in `fork failed: resource temporarily unavailable` error (https://github.com/arduino/arduino-app-cli/pull/81)[#81]
29
+
- Check if the app is running/starting before stopping it in `arduino-app-cli app stop` and `DELETE /v1/apps/{appID}` (https://github.com/arduino/arduino-app-cli/pull/84)[#84]
30
+
- Allow missing required variables when adding a brick (https://github.com/arduino/arduino-app-cli/pull/74)[#74]
31
31
32
32
## [0.6.7] - 2025-11-10
33
33
34
34
### Added
35
35
36
-
- Flash sketch in ram (#12)
37
-
- Return `config_variables` field in `/apps/:id/bricks` and `apps/:id/bricks/:id` (#18)
38
-
- Add brick details completions (#54)
36
+
- Flash sketch in ram (https://github.com/arduino/arduino-app-cli/pull/12)[#12]
37
+
- Return `config_variables` field in `/apps/:id/bricks` and `apps/:id/bricks/:id` (https://github.com/arduino/arduino-app-cli/pull/18)[#18]
0 commit comments