Update README.md and CHANGELOG.md.

This commit is contained in:
Yang
2025-03-29 01:33:05 +11:00
parent a173d65200
commit 595a4563df
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## Unreleased
* Allow arbitrary value for `api-level` such as `Baklava` and `35-ext15`. - [428](https://github.com/ReactiveCircus/android-emulator-runner/pull/428)
* Add option to specify `system-image-api-level` to use a system image with a different API level than the platform. - [428](https://github.com/ReactiveCircus/android-emulator-runner/pull/428)
* Support automotive and desktop targets: `android-automotive`, `android-automotive-playstore`, `android-desktop`. - [428](https://github.com/ReactiveCircus/android-emulator-runner/pull/428)
## v2.33.0
* Fix missing AVD directory in `ubuntu-24.04` runner. - [415](https://github.com/ReactiveCircus/android-emulator-runner/pull/415)