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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
22
22
### Removed
23
23
24
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)
25
+
- Remove deprecated `require_devices` field from the `brick-list.yaml`[#111](https://github.com/arduino/arduino-app-cli/pull/111)
26
+
- Remove the `compatible_models` field from the `GET /v1/apps/{id}/bricks` response [#114](https://github.com/arduino/arduino-app-cli/pull/114)
27
+
- Remove `--no-python` from the CLI `arduino-app-cli app new name` command [#121](https://github.com/arduino/arduino-app-cli/pull/121)
28
+
- Remove `skip-python` from the HTTP `POST /v1/apps` request endpoint [#121](https://github.com/arduino/arduino-app-cli/pull/121)
29
+
30
+
27
31
28
32
29
33
### Fixed
30
34
31
35
- 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)
32
36
- add the `/needrestart/conf.d/arduino-adbd.conf` to exclude `adbd` service to be restarted [#117](https://github.com/arduino/arduino-app-cli/pull/117)
37
+
- manage missing sketch folder when adding a library [#123](https://github.com/arduino/arduino-app-cli/pull/123)
38
+
- remove `compatible_models` from the `GET /v1/apps/{id}/bricks` endpoint [#120](https://github.com/arduino/arduino-app-cli/pull/120)
0 commit comments