diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 641daf9c..804a984d 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,8 @@ # Older changes +## 8.1.0 (2024-08-25) + +* (esusxunil) Added Shelly Pro EM 2x50A + ## 8.0.0 (2024-08-25) * (imperial929) Added Shelly 1 PM Gen3 diff --git a/README.md b/README.md index 829583e3..d7710f05 100755 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Adapter version >= v8.2.0 required for: Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 8.4.0 (2024-10-20) * (@klein0r) Added AddOn support for Gen3 devices * (@kalledausb) Added Shelly 0/1-10V PM Gen3 Integration @@ -173,10 +173,6 @@ Adapter version >= v8.2.0 required for: * (@klein0r) Fixed lint issues and Shelly Gen 3 import -### 8.1.0 (2024-08-25) - -* (esusxunil) Added Shelly Pro EM 2x50A - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index 8f427a25..2fa684ba 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "shelly", - "version": "8.3.0", + "version": "8.4.0", "news": { + "8.4.0": { + "en": "Added AddOn support for Gen3 devices\nAdded Shelly 0/1-10V PM Gen3 Integration", + "de": "Hinzufügen Hinzugefügt Auf Unterstützung von Gen3 Geräten\nHinzugefügt Shelly 0/1-10V PM Gen3 Integration", + "ru": "Добавить На поддержку устройств Gen3\nДобавлено Shelly 0/1-10V PM Gen3 Интеграция", + "pt": "Adicionado Adicionar Em suporte para dispositivos Gen3\nAdicionado Shelly 0/1-10V PM Gen3 Integração", + "nl": "Toegevoegd Op ondersteuning voor Gen3-apparaten\nToegevoegd Shelly 0/1-10V PM Gen3 integratie", + "fr": "Ajouté Ajouter Sur support pour appareils Gen3\nAjout de l'intégration Shelly 0/1-10V PM Gen3", + "it": "Aggiunto aggiunto Su supporto per dispositivi Gen3\nAggiunto Shelly 0/1-10V PM Gen3 Integrazione", + "es": "Añadido En soporte para dispositivos Gen3\nAñadido Shelly 0/1-10V PM Gen3 Integration", + "pl": "Dodaj Dodaj Wsparcie dla urządzeń Gen3\nDodano Shelly 0 / 1-10V PM Gen3 Integracja", + "uk": "Додати На підтримку пристроїв Gen3\nДодано Shelly 0/1-10V PM Gen3 Інтеграція", + "zh-cn": "添加 关于 Gen3 设备的支持\n添加 Shelly 0/1-10V PM Gen3 集成" + }, "8.3.0": { "en": "Added Shelly 2 PM gen 3 Integration", "de": "Hinzugefügt Shelly 2 PM gen 3 Integration", @@ -80,19 +93,6 @@ "pl": "NodeJS > = 18.x i kontroler js- > = 5 jest wymagane\n\n* Dodano Shelly 1 Mini (Gen3)\n* Dodano Shelly 1 PM Mini (Gen3)\n* Dodano Shelly PM Mini (Gen3)\n* Dodano Shelly Pro Dimmer 1 PM i Pro Dimmer 2 PM\n* Naprawiono integrację Shelly Wall Display\n* Dodano listę urządzeń zdarzeń ble (receivedby) - usunięty stan rssi\n* Dodano przełącznik Addon dla Shelly Pro 3 EM", "uk": "NodeJS >= 18.x та js-controller >= 5 обов'язково\n\n* Додано Shelly 1 Міні (Gen3)\n* Додано Shelly 1 PM Mini (Gen3)\n* Додано Shelly PM Mini (Gen3)\n* Додано Shelly Pro Dimmer 1 PM і Pro Dimmer 2 PM\n* Фіксована Shelly Wall Display інтеграції\n* Додано список пристроїв ble подій (receivedBy) - вилучений стан rssi\n* Додано перемикач Addon для Shelly Pro 3 EM", "zh-cn": "节点JS18x和js控制器QQ 需要5个\n\n* 添加Shelly 1 mini(Gen3)\n* 添加Shelly 1 PMini(Gen3)\n* 添加Shelly PM Mini(Gen3)\n* 增加了雪莉Pro Dimmer 1 PM和Pro Dimmer 2 PM\n* 固定舍利墙显示集成\n* 添加ble事件设备列表(收到By) - 删除 rssi 状态\n* Shelly Pro 3 EM 添加开关加件" - }, - "6.9.0": { - "en": "Added Shelly Plus 0-10V\nAdmin notification for available firmware updates", - "de": "Hinzugefügt Shelly Plus 0-10V\nAdmin-Benachrichtigung für verfügbare Firmware-Updates", - "ru": "Добавлено Shelly Plus 0-10V\nУведомление об имеющихся обновлениях прошивки", - "pt": "Adicionado Shelly Plus 0-10V\nNotificação de administrador para atualizações de firmware disponíveis", - "nl": "Toegevoegd Shelly Plus 0-10V\nAdmin notificatie voor beschikbare firmware updates", - "fr": "Ajouté Shelly Plus 0-10V\nNotification Admin pour les mises à jour firmware disponibles", - "it": "Aggiunto Shelly Plus 0-10V\nNotifica di amministratore per gli aggiornamenti firmware disponibili", - "es": "Añadido Shelly Plus 0-10V\nAviso de Admin para actualizaciones de firmware disponibles", - "pl": "Dodano Shelly Plus 0- 10V\nPowiadomienie administratora o dostępnych aktualizacjach oprogramowania firmowego", - "uk": "Додано Shelly Plus 0-10V\nПовідомлення про наявність оновлень прошивки", - "zh-cn": "添加雪莉加0-10V\n可用固件更新的管理通知" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 7066b9a6..be246cc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.shelly", - "version": "8.3.0", + "version": "8.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.shelly", - "version": "8.3.0", + "version": "8.4.0", "license": "MIT", "dependencies": { "@apollon/iobroker-tools": "^0.3.0", diff --git a/package.json b/package.json index bc871176..9e39a0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.shelly", - "version": "8.3.0", + "version": "8.4.0", "description": "Integrate your Shelly devices into ioBroker via MQTT or CoAP", "author": { "name": "Thorsten Stueben",