From 58c2da1998a172aaf0e2d02d2837db1abf896182 Mon Sep 17 00:00:00 2001 From: Patrick <49351462+patrickbs96@users.noreply.github.com> Date: Sat, 19 Nov 2022 08:27:02 +0100 Subject: [PATCH] chore: release v1.0.6 * Fixed polling (ledBri, ledSat) * Added Connection-Info --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 79a1d8bd..636c8f40 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older changes +## 0.3.1 (2022-07-02) +* Update translations logic i18n + ## 0.3.0 (2022-07-01) * Enable last used Mode on switch-on diff --git a/README.md b/README.md index f1263aff..a923ab1e 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ sendTo('twinkly.0', 'generateFrame', { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.6 (2022-11-19) * Fixed polling (ledBri, ledSat) * Added Connection-Info @@ -163,9 +163,6 @@ sendTo('twinkly.0', 'generateFrame', { * Added depcrecated logic to remove states when no longer filled with data from api * Check new and deprecated values from api response to update state information -### 0.3.1 (2022-07-02) -* Update translations logic i18n - ## License MIT License diff --git a/io-package.json b/io-package.json index 1c7df501..3b56fce9 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "twinkly", - "version": "1.0.5", + "version": "1.0.6", "news": { + "1.0.6": { + "en": "Fixed polling (ledBri, ledSat)\nAdded Connection-Info", + "de": "Feste Bestäubung (ledBri, ledSat)\nVerbindungs-Info hinzugefügt", + "ru": "Фиксированный опрос (ledBri, ledSat)\nДобавлено Connection-Info", + "pt": "Pesquisa fixa (ledBri, ledSat)\nAdicionado Conexão-Info", + "nl": "Gerepareerde polling (leBri)\nVertaling:", + "fr": "Polling fixe (ledBri, ledSat)\nAjouté Connection-Info", + "it": "Inquinamento fisso (ledBri, ledSat)\nAggiunto Connessione-Info", + "es": "Votación fija (ledBri, ledSat)\nConexión adicional-info", + "pl": "BadSat (ang.)\nAdded Connection-Info", + "uk": "Виправлено опитування (ledBri, ledSat)\nДодано підключення-Info", + "zh-cn": "混合投票(由领先的Bri)\nA. 增加免疫接种-信息" + }, "1.0.5": { "en": "Fixed error when changing active movie (#173)", "de": "Fehler beim Wechsel des aktiven Films behoben (#173)", @@ -76,18 +89,6 @@ "es": "Cambiar la lógica refrescante después del cambio de estado\nAñadido lógica depcrecada para eliminar estados cuando ya no se llenan con datos de api\nCompruebe los valores nuevos y deprecatados de la respuesta api para actualizar la información del estado", "pl": "Zmiana odświeżona po State-Chang\nTechnologia wydzielania stanów, gdy nie wypełniają już danych z api\nCheck new and curse values from api response to aktualizacji informacji stanowej", "zh-cn": "A. 国家-Changh逻辑的改变\n在不再装有从配件中填写数据时,添加包装的排气。\n更新国家资料的管道答复中录取新的和预测的数值" - }, - "0.3.1": { - "en": "Update translations logic i18n", - "de": "Übersetzungslogik i18n aktualisieren", - "ru": "Обновление переводов логика i18n", - "pt": "Actualizar traduções lógica i18n", - "nl": "Vertaling:", - "fr": "Mettre à jour les traductions logique i18n", - "it": "Aggiornare le traduzioni logica i18n", - "es": "Traducción actualizada lógica i18n", - "pl": "Przekład logiczny i18n", - "zh-cn": "最新译文" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 740a8f74..dd111d6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.twinkly", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.twinkly", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.7", diff --git a/package.json b/package.json index 11ba3b4e..4a72814f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "1.0.5", + "version": "1.0.6", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",