From 7df7f7d59e64d3d3cdc5642e9f1dab954661019b Mon Sep 17 00:00:00 2001 From: Olivier <16240457+TiTidom-RC@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:11:38 +0200 Subject: [PATCH] Bump version to 1.3.20 and upgrade aiohttp Update plugin metadata to version 1.3.20 and bump aiohttp in resources/requirements.txt from 3.13.5 to 3.14.0. This updates the plugin version and brings the aiohttp dependency to a newer minor release with potential bug fixes and improvements. --- plugin_info/info.json | 2 +- resources/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_info/info.json b/plugin_info/info.json index 095db41..ba3eb95 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -1,7 +1,7 @@ { "id": "tvremote", "name": "TV Remote", - "pluginVersion": "1.3.19", + "pluginVersion": "1.3.20", "description": { "fr_FR": "Plugin pour contrôler les équipements Android de type Télévision (Sony, Nvidia Shield, Freebox TV, etc...) via le service de télécommande Google (TVRemote) ou via ADB. Il permet de contrôler les différentes fonctions de sa télévision (power, volume, entrées HDMI, lancement d'applications, chaînes TV, navigation dans l'interface, etc...)", "en_US": "Plugin to control Android TV devices (Sony, Nvidia Shield, Freebox TV, etc...) via Google remote control service (TVRemote) or via ADB. It allows you to control various functions of your TV (power, volume, HDMI inputs, launching applications, TV channels, navigating the interface, etc...)", diff --git a/resources/requirements.txt b/resources/requirements.txt index 1430afa..9b7eeb1 100644 --- a/resources/requirements.txt +++ b/resources/requirements.txt @@ -1,5 +1,5 @@ zeroconf==0.149.16 -aiohttp==3.13.5 +aiohttp==3.14.0 androidtvremote2==0.3.1 adb-shell[async]==0.4.4 rsa==4.9.1