diff --git a/README.md b/README.md index cff4806..88682a5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Implemented are the following times: Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 3.4.0 (2024-12-05) * (BenAhrdt) update eslint ### 3.3.2 (2024-11-26) diff --git a/io-package.json b/io-package.json index f0b9f2b..3271408 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,22 @@ { "common": { "name": "janitza-gridvis", - "version": "3.3.2", + "version": "3.4.0", "eraseOnUpload": true, "news": { + "3.4.0": { + "en": "update eslint", + "de": "update eslint", + "ru": "обновление eslint", + "pt": "atualização eslint", + "nl": "eslint bijwerken", + "fr": "mettre à jour eslint", + "it": "aggiornamento eslint", + "es": "update eslint", + "pl": "update eslint", + "uk": "оновлення eslint", + "zh-cn": "更新埃斯林特" + }, "3.3.2": { "en": "Schemas updated", "de": "Schemas aktualisiert", @@ -81,19 +94,6 @@ "pl": "nie wysyłaj axios lub setState po rozładowaniu Adapter\nzmień nazwę ponownego połączenia Cout in reconnect Liczba (parametr connfig-)", "uk": "не надсилати axios або setState після перевантаження адаптера\nвідключення перейменування Відключення Кількість (конніг-параметр)", "zh-cn": "卸载适配器后不发送轴或设置状态\n重命名重连接 重新连接时显示 计数(connfig-参数)" - }, - "3.2.0": { - "en": "add historic timebases (hours)", - "de": "historische zeitbasen (stunden) hinzufügen", - "ru": "добавить исторические временные базы (часы)", - "pt": "adicionar bases históricas (horas)", - "nl": "historische tijdbasis (uren) toevoegen", - "fr": "ajouter des fuseaux horaires historiques (heures)", - "it": "aggiungere le basi storiche (ore)", - "es": "añadir tiempo histórico (horas)", - "pl": "dodać historyczne bazy czasowe (godziny)", - "uk": "додати історичні бази часу (години)", - "zh-cn": "添加历史时间基数(小时)" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 805c611..b7a2b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.janitza-gridvis", - "version": "3.3.2", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.janitza-gridvis", - "version": "3.3.2", + "version": "3.4.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 9050b48..f2d4049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.janitza-gridvis", - "version": "3.3.2", + "version": "3.4.0", "description": "Read out data from Energymanagementsystem Janitza® GridVis®", "author": { "name": "BenAhrdt",