Bump changelog_master.xml for weekly release 2026.3.5#6572
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the app’s master changelog XML for the weekly 2026.3.5 release so the in-app changelog dialog reflects the new release version.
Changes:
- Bump changelog release labels from
2026.3.4to2026.3.5for Main/Wear/Automotive - Replace prior detailed Main notes with a generic “Bug fixes and dependency updates” entry
| <release version="2026.3.4 - Main" versioncode="3"> | ||
| <change>Experimental - Add wake word detection for Assist</change> | ||
| <change>Android 16+ - Support for live update notifications</change> | ||
| <release version="2026.3.5 - Main" versioncode="3"> |
There was a problem hiding this comment.
The version detection uses the manifest version code. The HA app always shows the full dialog, ignoring version code specific items and using the 'versions' as titles, so it doesn't need incrementing.
| <change>Bug fixes and dependency updates</change> | ||
| </release> | ||
| <release version="2026.3.4 - Wear" versioncode="2"> | ||
| <release version="2026.3.5 - Wear" versioncode="2"> |
There was a problem hiding this comment.
The version detection uses the manifest version code. The HA app always shows the full dialog, ignoring version code specific items and using the 'versions' as titles, so it doesn't need incrementing.
| <change>Bug fixes and dependency updates</change> | ||
| </release> | ||
| <release version="2026.3.4 - Automotive" versioncode="1"> | ||
| <release version="2026.3.5 - Automotive" versioncode="1"> |
There was a problem hiding this comment.
The version detection uses the manifest version code. The HA app always shows the full dialog, ignoring version code specific items and using the 'versions' as titles, so it doesn't need incrementing.
…#6572) * Bump changelog_master.xml for weekly release 2026.3.5 * Clear changelog after stable release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Joris Pelgröm <joris.pelgrom@gmail.com>
Automated PR to update changelog_master.xml for weekly release.