Skip to content

Commit e559df5

Browse files
committed
docs: update changelog to reflect recent additions and fixes
1 parent e806769 commit e559df5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,24 @@ 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)
10+
- Improve the help message of `arduino-app-cli` (#61)
1211
- Add `arduino-avahi-serial.service` systemd service which runs once adding the `serial_number` to the avahi daemon (#48)
1312
- Add the `daemon_version` in the `arduino-app-cli version` command (#49)
14-
- Improve the help message of `arduino-app-cli` (#61)
15-
16-
### Changed
13+
- Add `arduino-app-cli app clean-cache <app-id>` command (#59)
14+
- 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)
1716
- 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)
1818
- Refactor README.md + contribution guidelines (#58)
19+
- Return the `error running needrestart command` error detail during the update (#95)
1920

2021
### Removed
2122
- Remove `arduino-app-cli app ps` command (#65)
2223

2324
### Fixed
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)
2825
- 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)
26+
- 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)
3028

3129
## [0.6.7] - 2025-11-10
3230

0 commit comments

Comments
 (0)