Skip to content

Commit

Permalink
chore: release v6.12.7
Browse files Browse the repository at this point in the history
* (foxriver76) add property `onLoaded` to `sendTo` json config
* (foxriver76) fixed easy admin height
  • Loading branch information
foxriver76 committed Dec 3, 2023
1 parent 5ecb91b commit 70d0667
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 116 deletions.
96 changes: 7 additions & 89 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,123 +1,55 @@
## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object
## 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.2 (2023-11-02)
* (foxriver76) fixed issue with jsonConfig `sendTo` with `native` option when returning multiple properties
* (foxriver76) fixed crash case when schema cannot be read
* (klein0r) Fixed noDelete attribute of JSON config accordion

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object
## 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.0 (2023-10-24)
* (foxriver76) fixed issue when updating news in backend
* (foxriver76) validate json config against the schema
* (foxriver76) update socket-client to improve performance

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.11.0 (2023-10-19)
* (foxriver76) jsonConfig type number now stores values as number instead of string
* (foxriver76) objects browser number value input behavior change to allow leading minus
* (bluefox) Added component `interfaces` to the JSON config
* (bluefox) Implemented Backend to GUI communication

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.9 (2023-10-16)
* (bluefox) Improvement of the public accessibility check

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.8 (2023-10-13)
* (foxriver76) update adapter-react-v5 to fix issues with object browser

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.7 (2023-10-11)
* (bluefox) Corrected adapter termination if the alias has no target

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.6 (2023-10-11)
* (bluefox) Added possibility to show the icon on JSON config tabs
* (foxriver76) on upgrade all, not yet started commands can now be aborted
* (bluefox) Added security check if the server is available from the internet without protection
* (bluefox) Corrected navigation after the settings closing

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.5 (2023-10-10)
* (foxriver76) JSON config component `port` does no longer mark port as occupied if it is only occupied on another host
* (foxriver76) register news as notifications
* (foxriver76) if upgrade all is stopped on error, activate close button
* (bluefox) Export/import objects with its values

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.4 (2023-09-25)
* (foxriver76) fixed parsing `jsonConfig`

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.3 (2023-09-25)
* (foxriver76) fixed `installedFrom` other source indicator not shown on adapter's tab
* (foxriver76) allowed using enter key to save changes in object edit dialog
* (foxriver76) fixed json config crash with empty table

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.2 (2023-09-20)
* (foxriver76) harmonized data on csv export with actual data shown by admin
* (foxriver76) on expert mode installation tab, on no selection deactivate install button
Expand All @@ -127,25 +59,11 @@
* (foxriver76) fixed crash on intro tab on docker hosts
* (foxriver76) fixed crash case on invalid state objects

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.1 (2023-09-11)
* (foxriver76) fixed `between` function for showing news
* (foxriver76) if date string is not parseable show the original string instead of `Invalid Date`
* (foxriver76) updated socket classes to not crash on invalid patterns

## 6.9.2 (2023-09-01)
* (foxriver76) show info if server time differs from client time
* (foxriver76) remove confusion with different names for state (datapoint and state)
* (jogibear9988) fixed link on 404-page being opened inside child view
* (foxriver76) fixed issue if non-text default values are provided to a text jsonConfig component
* (foxriver76) implemented del key shortcut to delete a selected object

## 6.10.0 (2023-09-08)
* (foxriver76) various minor improvements
* (foxriver76) fixed problem with discovery dialog
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 6.12.7 (2023-12-03)
* (foxriver76) add property `onLoaded` to `sendTo` json config
* (foxriver76) fixed easy admin height

Expand All @@ -110,11 +110,6 @@ The icons may not be reused in other projects without the proper flaticon licens
* (foxriver76) fixed issue with jsonConfig `sendTo` with `native` option when returning multiple properties
* (foxriver76) fixed empty dropdown selection after selecting `system language` in JsonConfig

### 6.12.2 (2023-11-02)
* (foxriver76) fixed issue with jsonConfig `sendTo` with `native` option when returning multiple properties
* (foxriver76) fixed crash case when schema cannot be read
* (klein0r) Fixed noDelete attribute of JSON config accordion

## License
The MIT License (MIT)

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "6.12.6",
"version": "6.12.7",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"6.12.7": {
"en": "add property `onLoaded` to `sendTo` json config\nfixed easy admin height",
"de": "objekt hinzufügen aufLoaded to sendTo json config\neinfache admin-höhe",
"ru": "добавить недвижимость наLoaded для sendTo json config\nфиксированная легкая высота админ",
"pt": "adicionar propriedade noLoaded para enviarPara json config\naltura de administrador fácil fixa",
"nl": "vertaling:\nmakkelijke administratie",
"fr": "ajouter la propriété surLoaded to sendTo json config\nhauteur d'administration facile",
"it": "aggiungere la proprietà suLoaded per sendTo json config\naltezza di amministrazione facile fissa",
"es": "añadir propiedad enLoaded to sendTo json config\naltura de administración fácil",
"pl": "dostarczanie własności do wysłania Tojson configigig\nłatwe wzniesienie",
"uk": "додати властивість наLoaded, щоб відправитиTo json config\nфіксована легка висота адміністратора",
"zh-cn": "增加Load财产,派遣To json config\nb. 固定的轻易举"
},
"6.12.6": {
"en": "fixed JSON config file component if no initial value exists\nadded the creation of a state or of a device possibility to the context menu",
"de": "feste JSON config Dateikomponente, wenn kein Anfangswert vorhanden ist\ndie erstellung eines zustands oder einer gerätemöglichkeit zum kontextmenü hinzugefügt",
Expand Down Expand Up @@ -95,19 +108,6 @@
"pl": "optymizował popup (auto-rozszerzenie pierwszego wejścia na kategorię, linia szacunkowa, szacunek dla ikon)\n2178 Stabilize onObject (ang.). Przejście zmian w czasie tworzenia nowych obiektów w WebUi w celu bezpośredniego ukazania nowego elementu.",
"uk": "оптимізував неупереджений поштовх (auto-extend перший запис за категоріями, повагу розривів лінії, повагу тяжкості для ікон)\n#2178 Стабілізація наObject Зміна обробки під час створення нових об'єктів в WebUi, щоб безпосередньо показати новий елемент.",
"zh-cn": "赞成“无大开顿”人口(每类首次进入,尊重线破裂,尊重墓地的严重程度”\n第2178号行动 在建立万维网新物品期间进行变革,直接显示新的因素。."
},
"6.12.0": {
"en": "fixed issue when updating news in backend\nvalidate json config against the schema\nupdate socket-client to improve performance",
"de": "fixes problem bei der aktualisierung von nachrichten im backend\njson config gegen das schema validieren\naktualisierung von steckdosen-client zur leistungsverbesserung",
"ru": "фиксированная проблема при обновлении новостей в backend\nвалидировать json config против схемы\nобновление socket-client для повышения производительности",
"pt": "problema fixo ao atualizar notícias no backend\nvalidar json config contra o esquema\natualizar socket-client para melhorar o desempenho",
"nl": "vertaling:\njson configeert tegen de schema\nupdate socket-cliënt om de prestaties te verbeteren",
"fr": "problème fixe lors de la mise à jour des nouvelles dans backend\nvalider la configuration json contre le schéma\nmettre à jour le client socket pour améliorer la performance",
"it": "problema fisso durante l'aggiornamento di notizie in backend\nconvalidare json config contro lo schema\naggiornamento socket-client per migliorare le prestazioni",
"es": "edición fija al actualizar noticias en backend\nvalidate json config contra el esquema\nactualizar socket-client para mejorar el rendimiento",
"pl": "bezpośrednie wydanie, kiedy podsumowuje wiadomości\nwniosek json konfiguje przeciwko schema\naktualizacja gniazda w celu poprawy wydajności",
"uk": "виправлено проблему при оновленні новин у додатку\nвалідувати json config проти schema\nоновлення гнізда-клієнта для поліпшення продуктивності",
"zh-cn": "定期发布新闻的问题\n反希马的有效 json config\n改进业绩的更新指标"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion 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.12.6",
"version": "6.12.7",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "src-rx",
"version": "6.12.6",
"version": "6.12.7",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion src/public/css/adapter.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/lib/css/iob/selectID.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/lib/css/jquery.treetable.theme.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 70d0667

Please sign in to comment.