File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77## [ Unreleased]
88
99### Added
10+ - Add ` arduino-app-cli app clean-cache <app-id> ` command (#59 )
11+ - pkg/board/board: expose the ` serial_number ` in network mode (#63 )
12+ - Add ` arduino-avahi-serial.service ` systemd service which runs once adding the ` serial_number ` to the avahi daemon (#48 )
13+ - Add the ` daemon_version ` in the ` arduino-app-cli version ` command (#49 )
14+ - Improve the help message of ` arduino-app-cli ` (#61 )
1015
1116### Changed
12-
13- ### Deprecated
17+ - Update ` arduino-cli ` dependencies ( # 86 )
18+ - Refactor README.md + contribution guidelines ( # 58 )
1419
1520### Removed
21+ - Remove ` arduino-app-cli app ps ` command (#65 )
1622
1723### Fixed
18-
19- ### Security
24+ - Allow missing required variable when a brick is added (#74 )
25+ - Return the ` error running needrestart command ` error detail during the update (#95 )
26+ - Add ` code ` field with ` NO_INTERNET_CONNECTION ` , ` OPERATION_IN_PROGRESS ` and ` UNKNOWN_ERROR ` values in the update handlers and CLI (#62 )
27+ - Check if the app is running/starting before stopping it in ` arduino-app-cli app stop ` and ` DELETE /v1/apps/{appID} ` (#84 )
28+ - pkg/board/remote/adb: fix zombie process in adb resulting in ` fork failed: resource temporarily unavailable ` error (#81 )
29+ - pkg/board/remote/adb: return error if the ` GetCmd ` fails (#79 )
2030
2131## [ 0.6.7] - 2025-11-10
2232
@@ -56,4 +66,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
5666
5767The index of the zephyr core is wrong, so the update to the next version fails.
5868
59- ## [ 0.6.2]
69+
70+ Other releases:
71+ - [ 0.1.13] - 2025-08-07. Version of the ` arduino-app-cli ` present into the fista batch of board (R0).
You can’t perform that action at this time.
0 commit comments