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-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
13
13
- Add the `compatible_models` to the `GET /v1/bricks/{id}`[#94](https://github.com/arduino/arduino-app-cli/pull/94)
14
14
- Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}`[#99](https://github.com/arduino/arduino-app-cli/pull/99)
15
15
- Bump [examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)
16
-
-mount`/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
17
-
16
+
-Mount`/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
17
+
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
18
18
19
19
### Changed
20
+
20
21
- Do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
21
22
22
23
### Deprecated
23
24
25
+
- Deprecate the `variables` field from the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
26
+
24
27
### Removed
25
28
26
-
- Remove the `models` fields from the `GET /v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
29
+
- 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)
27
30
- Remove deprecated `require_devices` field from the `brick-list.yaml`[#111](https://github.com/arduino/arduino-app-cli/pull/111)
28
31
- Remove the `compatible_models` field from the `GET /v1/apps/{id}/bricks` response [#114](https://github.com/arduino/arduino-app-cli/pull/114)
29
32
- Remove `--no-python` from the CLI `arduino-app-cli app new name` command [#121](https://github.com/arduino/arduino-app-cli/pull/121)
30
33
- Remove `skip-python` from the HTTP `POST /v1/apps` request endpoint [#121](https://github.com/arduino/arduino-app-cli/pull/121)
31
34
32
-
33
-
34
-
35
35
### Fixed
36
36
37
37
- 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)
0 commit comments