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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,27 @@ 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`[#61](https://github.com/arduino/arduino-app-cli/pull/61)
12
11
- 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
12
- Add the `daemon_version` field to the `arduino-app-cli version` command [#49](https://github.com/arduino/arduino-app-cli/pull/49)
13
+
- Refactor README.md and contribution guidelines [#58](https://github.com/arduino/arduino-app-cli/pull/58)
- Improve the help message of `arduino-app-cli`[#61](https://github.com/arduino/arduino-app-cli/pull/61)
16
+
- 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-cli/pull/62)
15
17
- pkg/board/board: expose the `serial_number` in network mode [#63](https://github.com/arduino/arduino-app-cli/pull/63)
16
18
- pkg/board/remote/adb: return `failed to create command` error when `GetCmd` fails [#79](https://github.com/arduino/arduino-app-cli/pull/79)
- 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-cli/pull/62)
19
-
- Refactor README.md and contribution guidelines [#58](https://github.com/arduino/arduino-app-cli/pull/58)
20
20
- Return detailed `error running needrestart command` error information during updates [#95](https://github.com/arduino/arduino-app-cli/pull/95)
21
+
- Bump the `app-bricks-examples` to version `0.5.1`[#100](https://github.com/arduino/arduino-app-cli/pull/100)
- Allow missing required variables when a brick is added [#74](https://github.com/arduino/arduino-app-cli/pull/74)
28
30
- 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
31
- 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 a brick is added [#74](https://github.com/arduino/arduino-app-cli/pull/74)
31
32
- Early return without opening SSE stream when `HEAD /system/update/events` is called [#96](https://github.com/arduino/arduino-app-cli/pull/96)
32
33
33
34
## [0.6.7] - 2025-11-10
@@ -40,22 +41,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
40
41
41
42
### Fixed
42
43
43
-
- Install libraries missing from local library-index [#50](https://github.com/arduino/arduino-app-cli/pull/50)
44
44
- 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)
45
+
- Install libraries missing from local library-index [#50](https://github.com/arduino/arduino-app-cli/pull/50)
45
46
46
47
## [0.6.6] - 2025-11-03
47
48
48
49
### Added
49
50
51
+
- Add `used_by_apps` field to the `GET /v1/bricks/{brickID}`[#30](https://github.com/arduino/arduino-app-cli/pull/30)
0 commit comments