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

Update change log week of 2/3 #3307

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 8 additions & 13 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingDefaultResource">
<release version="2023.1 - Phone" versioncode="2">
<change>Initial Android Auto support</change>
<change>Quick Setting tiles: allow up to 40 tiles, add new option to only execute action if device is unlocked</change>
<change>Add UUID filter to Beacon Monitor sensor</change>
<change>Add Android Auto sensor</change>
<change>Move server specific settings to its own section</change>
<change>Bug fixes, design tweaks and dependency updates</change>
<release version="2023.2 - Phone" versioncode="2">
<change>Android Auto: Add support to navigate to any sensor that has latitude and longitude attributes</change>
<change>Bug fixes and dependency updates</change>
</release>
<release version="2023.1 - Wear" versioncode="1">
<change>Initial support for notifications sent only to the watch. Current support is limited to message and title.</change>
<change>Add support BLE transmitter and Beacon Monitor notification commands for control</change>
<change>Add launcher icon for Assist</change>
<change>Add Bluetooth Sensors. Important to note that sensor settings are not available on Wear OS, neither are notifications. This means the BLE transmitter and Beacon Monitor can only be enabled and disabled.</change>
<change>Bug fixes, design tweaks and dependency updates</change>
<release version="2023.2 - Wear" versioncode="1">
<change>Add Text To Speech notifications</change>
<change>Add watchface complication for Assist</change>
<change>Add new setting to only show favorites on the home screen</change>
<change>Bug fixes and dependency updates</change>
</release>
</changelog>