From 7384f34845e996e930b99ee2f06035605c8702a1 Mon Sep 17 00:00:00 2001 From: Patrick <49351462+patrickbs96@users.noreply.github.com> Date: Sun, 19 Dec 2021 01:52:16 +0100 Subject: [PATCH] New version for Issues #101 and #102 --- README.md | 3 +++ io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e434d27d..4401c306 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ The following States are available: ## Changelog +### 0.2.7 (2021-12-19) +* (patrickbs96) Hex without Hash. Option to not use ping for reachability. + ### 0.2.6 (2021-12-09) * (patrickbs96) Renamed States with led control. Now starting with "led". * (patrickbs96) Add new State `ledLayout`/`ledPlaylist` diff --git a/io-package.json b/io-package.json index 6827c7ce..2a405d91 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "twinkly", - "version": "0.2.6", + "version": "0.2.7", "news": { + "0.2.7": { + "en": "Hex without hash. Option to not use ping for reachability.", + "de": "Hex ohne Hash. Option, Ping nicht für Erreichbarkeit zu verwenden.", + "ru": "Hex без хеша. Возможность не использовать пинг для доступности.", + "pt": "Hex sem hash. Opção de não usar ping para acessibilidade.", + "nl": "Hex zonder hash. Optie om ping niet te gebruiken voor bereikbaarheid.", + "fr": "Hex sans hachage. Option pour ne pas utiliser le ping pour l'accessibilité.", + "it": "Esadecimale senza hash. Opzione per non utilizzare il ping per la raggiungibilità.", + "es": "Hex sin hash. Opción de no usar ping para accesibilidad.", + "pl": "Hex bez haszyszu. Opcja nieużywania polecenia ping dla osiągalności.", + "zh-cn": "没有哈希的十六进制。选择不使用 ping 来实现可达性。" + }, "0.2.6": { "en": "Add Playlist Feature. Renamed Datapoints", "de": "Playlist-Funktion hinzufügen. Umbenannte Datenpunkte", diff --git a/package.json b/package.json index 88448a14..b5b5801f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "0.2.6", + "version": "0.2.7", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",