1.0.5 PiperOrigin-RevId: 767014622
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bd812..24f7047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,30 +1,44 @@ +1.0.5 + +- Support version of Google Home App from `3.1.1.14` to `v3.32.126.2`, plus v3.32.192.0-dog-food. +- Support account switching in Google Home App via the `--google_account` flag. + 1.0.4 + - Support UI automation for new Google Home App UI. - Support version of Google Home App from `3.1.1.14` to `3.24.1.4`. 1.0.3 + - Support UI automation for new Google Home App UI. - Support version of Google Home App from `3.1.1.14` to `3.22.1.4`. 1.0.2 + - Align with public version. - Support running Google Home App of version from `3.1.1.14` to `3.19.1.3`. - Improved regression test reliability. 0.3.0 + - Support generating regression test reports. 0.2.2 + - Support running Google Home App of version `3.13.46.1`. 0.2.1 + - Support running Google Home App of version `3.12.4.1`. 0.2.0 + - Support for removing Matter devices on Google Home App 0.1.0 + - Improve the reliability of commissioning functionality 0.0.0: Initial release + - Support for commissioning Matter devices on Google Home App
diff --git a/README.md b/README.md index bcba18f..64769db 100644 --- a/README.md +++ b/README.md
@@ -21,7 +21,7 @@ 1. You need to install Google Home App on your Android phone. 1. Login to your Google Home App. 1. Make sure the Google Home App's version is between `3.1.1.14` and - `3.25.1.4`. + `3.32.126.2`. Dogfood version `3.32.192.0-dog-food` is also supported. NOTE: Please select the correct Google account on Google Home App.
diff --git a/ui_automator/android/app/snippet.apk b/ui_automator/android/app/snippet.apk index 820cb81..018a3ae 100644 --- a/ui_automator/android/app/snippet.apk +++ b/ui_automator/android/app/snippet.apk Binary files differ
diff --git a/ui_automator/version.py b/ui_automator/version.py index eaea5ab..ba7f496 100644 --- a/ui_automator/version.py +++ b/ui_automator/version.py
@@ -17,6 +17,6 @@ from typing import Optional -_SEMANTIC_VERSION = "1.0.5-rc.2" +_SEMANTIC_VERSION = "1.0.5" VERSION = _SEMANTIC_VERSION