diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 7730bc8e..1cff9ea8 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,9 @@ # Older changes +## 6.9.0 (2024-03-12) + +* (klein0r) Added Shelly Plus 0-10V +* (klein0r) Admin notification for available firmware updates + ## 6.8.0 (2024-02-17) * (klein0r) Updated BLE script to 0.2 (new shelly motion firmware) diff --git a/README.md b/README.md index 517eaf0c..5ee1f4fb 100755 --- a/README.md +++ b/README.md @@ -152,8 +152,7 @@ execute Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 8.2.0 (2024-09-19) * (@Scrounger) Added Shelly BLU Wall Switch 4 & Shelly BLU RC Button 4 * (@Paradoxa) Added Shelly Plus RGBW PM @@ -189,11 +188,6 @@ NodeJS >= 18.x and js-controller >= 5 is required * (klein0r) Added device list of ble events (receivedBy) - removed rssi state * (klein0r) Added Switch Addon for Shelly Pro 3 EM -### 6.9.0 (2024-03-12) - -* (klein0r) Added Shelly Plus 0-10V -* (klein0r) Admin notification for available firmware updates - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index cd776b36..59892958 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "shelly", - "version": "8.1.1", + "version": "8.2.0", "news": { + "8.2.0": { + "en": "Added Shelly BLU Wall Switch 4 & Shelly BLU RC Button 4\nAdded Shelly Plus RGBW PM\nResponsive Design added", + "de": "Hinzugefügt Shelly BLU Wandschalter 4 & Shelly BLU RC Button 4\nHinzugefügt Shelly Plus RGBW PM\nResponsive Design hinzugefügt", + "ru": "Добавлено Shelly BLU Wall Switch 4 & Shelly BLU RC Button 4\nДобавлено Shelly Plus RGBW PM\nResponsive Design", + "pt": "Adicionado Shelly BLU Wall Switch 4 & Shelly BLU Botão RC 4\nAdicionado Shelly Plus RGBW PM\nDesign responsivo adicionado", + "nl": "Toegevoegd Shelly BLU Wall Switch 4 & Shelly BLU RC knop 4\nToegevoegd Shelly Plus RGBW PM\nResponsive Design toegevoegd", + "fr": "Ajout de Shelly BLU Wall Switch 4 et Shelly BLU RC Button 4\nAjouté Shelly Plus RGBW PM\nDesign sensible ajouté", + "it": "Aggiunto Shelly BLU Wall Switch 4 & Shelly BLU RC Button 4\nAggiunto Shelly Plus RGBW PM\nResponsive Design aggiunto", + "es": "Añadido Shelly BLU Wall Switch 4 & Shelly BLU RC Button 4\nAñadido Shelly Plus RGBW PM\nDiseño responsable añadido", + "pl": "Dodano Shelly BLU Wall Switch 4 & Shelly BLU RC Przycisk 4\nDodano Shelly Plus RGBW PM\nDodano projekt odpowiedzialny", + "uk": "Додано Shelly BLU Wall Switch 4 & Shelly BLU RC Кнопка 4\nДодано Shelly Plus RGBW PM\nДодано адаптивний дизайн", + "zh-cn": "添加 Shelly BLU 墙开关 4 & Shelly BLU RC 按钮 4\n添加雪莉加RGBW PM\n添加响应设计" + }, "8.1.1": { "en": "Fixed lint issues and Shelly Gen 3 import", "de": "Feste Lint-Probleme und Shelly Gen 3 Import", @@ -80,19 +93,6 @@ "pl": "Ulepszona obsługa ciężarówek\nOficjalna strona Shelly Wall Display", "uk": "Оновлена обробка блочних перевантажень\nДодано Shelly Wall Display", "zh-cn": "A. 最新处理问题载荷\nD. 增加谢全·隔离墙的区别" - }, - "6.6.1": { - "en": "Fixed stop reason for Shelly 2.5 / Shelly 2\nAdded humidity of Shelly Plus Addon\nNot all devices have external power", - "de": "Fixed Stop Grund für Shelly 2.5 / Shelly 2\nHinzugefügt Luftfeuchtigkeit von Shelly Plus Addon\nNicht alle Geräte haben externe Leistung", - "ru": "Исправлена причина остановки Shelly 2.5 / Шелли 2\nДобавлена влажность Shelly Plus Addon\nНе все устройства имеют внешнюю мощность", - "pt": "Razão de parada fixa para Shelly 2.5 / Shelly 2\nAdicionado umidade de Shelly Plus Addon\nNem todos os dispositivos têm energia externa", - "nl": "Vertaling: 2,5/ Shelly 2\nVervoegde vochtigheid van Shelly Plus Addon\nNiet alle apparaten hebben externe macht", - "fr": "Cause d'arrêt fixe pour Shelly 2.5 / Shelly 2\nAjout d'humidité de Shelly Plus Addon\nTous les appareils n'ont pas de puissance externe", - "it": "Ragione di arresto fisso per Shelly 2.5 / Shelly 2\nAggiunto l'umidità di Shelly Plus Addon\nNon tutti i dispositivi hanno potenza esterna", - "es": "Razón de parada fija para Shelly 2.5 / Shelly 2\nHumedad agregada de Shelly Plus Addon\nNo todos los dispositivos tienen energía externa", - "pl": "Fixed stop reason for Shelly (ang.). 2.5/ Shelly 2 (ang.)\nWilgotność Shelly Plus Addon\nNie wszystkie urządzenia nie posiadają mocy zewnętrznej", - "uk": "Виправлена причина зупинки для Shelly 2.5 / Шелли 2\nДодана вологість Shelly Plus Addon\nНе всі пристрої мають зовнішню потужність", - "zh-cn": "D. 固定的中止理由 2.5/ Shelly 2\nD. 增加全套包装的湿度\n并非所有装置都拥有外部权力" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 1d8612ba..bd03de7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.shelly", - "version": "8.1.1", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.shelly", - "version": "8.1.1", + "version": "8.2.0", "license": "MIT", "dependencies": { "@apollon/iobroker-tools": "^0.3.0", diff --git a/package.json b/package.json index 090b2ed1..a3af412f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.shelly", - "version": "8.1.1", + "version": "8.2.0", "description": "Integrate your Shelly devices into ioBroker via MQTT or CoAP", "author": { "name": "Thorsten Stueben",