From 388bda72d3251ca884cff43c029b3f76a5f3b1dc Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sun, 20 Oct 2024 18:45:41 +0200 Subject: [PATCH] chore: release v3.26.6 * (simatec) Responsive Design added --- 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 72761ed1..ef402d6b 100644 --- a/README.md +++ b/README.md @@ -488,8 +488,7 @@ After deleting an unused device, please restart the adapter to remove them there ## Changelog - -### __WORK IN PROGRESS__ +### 3.26.6 (2024-10-20) * (simatec) Responsive Design added ### 3.26.5 (2024-04-16) diff --git a/io-package.json b/io-package.json index e286246e..22721a2a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "alexa2", - "version": "3.26.5", + "version": "3.26.6", "blockedVersions": [ "~3.14.0", "~3.15.0", @@ -40,6 +40,19 @@ }, "platform": "Javascript/Node.js", "news": { + "3.26.6": { + "en": "Responsive Design added", + "de": "Responsive Design hinzugefügt", + "ru": "Responsive Design", + "pt": "Design responsivo adicionado", + "nl": "Responsive Design toegevoegd", + "fr": "Design sensible ajouté", + "it": "Responsive Design aggiunto", + "es": "Diseño responsable añadido", + "pl": "Dodano projekt odpowiedzialny", + "uk": "Додано адаптивний дизайн", + "zh-cn": "添加响应设计" + }, "3.26.5": { "en": "Adjust History query to recent Amazon changes", "de": "Begleichen Sie die Geschichte Anfrage an aktuelle Amazon-Änderungen", @@ -117,19 +130,6 @@ "pl": "Automatycznie zapytanie o aktywność/historię musi być umożliwione ręcznie (jeśli potrzebujemy)", "uk": "Автоматично квартету діяльності/історінки необхідно ввімкнути вручну", "zh-cn": "活动/活动需要自动查询(如果你需要!)" - }, - "3.25.5": { - "en": "Optimize activity detection to process all relevant entries in all cases", - "de": "Optimieren Sie die Aktivitätserkennung, um alle relevanten Einträge in allen Fällen zu bearbeiten", - "ru": "Оптимизация обнаружения активности для обработки всех соответствующих записей во всех случаях", - "pt": "Otimizar a detecção de atividades para processar todas as entradas relevantes em todos os casos", - "nl": "Optimaal activiteitsdetector om alle relevante instanties te verwerken in alle gevallen", - "fr": "Optimiser la détection d'activité pour traiter toutes les entrées pertinentes dans tous les cas", - "it": "Ottimizzare il rilevamento delle attività per elaborare tutte le voci pertinenti in tutti i casi", - "es": "Optimize activity detection to process all relevant entries in all cases", - "pl": "Wykrywanie aktywności w optymalizacji polega na przetwarzaniu wszystkich istotnych wpisów we wszystkich przypadkach", - "uk": "Оптимальне виявлення активності для обробки всіх відповідних записів у всіх випадках", - "zh-cn": "制止在所有情况下处理所有有关物品的活动" } }, "keywords": [ diff --git a/package-lock.json b/package-lock.json index 807e7011..b3449130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.alexa2", - "version": "3.26.5", + "version": "3.26.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.alexa2", - "version": "3.26.5", + "version": "3.26.6", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index d1051b69..8b0403be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.alexa2", - "version": "3.26.5", + "version": "3.26.6", "description": "Remote control for Alexa (Amazon Echo)", "author": { "name": "Apollon77",