From ad203bc1cf127d9ccb07c6514dbdf4fc2f2a4f5f Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Wed, 16 Oct 2024 11:48:53 +0200 Subject: [PATCH] chore: release v3.13.1 * (@foxriver76) correct min color temperature to 2000 (valid for color lights) instead of 2200 --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 48fecb79..33eb5a84 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 3.13.1 (2024-10-16) * (@foxriver76) correct min color temperature to 2000 (valid for color lights) instead of 2200 ### 3.13.0 (2024-10-16) diff --git a/io-package.json b/io-package.json index 54a86291..a3ec7f96 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,22 @@ { "common": { "name": "hue", - "version": "3.13.0", + "version": "3.13.1", "tier": 2, "news": { + "3.13.1": { + "en": "correct min color temperature to 2000 (valid for color lights) instead of 2200", + "de": "korrekte farbtemperatur bis 2000 (gültig für farblichter) statt 2200", + "ru": "правильная температура цвета мин до 2000 (действитель для цветных огней) вместо 2200", + "pt": "temperatura de cor min correta para 2000 (válido para luzes de cor) em vez de 2200", + "nl": "juiste min kleurtemperatuur tot 2000 (geldig voor kleurverlichting) in plaats van 2200", + "fr": "corriger la température de couleur min à 2000 (valable pour les lumières de couleur) au lieu de 2200", + "it": "corretta temperatura di colore min a 2000 (valida per luci di colore) invece di 2200", + "es": "temperatura correcta de color min a 2000 (válido para luces de color) en lugar de 2200", + "pl": "poprawna temperatura koloru min do 2000 (ważna dla świateł) zamiast 2200", + "uk": "правильну м'язову температуру до 2000 (повністю для кольорових світильників) замість 2200", + "zh-cn": "正确的分色温度到2000( 彩色灯的正确性) 而不是 2200" + }, "3.13.0": { "en": "optimized settings page for mobile devices (ported to json-config)", "de": "optimierte einstellungsseite für mobile geräte (portiert auf json-config)", @@ -81,19 +94,6 @@ "pl": "stały problem auto-delecji grup\nwdrożone Hue Tap Dial (zamknięta #368, zamyka #416)", "uk": "виправлена проблема на автозняття груп\nреалізований Hue Tap Dial (закривається #368, закривається #416)", "zh-cn": "b. 某些群体的尸体解剖的固定问题\n执行 He Tap Dial(第368号行动)" - }, - "3.9.6": { - "en": "do not set invalid states on unknown group updates\nonly use push connection if ssl is configured", - "de": "nicht ungültige zustände auf unbekannte gruppenaktualisierungen einstellen\nnur druckverbindung verwenden, wenn ssl konfiguriert ist", - "ru": "не устанавливайте недействительные состояния на неизвестные обновления группы\nтолько использовать push соединение, если ssl настроен", - "pt": "não definir estados inválidos sobre atualizações de grupo desconhecido\nsomente use a conexão push se o ssl estiver configurado", - "nl": "zet geen invalide staten op onbekende groep updates\ngebruik alleen de verbinding als ssl in beslag genomen wordt", - "fr": "ne pas définir les états invalides sur les mises à jour de groupes inconnus\nutiliser uniquement la connexion push si ssl est configuré", - "it": "non impostare stati invalidi su aggiornamenti di gruppo sconosciuti\nutilizzare solo la connessione di spinta se ssl è configurato", - "es": "no establecer estados inválidos en actualizaciones de grupos desconocidas\nsolo use la conexión de empuje si ssl está configurado", - "pl": "nie ustalają stanów nieprawidłowych w nieznanych układach grupowych\nwykorzystuje się tylko połączenie pop, jeśli ssl jest konfigurowany", - "uk": "не встановлено недійсних держав на невідомих оновленнях групи\nтільки використовувати підключення штовхача, якщо sl налаштований", - "zh-cn": "未对未知群体更新的无效说明\n只有在配有配件时才使用推断连接。" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index e968d77a..6786c301 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.hue", - "version": "3.13.0", + "version": "3.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.hue", - "version": "3.13.0", + "version": "3.13.1", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^3.1.4", diff --git a/package.json b/package.json index 5cf999f0..d270207b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hue", - "version": "3.13.0", + "version": "3.13.1", "description": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges", "author": "hobbyquaker ", "contributors": [