Skip to content
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4e0214f
docs: add initial changelog file
dido18 Nov 21, 2025
e806769
docs: update changelog with recent changes and fixes
dido18 Nov 21, 2025
e559df5
docs: update changelog to reflect recent additions and fixes
dido18 Nov 21, 2025
e5476c9
docs: fix typo in changelog for used_by_apps field addition
dido18 Nov 21, 2025
064addc
docs: remove outdated release information from changelog
dido18 Nov 21, 2025
c77cc6b
docs: improve clarity and consistency in changelog entries
dido18 Nov 21, 2025
311e898
docs: add initial changelog with notable changes and version history
dido18 Nov 21, 2025
2bf2f8b
docs: remove outdated changelog file
dido18 Nov 21, 2025
0837376
docs: update changelog to include pull request links for added, remov…
dido18 Nov 21, 2025
80e896f
docs: update changelog formatting for consistency and clarity
dido18 Nov 21, 2025
eba468f
docs: fix link formatting for code field entry in changelog
dido18 Nov 21, 2025
108400e
Update CHANGELOG.md
dido18 Nov 21, 2025
9e28cb8
docs: update changelog for version 0.6.8 release and fix minor wordin…
dido18 Nov 24, 2025
f44d955
docs: remove yanked version 0.6.3 from changelog
dido18 Nov 24, 2025
de559e0
docs: remove unnecessary blank line in changelog
dido18 Nov 24, 2025
0d6283f
docs: reorganize entries in changelog for clarity and remove duplicates
dido18 Nov 24, 2025
4d4f1fc
docs: remove entry for bumping `app-bricks-examples` to version `0.5.…
dido18 Nov 24, 2025
c156292
docs: add missing sections to the unreleased changelog
dido18 Nov 24, 2025
e031339
Update CHANGELOG.md
dido18 Nov 24, 2025
4af96f3
docs: reorganize changelog entries and add new features and removals
dido18 Nov 27, 2025
33590ff
Update CHANGELOG with recent changes
dido18 Nov 27, 2025
6bce6e5
Fix formatting and capitalization in CHANGELOG.md
dido18 Nov 28, 2025
e507bcb
Update CHANGELOG with recent fixes and security notes
dido18 Nov 28, 2025
18c0dda
Revise CHANGELOG for removed fields and fixes
dido18 Dec 1, 2025
af52cf9
Update CHANGELOG for recent changes and fixes
dido18 Dec 1, 2025
a230d61
Update CHANGELOG.md for recent changes
dido18 Dec 2, 2025
940b9e8
Update CHANGELOG with new and removed entries
dido18 Dec 3, 2025
7085046
Update CHANGELOG with recent changes
dido18 Dec 3, 2025
b081456
Update CHANGELOG for CLI command changes
dido18 Dec 3, 2025
037b545
Update CHANGELOG.md
dido18 Dec 3, 2025
e4a6ec3
Update CHANGELOG to remove duplicate entry
dido18 Dec 3, 2025
b7ebfaf
Update CHANGELOG.md
dido18 Dec 3, 2025
7b3f020
Fix duplicate entry in CHANGELOG.md
dido18 Dec 3, 2025
3871601
Update CHANGELOG for new features and fixes
dido18 Dec 5, 2025
57825f3
Update CHANGELOG.md
dido18 Dec 10, 2025
7ee42ba
Update CHANGELOG.md
dido18 Dec 10, 2025
cf00454
Update CHANGELOG with added and removed features
dido18 Dec 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 131 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# 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
- Support `hidden` field of the brick index to hide variables from the `GET /v1/bricks/{id}` and `GET /v1/apps/{id}/bricks/{id}` endpoints [#143](https://github.com/arduino/arduino-app-cli/pull/143)
- Add `arduino-app-cli monitor` command [#66](https://github.com/arduino/arduino-app-cli/pull/66)

## Removed
- Remove the `arduino-app-cli app monitor` command [#66](https://github.com/arduino/arduino-app-cli/pull/66)

## Fixed
- Update local library index on `arduino-app-cli system update` and `GET /v1/system/update/check` [#133](https://github.com/arduino/arduino-app-cli/pull/133)

## [0.8.0] 2025-12-10

### Added

- Mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.0` [#132](https://github.com/arduino/arduino-app-cli/pull/132)
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.1` [#140](https://github.com/arduino/arduino-app-cli/pull/140)

### Deprecated

- Deprecate the `variables` field from the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)

### Removed

- Remove `--no-python` option from the CLI `arduino-app-cli app new` command [#121](https://github.com/arduino/arduino-app-cli/pull/121)
- Remove `skip-python` from the HTTP `POST /v1/apps` request endpoint [#121](https://github.com/arduino/arduino-app-cli/pull/121)

## Fixed

- Add a library when a sketch folder is missing [#123](https://github.com/arduino/arduino-app-cli/pull/123)
- Check `required_devices` also in case there are no linked containers [#137](https://github.com/arduino/arduino-app-cli/pull/137)


## [0.7.0]

### Added

- Add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
- Add the `require_model` to the `GET /v1/apps/{id}/bricks` and `GET /v1/apps/{id}/bricks/{id}` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
- Add the `compatible_models` to the `GET /v1/bricks/{id}` [#94](https://github.com/arduino/arduino-app-cli/pull/94)
- Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}` [#99](https://github.com/arduino/arduino-app-cli/pull/99)
- Bump [examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)

### Changed

- Do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)


### Removed

- Remove the `models` fields from the `GET https://github.com/arduino/arduino-app-cli/pull/126/v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
- Remove deprecated `require_devices` field from the `brick-list.yaml` [#111](https://github.com/arduino/arduino-app-cli/pull/111)
- Remove the `compatible_models` field from the `GET /v1/apps/{id}/bricks` response [#120](https://github.com/arduino/arduino-app-cli/pull/120)

### Fixed

- pkg/board/remote/adb/: use `adb get-state` for checking if the board is there and it is connected [#98](https://github.com/arduino/arduino-app-cli/pull/98)
- Add the `/needrestart/conf.d/arduino-adbd.conf` to exclude `adbd` service to be restarted [#117](https://github.com/arduino/arduino-app-cli/pull/117)
- Remove `compatible_models` from the `GET /v1/apps/{id}/bricks` endpoint [#120](https://github.com/arduino/arduino-app-cli/pull/120)
- Force app stop also if it isn't running [#112](https://github.com/arduino/arduino-app-cli/pull/112)

### 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 <app-id>` 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)
Loading