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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
7
7
## [Unreleased]
8
8
9
9
### Added
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)
16
+
10
17
### Changed
18
+
11
19
### Deprecated
20
+
12
21
### Removed
22
+
23
+
- remove the `models` fields from the `GET /v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
24
+
- remove depreacted `require_devices` field from the brick-list [#111](https://github.com/arduino/arduino-app-cli/pull/111)
25
+
13
26
### Fixed
14
-
### Security
15
27
28
+
- 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)
0 commit comments