Skip to content

Commit 940b9e8

Browse files
authored
Update CHANGELOG with new and removed entries
1 parent a230d61 commit 940b9e8

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
## [Unreleased]
88

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+
924
### Added
1025

1126
- Add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
1227
- 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)
1328
- Add the `compatible_models` to the `GET /v1/bricks/{id}` [#94](https://github.com/arduino/arduino-app-cli/pull/94)
1429
- Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}` [#99](https://github.com/arduino/arduino-app-cli/pull/99)
1530
- 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)
1831

1932
### Changed
2033

@@ -29,15 +42,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
2942
- 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)
3043
- Remove deprecated `require_devices` field from the `brick-list.yaml` [#111](https://github.com/arduino/arduino-app-cli/pull/111)
3144
- 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)
3345
- Remove `skip-python` from the HTTP `POST /v1/apps` request endpoint [#121](https://github.com/arduino/arduino-app-cli/pull/121)
3446

3547
### Fixed
3648

3749
- 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)
4153

4254
### Security
4355

0 commit comments

Comments
 (0)