mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-04 11:29:31 +00:00
20 lines
490 B
Markdown
20 lines
490 B
Markdown
# Change Log
|
|
|
|
## v2.0.0
|
|
|
|
* Added action input `emulator-options` for providing command-line options used when launching the emulator. Default value is `-no-window -no-snapshot -noaudio -no-boot-anim`.
|
|
* Removed `headless` action input which is equivalent to specifying `-no-window` in the new `emulator-options` action input (included by default).
|
|
|
|
## v1.0.2
|
|
|
|
* Increased emulator boot timeout to **5 mins**.
|
|
|
|
## v1.0.1
|
|
|
|
* Fixed docs.
|
|
* Minor internal changes.
|
|
|
|
## v1.0.0
|
|
|
|
Initial release.
|