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
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
- Mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
11
+
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
12
+
- Bump the examples to `0.6.0 [#132](https://github.com/arduino/arduino-app-cli/pull/132)
13
+
14
+
### Removed
15
+
16
+
- Remove `--no-python` from the CLI `arduino-app-cli app new name` command [#121](https://github.com/arduino/arduino-app-cli/pull/121)
17
+
18
+
## Fixed
19
+
20
+
- Add a library when a sketch folder is missing [#123](https://github.com/arduino/arduino-app-cli/pull/123)
21
+
22
+
## [0.7.0]
23
+
9
24
### Added
10
25
11
26
- 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
27
- 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
28
- Add the `compatible_models` to the `GET /v1/bricks/{id}`[#94](https://github.com/arduino/arduino-app-cli/pull/94)
14
29
- Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}`[#99](https://github.com/arduino/arduino-app-cli/pull/99)
15
30
- 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
-
- Add the `config_variables` field in the `GET /v1/bricks/{id} ` response [#126](https://github.com/arduino/arduino-app-cli/pull/126)
18
31
19
32
### Changed
20
33
@@ -29,15 +42,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
29
42
- 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)
30
43
- Remove deprecated `require_devices` field from the `brick-list.yaml`[#111](https://github.com/arduino/arduino-app-cli/pull/111)
31
44
- Remove the `compatible_models` field from the `GET /v1/apps/{id}/bricks` response [#114](https://github.com/arduino/arduino-app-cli/pull/114)
32
-
- Remove `--no-python` from the CLI `arduino-app-cli app new name` command [#121](https://github.com/arduino/arduino-app-cli/pull/121)
33
45
- Remove `skip-python` from the HTTP `POST /v1/apps` request endpoint [#121](https://github.com/arduino/arduino-app-cli/pull/121)
34
46
35
47
### Fixed
36
48
37
49
- 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)
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)
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)
50
+
-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)
51
+
-Remove`compatible_models` from the `GET /v1/apps/{id}/bricks` endpoint [#120](https://github.com/arduino/arduino-app-cli/pull/120)
52
+
-Force app stop also if it isn't running[#112](https://github.com/arduino/arduino-app-cli/pull/112)
0 commit comments