@@ -7,24 +7,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77## [ Unreleased]
88
99### Added
10+
1011- Improve the help message of ` arduino-app-cli ` (#61 )
11- - Add ` arduino-avahi-serial.service ` systemd service which runs once adding the ` serial_number ` to the avahi daemon (#48 )
12- - Add the ` daemon_version ` in the ` arduino-app-cli version ` command (#49 )
13- - Add ` arduino-app-cli app clean-cache <app-id> ` command (#59 )
12+ - Add ` arduino-avahi-serial.service ` systemd service that runs once to add the ` serial_number ` to the avahi daemon (#48 )
13+ - Add the ` daemon_version ` field to the ` arduino-app-cli version ` command (#49 )
14+ - Add ` arduino-app-cli app clean-cache <app-id> ` command (#59 )
1415- pkg/board/board: expose the ` serial_number ` in network mode (#63 )
15- - pkg/board/remote/adb: return ` failed to create command ` if the ` GetCmd ` fails (#79 )
16+ - pkg/board/remote/adb: return ` failed to create command ` error when ` GetCmd ` fails (#79 )
1617- Update ` arduino-cli ` dependencies (#86 )
17- - Add ` code ` field with ` NO_INTERNET_CONNECTION ` , ` OPERATION_IN_PROGRESS ` and ` UNKNOWN_ERROR ` values in the update handlers and CLI (#62 )
18- - Refactor README.md + contribution guidelines (#58 )
19- - Return the ` error running needrestart command ` error detail during the update (#95 )
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 )
2021
2122### Removed
23+
2224- Remove ` arduino-app-cli app ps ` command (#65 )
2325
2426### Fixed
25- - pkg/board/remote/adb: fix zombie process in adb resulting in ` fork failed: resource temporarily unavailable ` error (#81 )
27+
28+ - pkg/board/remote/adb: fix zombie process in adb that resulted in ` fork failed: resource temporarily unavailable ` error (#81 )
2629- Check if the app is running/starting before stopping it in ` arduino-app-cli app stop ` and ` DELETE /v1/apps/{appID} ` (#84 )
27- - Allow missing required variable when a brick is added (#74 )
30+ - Allow missing required variables when adding a brick (#74 )
2831
2932## [ 0.6.7] - 2025-11-10
3033
@@ -36,8 +39,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
3639
3740### Fixed
3841
39- - Install a library missing from local library-index (#50 )
40- - Remove the ` variable default value cannot be empty ` error when a brick is added to an app (#44 )
42+ - Install libraries missing from local library-index (#50 )
43+ - Remove the ` variable default value cannot be empty ` error when adding a brick to an app (#44 )
4144
4245## [ 0.6.6] - 2025-11-03
4346
@@ -49,7 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
4952
5053### Fixed
5154
52- - Check websocket origin check (fixes serial monitor on Windows) (#39 )
55+ - Fix websocket origin validation (fixes serial monitor on Windows) (#39 )
5356- Use a valid origin in ` GET /v1/monitor/ws ` (#41 )
5457- Remove ` Requires ` from the systemd ` arduino-app-cli.service ` (#34 )
5558
@@ -62,4 +65,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6265
6366## [ 0.6.3] - 2025-10-27 [ YANKED]
6467
65- The index of the zephyr core is wrong, so the update to the next version fails .
68+ The zephyr core index contains errors, causing updates to the next version to fail .
0 commit comments