You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
7
7
## [Unreleased]
8
8
9
9
### Added
10
+
10
11
- Mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
11
12
- 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)
13
16
14
17
### Deprecated
15
18
@@ -23,6 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
23
26
## Fixed
24
27
25
28
- 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)
0 commit comments