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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
7
## [Unreleased]
8
8
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
+
9
17
### Added
10
18
11
19
- Mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
12
20
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
13
21
- Bump [examples](https://github.com/arduino/app-bricks-examples) to `0.6.0`[#132](https://github.com/arduino/arduino-app-cli/pull/132)
14
22
- 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)
16
23
17
24
### Deprecated
18
25
@@ -27,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
27
34
28
35
- Add a library when a sketch folder is missing [#123](https://github.com/arduino/arduino-app-cli/pull/123)
29
36
- 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