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",