From 23081d95cc6b16b46fe03b0a2cbb6cc8509a17fb Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 16 May 2023 23:19:12 +0100 Subject: [PATCH] widhid: bump changelog --- apps/widhid/ChangeLog | 2 ++ apps/widhid/metadata.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/widhid/ChangeLog b/apps/widhid/ChangeLog index a6ed84766..b0e479108 100644 --- a/apps/widhid/ChangeLog +++ b/apps/widhid/ChangeLog @@ -1,3 +1,5 @@ 0.01: New widget - music control via a swipe 0.02: Improve interactivity - avoid responding to swipes when a menu or launcher is active. +0.03: Handle errors when sending input over BLE and the special-case of + replacing a single handler diff --git a/apps/widhid/metadata.json b/apps/widhid/metadata.json index 84334636b..b819c9b64 100644 --- a/apps/widhid/metadata.json +++ b/apps/widhid/metadata.json @@ -2,7 +2,7 @@ "id": "widhid", "name": "Bluetooth Music Swipe Control Widget", "shortName": "BLE Swipe Widget", - "version": "0.02", + "version": "0.03", "description": "Based on Swipe Bluetooth Music Controls (based on Bluetooth Music Controls). Swipe down to enable, then swipe up/down for volume, left/right for previous and next and tap for play/pause. Enable HID in settings, pair with your phone/computer, then use this widget to control music from your watch!", "icon": "icon.png", "readme": "README.md",