diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 72ef0236e..e3dca087c 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,6 +1,13 @@ ## 6.12.1 (2023-10-29) * (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons) * (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element. +## 7.0.9 (2024-07-02) +* (bluefox) Improved the mobile object browser + +## 6.12.1 (2023-10-29) +* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons) +* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element. + ## 6.12.1 (2023-10-29) * (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons) * (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element. diff --git a/README.md b/README.md index f895bbffc..a2bdbd60c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 7.0.17 (2024-07-15) * (bluefox) Corrected the CRON description * (bluefox) Corrected the Device Manager Component @@ -108,9 +108,6 @@ The icons may not be reused in other projects without the proper flaticon licens * (foxriver76) show js-controller changelog more prominent * (bluefox) correcting the update button -### 7.0.9 (2024-07-02) -* (bluefox) Improved the mobile object browser - ## License The MIT License (MIT) diff --git a/lerna.json b/lerna.json index 8f12ffd51..a8972742f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.16", + "version": "7.0.17", "packages": [ "packages/*" ], diff --git a/package-lock.json b/package-lock.json index 7700dad4e..50c0793ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51576,7 +51576,7 @@ }, "packages/admin": { "name": "iobroker.admin", - "version": "7.0.16", + "version": "7.0.17", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", @@ -51651,7 +51651,7 @@ }, "packages/dm-gui-components": { "name": "@iobroker/dm-gui-components", - "version": "7.0.16", + "version": "7.0.17", "license": "MIT", "dependencies": { "@iobroker/adapter-react-v5": "^6.1.0", @@ -51660,7 +51660,7 @@ }, "packages/jsonConfig": { "name": "@iobroker/json-config", - "version": "7.0.16", + "version": "7.0.17", "dependencies": { "@iobroker/adapter-react-v5": "^6.1.0", "crypto-js": "^4.2.0", diff --git a/packages/admin/io-package.json b/packages/admin/io-package.json index 2d48e7c74..23bb38251 100644 --- a/packages/admin/io-package.json +++ b/packages/admin/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "7.0.16", + "version": "7.0.17", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,19 @@ "connectionType": "local", "dataSource": "push", "news": { + "7.0.17": { + "en": "Corrected the CRON description\nCorrected the Device Manager Component", + "de": "Korrektur der CRON-Beschreibung\nDie Gerätemanager-Komponente wurde korrigiert", + "ru": "Исправлено описание Крон\nИсправлен компонент диспетчера устройств", + "pt": "Corrigido a descrição CRON\nCorrected the Device Manager Component", + "nl": "Gewijzigde CRON-beschrijving\nDe component Apparaatbeheer corrigeren", + "fr": "Correction de la description du CRON\nCorrection du composant Gestionnaire de périphériques", + "it": "Corretto la descrizione CRON\nCorretto il componente Gestione dispositivi", + "es": "Corregido la descripción CRON\nCorregido el componente del administrador de dispositivos", + "pl": "Poprawiono opis CRON\nNaprawiono element menedżera urządzeń", + "uk": "Виправлено опис CRON\nВиправлено компонент диспетчера пристроїв", + "zh-cn": "更正了CRON描述\n纠正了设备管理器组件" + }, "7.0.16": { "en": "Allowed playing mp3 and video files in the file browser", "de": "Erlaubt, mp3 und Videodateien im Dateibrowser zu spielen", @@ -95,19 +108,6 @@ "pl": "Ulepszenie mobilnej przeglądarki obiektów", "uk": "Покращення веб-браузера", "zh-cn": "改进移动对象浏览器" - }, - "7.0.7": { - "en": "Corrected call of getObjectView with null parameter", - "de": "Korrigierter Anruf von getObject Ansicht mit Null-Parameter", - "ru": "Исправленный звонок getObject Просмотр с нулевым параметром", - "pt": "Chamada correta de getObject Ver com parâmetro nulo", - "nl": "Gecorrigeerde aanroep van getObject Beeld met nul parameter", - "fr": "Appel corrigé de getObject Affichage avec paramètre null", - "it": "Chiamata corretta di getObject Visualizza con parametro null", - "es": "Llamada corregida de getObject Ver con parámetro null", - "pl": "Poprawione wywołanie getObject Widok z parametrem null", - "uk": "Виправлений виклик getObject Перегляд з параметром null", - "zh-cn": "已更正的调取对象 以无效参数查看" } }, "desc": { diff --git a/packages/admin/package.json b/packages/admin/package.json index 0a295e9a5..c63903aa2 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.admin", "description": "The adapter opens a webserver for the ioBroker admin UI.", - "version": "7.0.16", + "version": "7.0.17", "contributors": [ "bluefox ", "apollon77", diff --git a/packages/dm-gui-components/package.json b/packages/dm-gui-components/package.json index b03144726..327655036 100644 --- a/packages/dm-gui-components/package.json +++ b/packages/dm-gui-components/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/dm-gui-components", - "version": "7.0.16", + "version": "7.0.17", "description": "ReactJS components to develop admin interface for ioBroker device manager.", "author": { "name": "Jey Cee", diff --git a/packages/jsonConfig/package.json b/packages/jsonConfig/package.json index e0f688062..71976b854 100644 --- a/packages/jsonConfig/package.json +++ b/packages/jsonConfig/package.json @@ -1,7 +1,7 @@ { "name": "@iobroker/json-config", "description": "This package contains the ioBroker JSON config UI components", - "version": "7.0.16", + "version": "7.0.17", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": {