Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log week of 9/1 #3836

Merged
merged 2 commits into from
Sep 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingDefaultResource">
<release version="2023.8.4 - Main" versioncode="3">
<release version="2023.8.5 - Main" versioncode="3">
<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Tiles and Device Controls may show a different highlighted state for some domains, to better match the frontend</change>
<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Unavailable is now unavailable and Unknown is now unknown for all sensors that report those states. Phone SIM, Next Alarm, Media Session, Geocoded location</change>
<change>Widgets can now toggle on tap or refresh</change>
<change>Android Auto: Color icons to indicate entity is active</change>
<change>Show select server dialog when deep link is used</change>
<change>Bug fixes, design improvements and dependency updates</change>
</release>
<release version="2023.8.4 - Wear" versioncode="2">
<release version="2023.8.5 - Wear" versioncode="2">
<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Home screen may show a different highlighted state for some domains, to better match the frontend</change>
<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Unavailable is now unavailable and Unknown is now unknown for all sensors that report those states. Phone SIM, Next Alarm</change>
<change>Bug fixes, design improvements and dependency updates</change>
</release>
<release version="2023.8.4 - Automotive" versioncode="1">
<release version="2023.8.5 - Automotive" versioncode="1">
<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Unavailable is now unavailable and Unknown is now unknown for all sensors that report those states. Phone SIM, Next Alarm, Media Session, Geocoded location</change>
<change>Driving Interface: Color icons to indicate entity is active</change>
<change>Bug fixes, design improvements and dependency updates</change>
</release>
Expand Down