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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,60 +8,60 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
8
8
9
9
### Added
10
10
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]
11
+
- Improve the help message of `arduino-app-cli`[#61](https://github.com/arduino/arduino-app-cli/pull/61)
12
+
- Add `arduino-avahi-serial.service` systemd service that runs once to add the `serial_number` to the avahi daemon [#48](https://github.com/arduino/arduino-app-cli/pull/48)
13
+
- Add the `daemon_version` field to the `arduino-app-cli version` command [#49](https://github.com/arduino/arduino-app-cli/pull/49)
- Add `code` field with `NO_INTERNET_CONNECTION`, `OPERATION_IN_PROGRESS` and `UNKNOWN_ERROR` values in the update handlers and CLI [#62](https://github.com/arduino/arduino-app-cl)pull/62]]
19
+
- Refactor README.md and contribution guidelines [#58](https://github.com/arduino/arduino-app-cli/pull/58)
20
+
- Return detailed `error running needrestart command` error information during updates [#95](https://github.com/arduino/arduino-app-cli/pull/95)
- 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]
28
+
- pkg/board/remote/adb: fix zombie process in adb that resulted in `fork failed: resource temporarily unavailable` error [#81](https://github.com/arduino/arduino-app-cli/pull/81)
29
+
- Check if the app is running/starting before stopping it in `arduino-app-cli app stop` and `DELETE /v1/apps/{appID}`[#84](https://github.com/arduino/arduino-app-cli/pull/84)
30
+
- Allow missing required variables when adding a brick [#74](https://github.com/arduino/arduino-app-cli/pull/74)
31
31
32
32
## [0.6.7] - 2025-11-10
33
33
34
34
### Added
35
35
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]
- Flash sketch in ram [#12](https://github.com/arduino/arduino-app-cli/pull/12)
37
+
- Return `config_variables` field in `/apps/:id/bricks` and `apps/:id/bricks/:id`[#18](https://github.com/arduino/arduino-app-cli/pull/18)
- Install libraries missing from local library-index (https://github.com/arduino/arduino-app-cli/pull/50)[#50]
43
-
- Remove the `variable default value cannot be empty` error when adding a brick to an app (https://github.com/arduino/arduino-app-cli/pull/44)[#44]
42
+
- Install libraries missing from local library-index [#50](https://github.com/arduino/arduino-app-cli/pull/50)
43
+
- Remove the `variable default value cannot be empty` error when adding a brick to an app [#44](https://github.com/arduino/arduino-app-cli/pull/44)
0 commit comments