-
-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog for week of 3/11 (#2365)
* Update changelog for week of 3/11 * Updates
- Loading branch information
Showing
1 changed file
with
5 additions
and
13 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,18 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<changelog xmlns:tools="http://schemas.android.com/tools" | ||
tools:ignore="MissingDefaultResource"> | ||
<release version="2022.3"> | ||
<change><b>Breaking Change:</b> All attributes for geocoded location sensor are now lower case and spaces have been replaced with an underscore</change> | ||
<change>Add permissions needed to initiate a phone call using command_activity</change> | ||
<change>Add new setting screen to change sensor update frequency</change> | ||
<change>Add pinch to zoom setting under Companion App so users can zoom in the frontend, default value is off.</change> | ||
<change>Add volume up & down functionality to media player widget</change> | ||
<change>Allow camera widget to be reconfigurable</change> | ||
<change>Add new notification feature to open Notification History from action and clickAction</change> | ||
<change>Add new setting to enable WebView remote debugging</change> | ||
<change>Add new setting for persistent connection only when on home WiFi</change> | ||
<change>Enhance command_ble_transmitter to allow for changing advertise mode and transmit power</change> | ||
<change>Replace widget error message with a icon in the widget to indicate the failure</change> | ||
<change>Bug fixes</change> | ||
<release version="2022.4"> | ||
<change>Allow persistent connection to work when the device has no internet</change> | ||
<change>Migrate Manage Sensors screen to Compose, small design tweaks and speed improvements</change> | ||
<change>Add a network transport sensor</change> | ||
<change>Allow changing high accuracy update interval via notification command</change> | ||
</release> | ||
</changelog> |