Skip to content

Commit

Permalink
chore: release v6.14.0
Browse files Browse the repository at this point in the history
* (foxriver76) adapters tab is now showing information from `licenseInformation`
* (foxriver76) show important notifications above changelog, so user reads them on update dialog
  • Loading branch information
foxriver76 committed Feb 19, 2024
1 parent 50cba00 commit 791a180
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 23 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.13.21",
"version": "6.14.0",
"packages": [
"packages/*"
],
Expand Down
28 changes: 14 additions & 14 deletions packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "6.13.21",
"version": "6.14.0",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/dm-gui-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonConfig/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 791a180

Please sign in to comment.