diff --git a/README.md b/README.md index 970ab29..a3e198f 100755 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ States: ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 3.2.0 (2024-08-28) * (bluefox) Added information about connected clients in the server mode ### 3.1.2 (2024-08-17) diff --git a/io-package.json b/io-package.json index a311e8d..259b78b 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "sonoff", - "version": "3.1.2", + "version": "3.2.0", "news": { + "3.2.0": { + "en": "Added information about connected clients in the server mode", + "de": "Weitere Informationen zu verbundenen Clients im Servermodus", + "ru": "Добавлена информация о подключенных клиентах в серверном режиме", + "pt": "InformaçÃμes adicionais sobre clientes conectados no modo servidor", + "nl": "Informatie over verbonden clients toegevoegd in de servermodus", + "fr": "Ajout d'informations sur les clients connectés en mode serveur", + "it": "Aggiunte informazioni sui client connessi nella modalità server", + "es": "Información adicional sobre clientes conectados en el modo servidor", + "pl": "Dodano informacje o podłączonych klientach w trybie serwera", + "uk": "Додано інформацію про підключені клієнти в режимі сервера", + "zh-cn": "在服务器模式中添加了连接客户端的信息" + }, "3.1.2": { "en": "updated packages", "de": "aktualisierte pakete", @@ -80,19 +93,6 @@ "pl": "Implementacja potencjału Staw. POWER", "uk": "Реалізований потенціал ДЕРЖАВИ. Оновлення енергії", "zh-cn": "执行潜力 国家。 导 言" - }, - "2.5.1": { - "en": "Fix crash case reported by Sentry", - "de": "Absturzfall behoben, der von Sentry gemeldet wurde", - "ru": "Исправить случай сбоя, о котором сообщил Sentry", - "pt": "Corrigir caso de falha relatado pelo Sentinela", - "nl": "Herstel crashgeval gemeld door Sentry", - "fr": "Correction d'un cas de crash signalé par Sentry", - "it": "Risolto il caso di crash segnalato da Sentry", - "es": "Solucionar caso de bloqueo informado por Sentry", - "pl": "Napraw przypadek awarii zgłoszony przez Sentry", - "zh-cn": "修复 Sentry 报告的崩溃案例", - "uk": "Виправте випадок збою, про який повідомляє Sentry" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index e078354..9ab1263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.sonoff", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.sonoff", - "version": "3.1.2", + "version": "3.2.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", diff --git a/package.json b/package.json index a3a492b..307db6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.sonoff", "description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.", - "version": "3.1.2", + "version": "3.2.0", "author": "bluefox ", "homepage": "https://github.com/ioBroker/ioBroker.sonoff", "repository": {