From c3b8e54e4106cce024117a86395862ae2ef938ce Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Tue, 29 Aug 2023 08:39:12 +0200 Subject: [PATCH] chore: release v3.10.0 * (foxriver76) fixed problem on auto-deletion of groups * (foxriver76) implemented Hue Tap Dial (closes #368, closes #416) --- README.md | 3 +-- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 43ff427..6d09977 100644 --- a/README.md +++ b/README.md @@ -74,8 +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.10.0 (2023-08-29) * (foxriver76) fixed problem on auto-deletion of groups * (foxriver76) implemented Hue Tap Dial (closes #368, closes #416) diff --git a/io-package.json b/io-package.json index 91e9c72..4b0cea6 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,22 @@ { "common": { "name": "hue", - "version": "3.9.6", + "version": "3.10.0", "tier": 2, "news": { + "3.10.0": { + "en": "fixed problem on auto-deletion of groups\nimplemented Hue Tap Dial (closes #368, closes #416)", + "de": "problem bei der auto-deleetion von gruppen behoben\ndurchgeführt Hue Tap Dial (schließt #368, schließt #416)", + "ru": "фиксированная проблема на автовыборе групп\nреализовано Hue Tap Dial (замки #368, замки #416)", + "pt": "problema fixo na auto-eliminação de grupos\nimplementação Hue Tap Dial (fecha #368, fecha #416)", + "nl": "een probleem op auto-deletie van groepen\n_ Hue Tap Dial (closes #368, sluit #416)", + "fr": "problème fixe sur la suppression automatique des groupes\nmise en œuvre Hue Tap Dial (ferme #368, ferme #416)", + "it": "problema fisso sull'eliminazione automatica dei gruppi\nimplementato Hue Tap Dial (chiude #368, chiude #416)", + "es": "problema fijo en la eliminación automática de grupos\naplicadas Hue Tap Dial (cerca #368, cierra #416)", + "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", @@ -81,19 +94,6 @@ "pl": "zaimplementowano bardziej nadrzędne API Push (głównie guzki)", "uk": "реалізовано більше команд Push API (головно кнопки)", "zh-cn": "普什·阿普惠制(主要但州)的指挥" - }, - "3.9.0": { - "en": "implemented poll API (closes #227, #343)\nfix polling not working (closes #408, #410)", - "de": "implementierte Umfrage-API (schließt #227, #343)\nfehlerbehebung nicht funktionieren (schließt #408, #410)", - "ru": "реализованный опрос API (closes #227, #343)\nисправление опроса не работает (закрыты #408, #410)", - "pt": "aPI de pesquisa implementada (closes #227, #343)\ncorrigir votação não funciona (fecha #408, #410)", - "nl": "quality over Quantity (QoQ) Releases Vertaling:\nvertaling:", - "fr": "aPI de sondage mise en œuvre (ferme #227, #343)\nfixer le polling qui ne fonctionne pas (ferme #408, #410)", - "it": "implementato poll API (chiude #227, #343)\nfix polling non funzionante (chiude #408, #410)", - "es": "aPI de encuesta implementada (cerca #227, #343)\narreglar encuestas no funcionan (cerca #408, #410)", - "pl": "zaimplementowany API (zamknięty #227, #343)\nobserwacja nie działa (ogranicz #408, #410)", - "uk": "реалізовано API опитування (заклади No227, No343)\nвиправити опитування не працює (закриває #408, #410)", - "zh-cn": "实施了污染物释放(第227号,第343号)\nf 确定不工作(第408号,第410号)的投票" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 5b10847..1916470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.hue", - "version": "3.9.6", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.hue", - "version": "3.9.6", + "version": "3.10.0", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index f1e8818..91d3f51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hue", - "version": "3.9.6", + "version": "3.10.0", "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": [