diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 10e4ca61f..f82038def 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,6 +1,14 @@ ## 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.13.16 (2024-01-30) +* (foxriver76) allow to display and modify `ics` files +* (foxriver76) redirect correctly when exiting json config with unsaved changes + +## 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.13.15 (2024-01-01) * (foxriver76) fixed scrolling of Select ID dialogs diff --git a/README.md b/README.md index 0cf316d67..5e2ea47e4 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** +### 6.14.0 (2024-02-19) * (foxriver76) adapters tab is now showing information from `licenseInformation` * (foxriver76) show important notifications above changelog, so user reads them on update dialog @@ -109,10 +109,6 @@ The icons may not be reused in other projects without the proper flaticon licens * (foxriver76) fixed issue when exporting jsonConfig * (klein0r) Allow to install specific version of adapter -### 6.13.16 (2024-01-30) -* (foxriver76) allow to display and modify `ics` files -* (foxriver76) redirect correctly when exiting json config with unsaved changes - ## License The MIT License (MIT) diff --git a/lerna.json b/lerna.json index 537d6ac4b..28154d69f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.13.21", + "version": "6.14.0", "packages": [ "packages/*" ], diff --git a/packages/admin/io-package.json b/packages/admin/io-package.json index 5b9fc22ff..2896513f1 100644 --- a/packages/admin/io-package.json +++ b/packages/admin/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "6.13.21", + "version": "6.14.0", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,19 @@ "connectionType": "local", "dataSource": "push", "news": { + "6.14.0": { + "en": "adapters tab is now showing information from `licenseInformation`\nshow important notifications above changelog, so user reads them on update dialog", + "de": "adapter Tab zeigt jetzt Informationen von `license Informationen `\nwichtige benachrichtigungen über changelog anzeigen, so dass der benutzer sie im update-dialog liest", + "ru": "вкладка адаптеров теперь показывает информацию из `license Информация \"\nпоказать важные уведомления выше менлога, поэтому пользователь читает их в диалоге обновления", + "pt": "aba adaptadores agora está mostrando informações de `license Informação \"\nmostrar notificações importantes acima changelog, então o usuário lê-los na caixa de diálogo de atualização", + "nl": "het tabblad adapters toont nu informatie van de licentie Informatie Wat\ntoon belangrijke meldingen boven changelog, dus gebruiker leest ze op update dialoog", + "fr": "adaptateurs onglet affiche maintenant des informations de `license Informations \"\nafficher les notifications importantes au-dessus du changelog, de sorte que l'utilisateur les lit sur la boîte de dialogue de mise à jour", + "it": "scheda adattatori ora mostra le informazioni da `license Informazioni #\nmostrare le notifiche importanti sopra changelog, quindi l'utente le legge sulla finestra di dialogo di aggiornamento", + "es": "la pestaña de adaptadores ahora muestra información de 'license Información `\nmostrar notificaciones importantes por encima del cambio, por lo que el usuario los lee en el diálogo de actualización", + "pl": "karta adapterów pokazuje teraz informacje z 'licence Informacje'\nwyświetla ważne powiadomienia powyżej changelog, więc użytkownik czyta je w oknie aktualizacji", + "uk": "вкладка адаптерів тепер показує інформацію від `license Інформація й\nпоказати важливі повідомлення над зміною", + "zh-cn": "适配器标签现在显示来自“ 许可证” 的信息 资料 `\n在更改日志上方显示重要通知, 因此用户在更新对话框中读取" + }, "6.13.21": { "en": "do not crash when using the dropdown on multi edit custom settings", "de": "nicht abstürzen, wenn sie den dropdown auf multi edit benutzerdefinierte einstellungen verwenden", @@ -95,19 +108,6 @@ "pl": "umożliwia wyświetlanie i modyfikowanie plików 'ics'\nprzekierowanie poprawnie po wyjściu z konfiguracji json z niezapisanymi zmianami", "uk": "дозволяє відображати та змінювати файли `ics`\nперенаправлення правильно при виході з json config з незбережених змін", "zh-cn": "允许显示和修改“ics”文件\n未保存的更改退出 json 配置时正确定向" - }, - "6.13.15": { - "en": "fixed scrolling of Select ID dialogs", - "de": "festes Scrollen von Wählen Sie ID Dialoge", - "ru": "фиксированная прокрутка из Select ID dialogs", - "pt": "rolagem fixa de diálogos Select ID", - "nl": "vertaling:", - "fr": "défilement fixe des dialogues d'ID", - "it": "scorrimento fisso di Seleziona dialogo ID", - "es": "desplazamiento fijo de diálogos Seleccionar ID", - "pl": "przeszukiwanie dialogów wybranego ID", - "uk": "виправлено прокручування діалогів Вибрати ідентифікатор", - "zh-cn": "b. 固定疏散喷雾器" } }, "desc": { diff --git a/packages/admin/package.json b/packages/admin/package.json index 73ba752d9..fe86554c0 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": "6.13.21", + "version": "6.14.0", "contributors": [ "bluefox ", "apollon77", diff --git a/packages/dm-gui-components/package.json b/packages/dm-gui-components/package.json index 14b312662..dbd706919 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": "6.13.21", + "version": "6.14.0", "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 3a927fe84..2bdde043c 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": "6.13.21", + "version": "6.14.0", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": {