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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ 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
18
17
19
### Changed
18
20
- Do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
@@ -34,8 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
34
36
35
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)
36
38
- 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
39
- remove `compatible_models` from the `GET /v1/apps/{id}/bricks` endpoint [#120](https://github.com/arduino/arduino-app-cli/pull/120)
40
+
- manage missing sketch folder when adding a library [#123](https://github.com/arduino/arduino-app-cli/pull/123)
0 commit comments