Skip to content

Commit 3871601

Browse files
authored
Update CHANGELOG for new features and fixes
Updated CHANGELOG with new features, deprecations, and fixes.
1 parent 7b3f020 commit 3871601

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77
## [Unreleased]
88

99
### Added
10+
1011
- Mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
1112
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
12-
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.0 [#132](https://github.com/arduino/arduino-app-cli/pull/132)
13+
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.1` [#132](https://github.com/arduino/arduino-app-cli/pull/132)
14+
- 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)
1316

1417
### Deprecated
1518

@@ -23,6 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
2326
## Fixed
2427

2528
- Add a library when a sketch folder is missing [#123](https://github.com/arduino/arduino-app-cli/pull/123)
29+
- 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)
2631

2732
## [0.7.0]
2833

0 commit comments

Comments
 (0)