From e01bbb3a67857190d1426153aee1de4cd3fec9ed Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Mon, 17 Mar 2025 19:22:54 +0100 Subject: [PATCH] android: bump version --- apps/android/ChangeLog | 5 ++++- apps/android/metadata.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/android/ChangeLog b/apps/android/ChangeLog index 9ac11d75b..6a5ae865a 100644 --- a/apps/android/ChangeLog +++ b/apps/android/ChangeLog @@ -41,4 +41,7 @@ 0.38: Don't rewrite settings file on every boot! 0.39: Move GB message handling into a library to reduce boot time from 40ms->13ms 0.40: Ensure we send health 'activity' message to gadgetbridge (added 2v26) -0.41: When using `actfetch`, fetch historical activity type too \ No newline at end of file +0.41: When using `actfetch`, fetch historical activity type too +0.42: Add handling for android STREAM_MUSIC volume level info, emitting on + arrival. + diff --git a/apps/android/metadata.json b/apps/android/metadata.json index 2066a2133..32a46d531 100644 --- a/apps/android/metadata.json +++ b/apps/android/metadata.json @@ -2,7 +2,7 @@ "id": "android", "name": "Android Integration", "shortName": "Android", - "version": "0.41", + "version": "0.42", "description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.", "icon": "app.png", "tags": "tool,system,messages,notifications,gadgetbridge",