Skip to content

Commit 0d6283f

Browse files
committed
docs: reorganize entries in changelog for clarity and remove duplicates
1 parent de559e0 commit 0d6283f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88

99
### Added
1010

11-
- Improve the help message of `arduino-app-cli` [#61](https://github.com/arduino/arduino-app-cli/pull/61)
1211
- 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)
1312
- 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)
1414
- Add `arduino-app-cli app clean-cache <app-id>` command [#59](https://github.com/arduino/arduino-app-cli/pull/59)
15+
- 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)
1517
- pkg/board/board: expose the `serial_number` in network mode [#63](https://github.com/arduino/arduino-app-cli/pull/63)
1618
- pkg/board/remote/adb: return `failed to create command` error when `GetCmd` fails [#79](https://github.com/arduino/arduino-app-cli/pull/79)
1719
- Update `arduino-cli` dependencies [#86](https://github.com/arduino/arduino-app-cli/pull/86)
18-
- 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)
2020
- 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)
2122

2223
### Removed
2324

2425
- Remove `arduino-app-cli app ps` command [#65](https://github.com/arduino/arduino-app-cli/pull/65)
2526

2627
### Fixed
2728

29+
- Allow missing required variables when a brick is added [#74](https://github.com/arduino/arduino-app-cli/pull/74)
2830
- 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)
2931
- 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)
3132
- Early return without opening SSE stream when `HEAD /system/update/events` is called [#96](https://github.com/arduino/arduino-app-cli/pull/96)
3233

3334
## [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/)
4041

4142
### Fixed
4243

43-
- Install libraries missing from local library-index [#50](https://github.com/arduino/arduino-app-cli/pull/50)
4444
- 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)
4546

4647
## [0.6.6] - 2025-11-03
4748

4849
### Added
4950

51+
- Add `used_by_apps` field to the `GET /v1/bricks/{brickID}` [#30](https://github.com/arduino/arduino-app-cli/pull/30)
5052
- Improve `arduino-app-cli restart` command [#37](https://github.com/arduino/arduino-app-cli/pull/37)
5153
- Return adb stdout/err in case of error [#40](https://github.com/arduino/arduino-app-cli/pull/40)
52-
- Add `used_by_apps` field to the `GET /v1/bricks/{brickID}` [#30](https://github.com/arduino/arduino-app-cli/pull/30)
5354

5455
### Fixed
5556

57+
- Remove `Requires` from the systemd `arduino-app-cli.service` [#34](https://github.com/arduino/arduino-app-cli/pull/34)
5658
- Fix websocket origin validation (fixes serial monitor on Windows) [#39](https://github.com/arduino/arduino-app-cli/pull/39)
5759
- Use a valid origin in `GET /v1/monitor/ws` [#41](https://github.com/arduino/arduino-app-cli/pull/41)
58-
- Remove `Requires` from the systemd `arduino-app-cli.service` [#34](https://github.com/arduino/arduino-app-cli/pull/34)
5960

6061
## [0.6.5] - 2025-10-27
6162

0 commit comments

Comments
 (0)