diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b65f273b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,75 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) + +## [Unreleased] + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + + +## [0.6.8] - 2025-11-24 + +### Added + +- 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) +- Add the `daemon_version` field to the `arduino-app-cli version` command [#49](https://github.com/arduino/arduino-app-cli/pull/49) +- Refactor README.md and contribution guidelines [#58](https://github.com/arduino/arduino-app-cli/pull/58) +- Add `arduino-app-cli app clean-cache ` command [#59](https://github.com/arduino/arduino-app-cli/pull/59) +- Improve the help message of `arduino-app-cli` [#61](https://github.com/arduino/arduino-app-cli/pull/61) +- 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) +- pkg/board/board: expose the `serial_number` in network mode [#63](https://github.com/arduino/arduino-app-cli/pull/63) +- pkg/board/remote/adb: return `failed to create command` error when `GetCmd` fails [#79](https://github.com/arduino/arduino-app-cli/pull/79) +- Update `arduino-cli` dependencies [#86](https://github.com/arduino/arduino-app-cli/pull/86) +- Return detailed `error running needrestart command` error information during updates [#95](https://github.com/arduino/arduino-app-cli/pull/95) + +### Removed + +- Remove `arduino-app-cli app ps` command [#65](https://github.com/arduino/arduino-app-cli/pull/65) + +### Fixed + +- Allow missing required variables when a brick is added [#74](https://github.com/arduino/arduino-app-cli/pull/74) +- 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) +- 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) +- Early return without opening SSE stream when `HEAD /system/update/events` is called [#96](https://github.com/arduino/arduino-app-cli/pull/96) + +## [0.6.7] - 2025-11-10 + +### Added + +- Flash sketch in ram [#12](https://github.com/arduino/arduino-app-cli/pull/12) +- Return `config_variables` field in `/apps/:id/bricks` and `apps/:id/bricks/:id` [#18](https://github.com/arduino/arduino-app-cli/pull/18) +- Add brick details completions [#54](https://github.com/arduino/arduino-app-cli/pull/54) + +### Fixed + +- 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) +- Install libraries missing from local library-index [#50](https://github.com/arduino/arduino-app-cli/pull/50) + +## [0.6.6] - 2025-11-03 + +### Added + +- Add `used_by_apps` field to the `GET /v1/bricks/{brickID}` [#30](https://github.com/arduino/arduino-app-cli/pull/30) +- Improve `arduino-app-cli restart` command [#37](https://github.com/arduino/arduino-app-cli/pull/37) +- Return adb stdout/err in case of error [#40](https://github.com/arduino/arduino-app-cli/pull/40) + +### Fixed + +- Remove `Requires` from the systemd `arduino-app-cli.service` [#34](https://github.com/arduino/arduino-app-cli/pull/34) +- Fix websocket origin validation (fixes serial monitor on Windows) [#39](https://github.com/arduino/arduino-app-cli/pull/39) +- Use a valid origin in `GET /v1/monitor/ws` [#41](https://github.com/arduino/arduino-app-cli/pull/41) + +## [0.6.5] - 2025-10-27 + +### Removed + +- Remove the `arduino-app-cli board` sub-command [#27](https://github.com/arduino/arduino-app-cli/pull/27) +- Remove the internal zephyr core [#28](https://github.com/arduino/arduino-app-cli/pull/28)