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
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
8
8
9
9
### Added
10
10
11
-
-add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id`[#93](https://github.com/arduino/arduino-app-cli/pull/93)
12
-
-add the `require_model` to the `GET /v1/apps/{id}/bricks` and `GET /v1/apps/{id}/bricks/{id}`[#93](https://github.com/arduino/arduino-app-cli/pull/93)
13
-
-add the `compatible_models` to the `GET /v1/bricks/{id}`[#94](https://github.com/arduino/arduino-app-cli/pull/94)
14
-
-add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}`[#99](https://github.com/arduino/arduino-app-cli/pull/99)
15
-
-bump[examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)
11
+
-Add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id`[#93](https://github.com/arduino/arduino-app-cli/pull/93)
12
+
-Add the `require_model` to the `GET /v1/apps/{id}/bricks` and `GET /v1/apps/{id}/bricks/{id}`[#93](https://github.com/arduino/arduino-app-cli/pull/93)
13
+
-Add the `compatible_models` to the `GET /v1/bricks/{id}`[#94](https://github.com/arduino/arduino-app-cli/pull/94)
14
+
-Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}`[#99](https://github.com/arduino/arduino-app-cli/pull/99)
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
16
17
17
### Changed
18
-
-do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
18
+
-Do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
19
19
20
20
### Deprecated
21
21
22
22
### Removed
23
23
24
-
- remove the `models` fields from the `GET /v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
25
-
- remove depreacted `require_devices` field from the brick-list [#111](https://github.com/arduino/arduino-app-cli/pull/111)
24
+
- Remove the `models` fields from the `GET /v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
25
+
- Remove depreacted `require_devices` field from the brick-list [#111](https://github.com/arduino/arduino-app-cli/pull/111)
26
+
- Remove the `compatible_models` field from the `/v1/apps/{id}/bricks` response [#114](https://github.com/arduino/arduino-app-cli/pull/114)
27
+
26
28
27
29
### Fixed
28
30
29
-
- pkg/board/remote/adb/: use `adb get-state` for checking if the board is there and it is connecteed[#98](https://github.com/arduino/arduino-app-cli/pull/98)
31
+
- 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