Skip to content

Commit 7ee42ba

Browse files
authored
Update CHANGELOG.md
1 parent 57825f3 commit 7ee42ba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
## [Unreleased]
88

9+
### Added
10+
- 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)
11+
12+
## Fixed
13+
- 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)
14+
15+
## [0.8.0] 2025-12-10
16+
917
### Added
1018

1119
- Mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
1220
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
1321
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.0` [#132](https://github.com/arduino/arduino-app-cli/pull/132)
1422
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.1` [#140](https://github.com/arduino/arduino-app-cli/pull/140)
15-
- 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)
1623

1724
### Deprecated
1825

@@ -27,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
2734

2835
- Add a library when a sketch folder is missing [#123](https://github.com/arduino/arduino-app-cli/pull/123)
2936
- Check `required_devices` also in case there are no linked containers [#137](https://github.com/arduino/arduino-app-cli/pull/137)
30-
- 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)
37+
3138

3239
## [0.7.0]
3340

0 commit comments

Comments
 (0)