-
-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update change log week of 10/4 (#4695)
* Update change log week of 10/4 * Mention mobile data sensor change * Shorten description
- Loading branch information
Showing
1 changed file
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<changelog xmlns:tools="http://schemas.android.com/tools" | ||
tools:ignore="MissingDefaultResource"> | ||
<release version="2024.9.4 - Main" versioncode="3"> | ||
<change>Add Signal strength and Data network type sensors for each SIM slot</change> | ||
<change>Add measured power to notification command for BLE transmitter sensor</change> | ||
<change>Add page zoom setting for dashboards</change> | ||
<change>Add transparent background option for media player widget</change> | ||
<change>Android Auto: Send android.navigation_started event when a entity under the navigation category is selected with entity ID included as event data</change> | ||
<release version="2024.10.1 - Main" versioncode="3"> | ||
<change><b>Backward-incompatible change:</b> The Mobile data sensor now requires the Phone permission.</change> | ||
<change>Bug fixes and dependency updates</change> | ||
</release> | ||
<release version="2024.9.4 - Wear" versioncode="2"> | ||
<change><b>Backward-incompatible change:</b> Wear OS 4+ Heart rate sensor users will need to re-enable the sensor and grant all the time permission again in order to continue using the sensor</change> | ||
<change>Add Signal strength and Data network type sensors for each SIM slot</change> | ||
<change>Add measured power to notification command for BLE transmitter sensor</change> | ||
<release version="2024.10.1 - Wear" versioncode="2"> | ||
<change><b>Backward-incompatible change:</b> The Mobile data sensor now requires the Phone permission.</change> | ||
<change>Bug fixes and dependency updates</change> | ||
</release> | ||
<release version="2024.9.4 - Automotive" versioncode="1"> | ||
<change>Add Signal strength and Data network type sensors for each SIM slot</change> | ||
<change>Add measured power to notification command for BLE transmitter sensor</change> | ||
<change>Add page zoom setting for dashboards</change> | ||
<change>Driving Interface: Send android.navigation_started event when a entity under the navigation category is selected with entity ID included as event data</change> | ||
<release version="2024.10.1 - Automotive" versioncode="1"> | ||
<change><b>Backward-incompatible change:</b> The Mobile data sensor now requires the Phone permission.</change> | ||
<change>Bug fixes and dependency updates</change> | ||
</release> | ||
</changelog> |